The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 0 | Error |
NewlineAtEndOfFile | 196 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 1408 | Error |
RegexpSingleline
| 94 | Error |
JavadocMethod | 300 | Error |
JavadocType | 8 | Error |
JavadocVariable | 280 | Error |
JavadocStyle | 100 | Error |
ConstantName | 26 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 14 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 60 | Error |
LineLength | 1800 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 2 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 18 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 2 | Error |
WhitespaceAround | 10 | Error |
ModifierOrder | 4 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 46 | Error |
AvoidInlineConditionals | 22 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 116 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 28 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 70 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 178 | Error |
FinalClass | 2 | Error |
HideUtilityClassConstructor | 4 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 6 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 404 | Error |
TodoComment | 4 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 12 | |
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 29 | |
Expected @throws tag for 'RuntimeException'. | 29 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 29 | |
First sentence should end with a period. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 37 | |
Expected @throws tag for 'RuntimeException'. | 37 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 37 | |
First sentence should end with a period. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 45 | |
Expected @throws tag for 'RuntimeException'. | 45 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 45 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 12 | |
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 29 | |
Expected @throws tag for 'RuntimeException'. | 29 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 29 | |
First sentence should end with a period. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 37 | |
Expected @throws tag for 'RuntimeException'. | 37 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 37 | |
First sentence should end with a period. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 45 | |
Expected @throws tag for 'RuntimeException'. | 45 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 45 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 9 | |
First sentence should end with a period. | 16 | |
Line is longer than 80 characters. | 22 | |
Expected @param tag for 'principal'. | 22 | |
Expected @throws tag for 'RuntimeException'. | 22 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 22 | |
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Expected @param tag for 'principalAttributes'. | 30 | |
Expected @throws tag for 'RuntimeException'. | 30 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 30 | |
First sentence should end with a period. | 32 | |
Line is longer than 80 characters. | 38 | |
Expected @param tag for 'credentials'. | 38 | |
Expected @throws tag for 'RuntimeException'. | 38 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter daysBeforeExpiration should be final. | 54 | |
'daysBeforeExpiration' hides a field. | 54 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 9 | |
First sentence should end with a period. | 16 | |
Line is longer than 80 characters. | 22 | |
Expected @param tag for 'principal'. | 22 | |
Expected @throws tag for 'RuntimeException'. | 22 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 22 | |
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 30 | |
Expected @param tag for 'principalAttributes'. | 30 | |
Expected @throws tag for 'RuntimeException'. | 30 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 30 | |
First sentence should end with a period. | 32 | |
Line is longer than 80 characters. | 38 | |
Expected @param tag for 'credentials'. | 38 | |
Expected @throws tag for 'RuntimeException'. | 38 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter daysBeforeExpiration should be final. | 54 | |
'daysBeforeExpiration' hides a field. | 54 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 17 | |
Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Line is longer than 80 characters. | 21 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 11 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 17 | |
Method 'transform' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Line is longer than 80 characters. | 21 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Parameter digestAlgorithmName should be final. | 44 | |
'digestAlgorithmName' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter salt should be final. | 48 | |
'salt' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter hashIterations should be final. | 52 | |
'hashIterations' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Parameter password should be final. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
First sentence should end with a period. | 64 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Expected @throws tag for 'Throwable'. | 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 contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Parameter digestAlgorithmName should be final. | 44 | |
'digestAlgorithmName' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter salt should be final. | 48 | |
'salt' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter hashIterations should be final. | 52 | |
'hashIterations' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Parameter password should be final. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
First sentence should end with a period. | 64 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Expected @throws tag for 'Throwable'. | 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 contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Redundant throws: 'BeanCreationException' is unchecked exception. | 41 | |
Line is longer than 80 characters. | 42 | |
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 | |
'}' should be on the same line. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
'+' should be on a new line. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
'+' should be on a new line. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Method 'authenticateUsernamePasswordInternal' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'}' should be on the same line. | 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 is longer than 80 characters. | 67 | |
Method 'authenticateAccount' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Redundant throws: 'ResourceException' is unchecked exception. | 67 | |
Line is longer than 80 characters. | 68 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Redundant throws: 'BeanCreationException' is unchecked exception. | 41 | |
Line is longer than 80 characters. | 42 | |
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 | |
'}' should be on the same line. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
'+' should be on a new line. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
'+' should be on a new line. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Method 'authenticateUsernamePasswordInternal' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'}' should be on the same line. | 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 is longer than 80 characters. | 67 | |
Method 'authenticateAccount' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Redundant throws: 'ResourceException' is unchecked exception. | 67 | |
Line is longer than 80 characters. | 68 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 1 | |
File does not end with a newline. | 0 | |
First sentence should end with a period. | 1 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Parameter ticketRegistry should be final. | 24 | |
'ticketRegistry' hides a field. | 24 | |
Method 'getAuthenticationFrom' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Line is longer than 80 characters. | 30 | |
Parameter ticketGrantingTicketId should be final. | 30 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 30 | |
Line is longer than 80 characters. | 31 | |
Avoid inline conditionals. | 32 | |
Method 'getAuthenticatedPrincipalFrom' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line is longer than 80 characters. | 37 | |
Parameter ticketGrantingTicketId should be final. | 37 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 37 | |
Avoid inline conditionals. | 39 | |
Method 'getPrincipalAttributesFrom' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Line is longer than 80 characters. | 44 | |
Parameter ticketGrantingTicketId should be final. | 44 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 44 | |
Line is longer than 80 characters. | 45 | |
Avoid inline conditionals. | 46 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Parameter ticketRegistry should be final. | 24 | |
'ticketRegistry' hides a field. | 24 | |
Method 'getAuthenticationFrom' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Line is longer than 80 characters. | 30 | |
Parameter ticketGrantingTicketId should be final. | 30 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 30 | |
Line is longer than 80 characters. | 31 | |
Avoid inline conditionals. | 32 | |
Method 'getAuthenticatedPrincipalFrom' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line is longer than 80 characters. | 37 | |
Parameter ticketGrantingTicketId should be final. | 37 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 37 | |
Avoid inline conditionals. | 39 | |
Method 'getPrincipalAttributesFrom' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Line is longer than 80 characters. | 44 | |
Parameter ticketGrantingTicketId should be final. | 44 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 44 | |
Line is longer than 80 characters. | 45 | |
Avoid inline conditionals. | 46 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 19 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Line is longer than 80 characters. | 23 | |
Method 'extractPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 38 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 19 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Line is longer than 80 characters. | 23 | |
Method 'extractPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 38 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - java.util.*. | 9 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 | |
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - java.util.*. | 9 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 59 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - com.stormpath.sdk.resource.ResourceException. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter stormpathAuthenticationHandler should be final. | 34 | |
'stormpathAuthenticationHandler' hides a field. | 34 | |
Method 'resolvePrincipal' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 42 | |
'}' should be on the same line. | 46 | |
Line is longer than 80 characters. | 48 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Line is longer than 80 characters. | 55 | |
File does not end with a newline. | 0 | |
Unused import - com.stormpath.sdk.resource.ResourceException. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter stormpathAuthenticationHandler should be final. | 34 | |
'stormpathAuthenticationHandler' hides a field. | 34 | |
Method 'resolvePrincipal' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 42 | |
'}' should be on the same line. | 46 | |
Line is longer than 80 characters. | 48 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Line is longer than 80 characters. | 55 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - org.jasig.cas.authentication.principal.Principal. | 4 | |
Line is longer than 80 characters. | 7 | |
Utility classes should not have a public or default constructor. | 13 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 23 | |
File does not end with a newline. | 0 | |
Unused import - org.jasig.cas.authentication.principal.Principal. | 4 | |
Line is longer than 80 characters. | 7 | |
Utility classes should not have a public or default constructor. | 13 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 23 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Unable to get class information for PrincipalNotFoundException. | 43 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Unable to get class information for PrincipalNotFoundException. | 43 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 9 | |
Line is longer than 80 characters. | 10 | |
Class TOTP should be declared as final. | 13 | |
Missing a Javadoc comment. | 15 | |
'{' is followed by whitespace. | 17 | |
Missing a Javadoc comment. | 19 | |
Expected an @return tag. | 35 | |
Parameter crypto should be final. | 35 | |
Parameter keyBytes should be final. | 35 | |
Parameter text should be final. | 35 | |
Line is longer than 80 characters. | 62 | |
Parameter key should be final. | 62 | |
Parameter time should be final. | 62 | |
Parameter digits should be final. | 62 | |
Parameter crypto should be final. | 62 | |
'8' is a magic number. | 64 | |
'0xf' is a magic number. | 68 | |
Line is longer than 80 characters. | 70 | |
'0x7f' is a magic number. | 70 | |
'24' is a magic number. | 70 | |
'0xff' is a magic number. | 70 | |
'16' is a magic number. | 70 | |
'0xff' is a magic number. | 70 | |
'8' is a magic number. | 70 | |
'3' is a magic number. | 70 | |
'0xff' is a magic number. | 70 | |
File does not end with a newline. | 0 | |
First sentence should end with a period. | 9 | |
Line is longer than 80 characters. | 10 | |
Class TOTP should be declared as final. | 13 | |
Missing a Javadoc comment. | 15 | |
'{' is followed by whitespace. | 17 | |
Missing a Javadoc comment. | 19 | |
Expected an @return tag. | 35 | |
Parameter crypto should be final. | 35 | |
Parameter keyBytes should be final. | 35 | |
Parameter text should be final. | 35 | |
Line is longer than 80 characters. | 62 | |
Parameter key should be final. | 62 | |
Parameter time should be final. | 62 | |
Parameter digits should be final. | 62 | |
Parameter crypto should be final. | 62 | |
'8' is a magic number. | 64 | |
'0xf' is a magic number. | 68 | |
Line is longer than 80 characters. | 70 | |
'0x7f' is a magic number. | 70 | |
'24' is a magic number. | 70 | |
'0xff' is a magic number. | 70 | |
'16' is a magic number. | 70 | |
'0xff' is a magic number. | 70 | |
'8' is a magic number. | 70 | |
'3' is a magic number. | 70 | |
'0xff' is a magic number. | 70 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Utility classes should not have a public or default constructor. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Name 'rand' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter secret should be final. | 43 | |
Parameter code should be final. | 43 | |
Parameter interval should be final. | 43 | |
Parameter window should be final. | 43 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 64 | |
Parameter interval should be final. | 64 | |
'1000' is a magic number. | 65 | |
File does not end with a newline. | 0 | |
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Utility classes should not have a public or default constructor. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Name 'rand' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter secret should be final. | 43 | |
Parameter code should be final. | 43 | |
Parameter interval should be final. | 43 | |
Parameter window should be final. | 43 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 64 | |
Parameter interval should be final. | 64 | |
'1000' is a magic number. | 65 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter totpOathDetailsSource should be final. | 31 | |
'totpOathDetailsSource' hides a field. | 31 | |
Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line is longer than 80 characters. | 36 | |
Parameter credentials should be final. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
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. | 46 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Parameter credentials should be final. | 58 | |
Line is longer than 80 characters. | 60 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter totpOathDetailsSource should be final. | 31 | |
'totpOathDetailsSource' hides a field. | 31 | |
Method 'authenticate' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line is longer than 80 characters. | 36 | |
Parameter credentials should be final. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 40 | |
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. | 46 | |
Method 'supports' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Parameter credentials should be final. | 58 | |
Line is longer than 80 characters. | 60 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Parameter attributeKey should be final. | 30 | |
'attributeKey' hides a field. | 30 | |
First sentence should end with a period. | 40 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
Expected @param tag for 'principalId'. | 47 | |
Unable to get class information for PrincipalNotFoundException. | 47 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Parameter attributeKey should be final. | 30 | |
'attributeKey' hides a field. | 30 | |
First sentence should end with a period. | 40 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
Expected @param tag for 'principalId'. | 47 | |
Unable to get class information for PrincipalNotFoundException. | 47 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 20 | |
Expected @param tag for 'uid'. | 20 | |
Expected @param tag for 'yubikeyPublicId'. | 20 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 20 | |
Expected @param tag for 'uid'. | 20 | |
Expected @param tag for 'yubikeyPublicId'. | 20 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 40 | |
Expected @param tag for 'clientId'. | 40 | |
Expected @param tag for 'secretKey'. | 40 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 55 | |
Expected @param tag for 'clientId'. | 55 | |
Expected @param tag for 'secretKey'. | 55 | |
'registry' hides a field. | 55 | |
Expected @param tag for 'registry'. | 55 | |
Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Line is longer than 80 characters. | 63 | |
'+' should be on a new line. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Method 'authenticateUsernamePasswordInternal' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 96 | |
'}' should be on the same line. | 99 | |
Line is longer than 80 characters. | 101 | |
'}' should be on the same line. | 103 | |
'}' should be on the same line. | 108 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 124 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 40 | |
Expected @param tag for 'clientId'. | 40 | |
Expected @param tag for 'secretKey'. | 40 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 55 | |
Expected @param tag for 'clientId'. | 55 | |
Expected @param tag for 'secretKey'. | 55 | |
'registry' hides a field. | 55 | |
Expected @param tag for 'registry'. | 55 | |
Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Line is longer than 80 characters. | 63 | |
'+' should be on a new line. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Method 'authenticateUsernamePasswordInternal' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 96 | |
'}' should be on the same line. | 99 | |
Line is longer than 80 characters. | 101 | |
'}' should be on the same line. | 103 | |
'}' should be on the same line. | 108 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 124 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
First sentence should end with a period. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Unused @throws tag for 'NullPointerException'. | 33 | |
Line contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Parameter assertion should be final. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Unused @throws tag for 'NullPointerException'. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Parameter assertion should be final. | 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 | |
'-' is not preceded with whitespace. | 54 | |
'-' is not followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
First sentence should end with a period. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Unused @throws tag for 'NullPointerException'. | 33 | |
Line contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Parameter assertion should be final. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Unused @throws tag for 'NullPointerException'. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Parameter assertion should be final. | 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 | |
'-' is not preceded with whitespace. | 54 | |
'-' is not followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 21 | |
Method 'computePasswordExpirationStatus' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Parameter principal should be final. | 22 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 22 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 26 | |
Method 'computePasswordExpirationStatus' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 27 | |
Parameter principalAttributes should be final. | 27 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Method 'computePasswordExpirationStatus' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Parameter credentials should be final. | 32 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 21 | |
Method 'computePasswordExpirationStatus' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Parameter principal should be final. | 22 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 22 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 26 | |
Method 'computePasswordExpirationStatus' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 27 | |
Parameter principalAttributes should be final. | 27 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Method 'computePasswordExpirationStatus' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Parameter credentials should be final. | 32 | |
Redundant throws: 'RuntimeException' is unchecked exception. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Using the '.*' form of import should be avoided - org.springframework.beans.factory.xml.*. | 38 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
First sentence should end with a period. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 84 | |
Parameter element should be final. | 87 | |
Line is longer than 80 characters. | 92 | |
Parameter element should be final. | 92 | |
Parameter definition should be final. | 92 | |
Parameter parserContext should be final. | 92 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 92 | |
First sentence should end with a period. | 97 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 100 | |
Parameter element should be final. | 103 | |
Line is longer than 80 characters. | 104 | |
Avoid inline conditionals. | 104 | |
Parameter element should be final. | 108 | |
Parameter builder should be final. | 108 | |
Line is longer than 80 characters. | 114 | |
Parameter element should be final. | 114 | |
Parameter definition should be final. | 114 | |
Parameter parserContext should be final. | 114 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 114 | |
First sentence should end with a period. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 122 | |
Parameter element should be final. | 125 | |
Parameter element should be final. | 130 | |
Parameter builder should be final. | 130 | |
Line is longer than 80 characters. | 136 | |
Parameter element should be final. | 136 | |
Parameter definition should be final. | 136 | |
Parameter parserContext should be final. | 136 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 136 | |
First sentence should end with a period. | 141 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 144 | |
Parameter element should be final. | 148 | |
Parameter element should be final. | 153 | |
Parameter builder should be final. | 153 | |
Line is longer than 80 characters. | 154 | |
First sentence should end with a period. | 158 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 161 | |
Parameter element should be final. | 164 | |
Line is longer than 80 characters. | 169 | |
Parameter element should be final. | 169 | |
Parameter definition should be final. | 169 | |
Parameter parserContext should be final. | 169 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 169 | |
Parameter element should be final. | 174 | |
Parameter builder should be final. | 174 | |
First sentence should end with a period. | 179 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 182 | |
Parameter element should be final. | 185 | |
Parameter element should be final. | 195 | |
Parameter builder should be final. | 195 | |
First sentence should end with a period. | 200 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 203 | |
Parameter element should be final. | 207 | |
Line is longer than 80 characters. | 212 | |
Parameter element should be final. | 212 | |
Parameter definition should be final. | 212 | |
Parameter parserContext should be final. | 212 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 212 | |
First sentence should end with a period. | 217 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 224 | |
Parameter element should be final. | 224 | |
Parameter parserContext should be final. | 224 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 226 | |
'10' is a magic number. | 226 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 237 | |
Parameter element should be final. | 237 | |
Parameter definition should be final. | 237 | |
Parameter parserContext should be final. | 237 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 237 | |
First sentence should end with a period. | 242 | |
Line is longer than 80 characters. | 243 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 250 | |
Parameter element should be final. | 250 | |
Parameter parserContext should be final. | 250 | |
Parameter builder should be final. | 250 | |
Parameter authenticationHandlersList should be final. | 250 | |
Line is longer than 80 characters. | 251 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 256 | |
First sentence should end with a period. | 262 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 266 | |
Parameter element should be final. | 269 | |
Line is longer than 80 characters. | 274 | |
Parameter element should be final. | 274 | |
Parameter definition should be final. | 274 | |
Parameter parserContext should be final. | 274 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 274 | |
Parameter element should be final. | 279 | |
Parameter builder should be final. | 279 | |
Line is longer than 80 characters. | 282 | |
First sentence should end with a period. | 286 | |
Line is longer than 80 characters. | 287 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 294 | |
Parameter element should be final. | 294 | |
Parameter parserContext should be final. | 294 | |
Parameter authenticationManagerBuilder should be final. | 294 | |
Parameter authenticationHandlersList should be final. | 294 | |
Line is longer than 80 characters. | 295 | |
Line is longer than 80 characters. | 301 | |
Parameter element should be final. | 301 | |
Parameter parserContext should be final. | 301 | |
Line is longer than 80 characters. | 302 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 308 | |
Line is longer than 80 characters. | 312 | |
First sentence should end with a period. | 317 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 321 | |
Line is longer than 80 characters. | 324 | |
Parameter element should be final. | 324 | |
Parameter parserContext should be final. | 324 | |
Line is longer than 80 characters. | 326 | |
'}' should be on the same line. | 332 | |
Line is longer than 80 characters. | 334 | |
Line is longer than 80 characters. | 340 | |
Parameter element should be final. | 340 | |
Parameter definition should be final. | 340 | |
Parameter parserContext should be final. | 340 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 340 | |
First sentence should end with a period. | 345 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 348 | |
Parameter element should be final. | 352 | |
Line is longer than 80 characters. | 353 | |
First sentence should end with a period. | 362 | |
Line is longer than 80 characters. | 363 | |
Line is longer than 80 characters. | 366 | |
Parameter element should be final. | 369 | |
Line is longer than 80 characters. | 374 | |
Parameter element should be final. | 374 | |
Parameter definition should be final. | 374 | |
Parameter parserContext should be final. | 374 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 374 | |
Parameter element should be final. | 379 | |
Parameter builder should be final. | 379 | |
Line is longer than 80 characters. | 383 | |
First sentence should end with a period. | 390 | |
Line is longer than 80 characters. | 391 | |
Line is longer than 80 characters. | 393 | |
Parameter element should be final. | 397 | |
Parameter element should be final. | 402 | |
Parameter builder should be final. | 402 | |
First sentence should end with a period. | 412 | |
Line is longer than 80 characters. | 413 | |
Line is longer than 80 characters. | 415 | |
Line is longer than 80 characters. | 420 | |
Parameter element should be final. | 420 | |
Parameter parserContext should be final. | 420 | |
Parameter authenticationManagerBuilder should be final. | 420 | |
Parameter authenticationHandlersList should be final. | 420 | |
Line is longer than 80 characters. | 421 | |
Line is longer than 80 characters. | 422 | |
Line is longer than 80 characters. | 423 | |
First sentence should end with a period. | 429 | |
Line is longer than 80 characters. | 430 | |
Line is longer than 80 characters. | 432 | |
Parameter element should be final. | 435 | |
Parameter element should be final. | 440 | |
Parameter builder should be final. | 440 | |
Line is longer than 80 characters. | 441 | |
Line is longer than 80 characters. | 442 | |
Line is longer than 80 characters. | 443 | |
First sentence should end with a period. | 452 | |
Line is longer than 80 characters. | 453 | |
Line is longer than 80 characters. | 455 | |
Line is longer than 80 characters. | 460 | |
Parameter element should be final. | 460 | |
Parameter parserContext should be final. | 460 | |
Parameter authenticationManagerBuilder should be final. | 460 | |
Parameter authenticationHandlersList should be final. | 460 | |
Line is longer than 80 characters. | 461 | |
Line is longer than 80 characters. | 462 | |
Line is longer than 80 characters. | 463 | |
Line is longer than 80 characters. | 464 | |
Line is longer than 80 characters. | 469 | |
Missing a Javadoc comment. | 469 | |
'abstract' modifier out of order with the JLS suggestions. | 469 | |
Method 'parseInternal' is not designed for extension - needs to be abstract, final or empty. | 472 | |
Line is longer than 80 characters. | 474 | |
Parameter element should be final. | 474 | |
Parameter parserContext should be final. | 474 | |
Line is longer than 80 characters. | 475 | |
Line is longer than 80 characters. | 478 | |
Line is longer than 80 characters. | 484 | |
Line is longer than 80 characters. | 486 | |
Line is longer than 80 characters. | 487 | |
Line is longer than 80 characters. | 495 | |
Line is longer than 80 characters. | 496 | |
Line is longer than 80 characters. | 497 | |
Line is longer than 80 characters. | 499 | |
Method 'resolveId' is not designed for extension - needs to be abstract, final or empty. | 502 | |
Line is longer than 80 characters. | 503 | |
Parameter element should be final. | 503 | |
Parameter definition should be final. | 503 | |
Parameter parserContext should be final. | 503 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 503 | |
Line is longer than 80 characters. | 507 | |
Method 'getCustomPrincipalResolver' is not designed for extension - needs to be abstract, final or empty. | 507 | |
Missing a Javadoc comment. | 507 | |
Parameter element should be final. | 507 | |
Parameter parserContext should be final. | 507 | |
Line is longer than 80 characters. | 511 | |
Missing a Javadoc comment. | 511 | |
Line is longer than 80 characters. | 512 | |
Missing a Javadoc comment. | 515 | |
Parameter element should be final. | 515 | |
Line is longer than 80 characters. | 516 | |
Line is longer than 80 characters. | 517 | |
Line is longer than 80 characters. | 524 | |
Missing a Javadoc comment. | 524 | |
Parameter element should be final. | 524 | |
Parameter contextSourceBuilder should be final. | 524 | |
Parameter bindLdapAuthnHandlerBuilder should be final. | 524 | |
Line is longer than 80 characters. | 525 | |
Line is longer than 80 characters. | 526 | |
Line is longer than 80 characters. | 527 | |
Line is longer than 80 characters. | 528 | |
Line is longer than 80 characters. | 530 | |
Line is longer than 80 characters. | 532 | |
Line is longer than 80 characters. | 533 | |
Line is longer than 80 characters. | 537 | |
Line is longer than 80 characters. | 540 | |
Line is longer than 80 characters. | 541 | |
Line is longer than 80 characters. | 542 | |
Line is longer than 80 characters. | 543 | |
First sentence should end with a period. | 546 | |
Line is longer than 80 characters. | 547 | |
Line is longer than 80 characters. | 549 | |
Parameter element should be final. | 552 | |
First sentence should end with a period. | 562 | |
Line is longer than 80 characters. | 563 | |
Line is longer than 80 characters. | 564 | |
Line is longer than 80 characters. | 566 | |
Line is longer than 80 characters. | 569 | |
Parameter element should be final. | 569 | |
Parameter definition should be final. | 569 | |
Parameter parserContext should be final. | 569 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 569 | |
Parameter element should be final. | 574 | |
Parameter builder should be final. | 574 | |
Line is longer than 80 characters. | 575 | |
Parameter element should be final. | 579 | |
Line is longer than 80 characters. | 580 | |
Avoid inline conditionals. | 581 | |
First sentence should end with a period. | 586 | |
Line is longer than 80 characters. | 587 | |
Line is longer than 80 characters. | 589 | |
Line is longer than 80 characters. | 592 | |
Parameter element should be final. | 592 | |
Parameter definition should be final. | 592 | |
Parameter parserContext should be final. | 592 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 592 | |
Parameter element should be final. | 597 | |
Parameter builder should be final. | 597 | |
Line is longer than 80 characters. | 598 | |
Line is longer than 80 characters. | 599 | |
Line is longer than 80 characters. | 600 | |
Parameter element should be final. | 604 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Using the '.*' form of import should be avoided - org.springframework.beans.factory.xml.*. | 38 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
First sentence should end with a period. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 84 | |
Parameter element should be final. | 87 | |
Line is longer than 80 characters. | 92 | |
Parameter element should be final. | 92 | |
Parameter definition should be final. | 92 | |
Parameter parserContext should be final. | 92 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 92 | |
First sentence should end with a period. | 97 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 100 | |
Parameter element should be final. | 103 | |
Line is longer than 80 characters. | 104 | |
Avoid inline conditionals. | 104 | |
Parameter element should be final. | 108 | |
Parameter builder should be final. | 108 | |
Line is longer than 80 characters. | 114 | |
Parameter element should be final. | 114 | |
Parameter definition should be final. | 114 | |
Parameter parserContext should be final. | 114 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 114 | |
First sentence should end with a period. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 122 | |
Parameter element should be final. | 125 | |
Parameter element should be final. | 130 | |
Parameter builder should be final. | 130 | |
Line is longer than 80 characters. | 136 | |
Parameter element should be final. | 136 | |
Parameter definition should be final. | 136 | |
Parameter parserContext should be final. | 136 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 136 | |
First sentence should end with a period. | 141 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 144 | |
Parameter element should be final. | 148 | |
Parameter element should be final. | 153 | |
Parameter builder should be final. | 153 | |
Line is longer than 80 characters. | 154 | |
First sentence should end with a period. | 158 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 161 | |
Parameter element should be final. | 164 | |
Line is longer than 80 characters. | 169 | |
Parameter element should be final. | 169 | |
Parameter definition should be final. | 169 | |
Parameter parserContext should be final. | 169 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 169 | |
Parameter element should be final. | 174 | |
Parameter builder should be final. | 174 | |
First sentence should end with a period. | 179 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 182 | |
Parameter element should be final. | 185 | |
Parameter element should be final. | 195 | |
Parameter builder should be final. | 195 | |
First sentence should end with a period. | 200 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 203 | |
Parameter element should be final. | 207 | |
Line is longer than 80 characters. | 212 | |
Parameter element should be final. | 212 | |
Parameter definition should be final. | 212 | |
Parameter parserContext should be final. | 212 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 212 | |
First sentence should end with a period. | 217 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 224 | |
Parameter element should be final. | 224 | |
Parameter parserContext should be final. | 224 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 226 | |
'10' is a magic number. | 226 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 237 | |
Parameter element should be final. | 237 | |
Parameter definition should be final. | 237 | |
Parameter parserContext should be final. | 237 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 237 | |
First sentence should end with a period. | 242 | |
Line is longer than 80 characters. | 243 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 250 | |
Parameter element should be final. | 250 | |
Parameter parserContext should be final. | 250 | |
Parameter builder should be final. | 250 | |
Parameter authenticationHandlersList should be final. | 250 | |
Line is longer than 80 characters. | 251 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 256 | |
First sentence should end with a period. | 262 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 266 | |
Parameter element should be final. | 269 | |
Line is longer than 80 characters. | 274 | |
Parameter element should be final. | 274 | |
Parameter definition should be final. | 274 | |
Parameter parserContext should be final. | 274 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 274 | |
Parameter element should be final. | 279 | |
Parameter builder should be final. | 279 | |
Line is longer than 80 characters. | 282 | |
First sentence should end with a period. | 286 | |
Line is longer than 80 characters. | 287 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 294 | |
Parameter element should be final. | 294 | |
Parameter parserContext should be final. | 294 | |
Parameter authenticationManagerBuilder should be final. | 294 | |
Parameter authenticationHandlersList should be final. | 294 | |
Line is longer than 80 characters. | 295 | |
Line is longer than 80 characters. | 301 | |
Parameter element should be final. | 301 | |
Parameter parserContext should be final. | 301 | |
Line is longer than 80 characters. | 302 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 308 | |
Line is longer than 80 characters. | 312 | |
First sentence should end with a period. | 317 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 321 | |
Line is longer than 80 characters. | 324 | |
Parameter element should be final. | 324 | |
Parameter parserContext should be final. | 324 | |
Line is longer than 80 characters. | 326 | |
'}' should be on the same line. | 332 | |
Line is longer than 80 characters. | 334 | |
Line is longer than 80 characters. | 340 | |
Parameter element should be final. | 340 | |
Parameter definition should be final. | 340 | |
Parameter parserContext should be final. | 340 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 340 | |
First sentence should end with a period. | 345 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 348 | |
Parameter element should be final. | 352 | |
Line is longer than 80 characters. | 353 | |
First sentence should end with a period. | 362 | |
Line is longer than 80 characters. | 363 | |
Line is longer than 80 characters. | 366 | |
Parameter element should be final. | 369 | |
Line is longer than 80 characters. | 374 | |
Parameter element should be final. | 374 | |
Parameter definition should be final. | 374 | |
Parameter parserContext should be final. | 374 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 374 | |
Parameter element should be final. | 379 | |
Parameter builder should be final. | 379 | |
Line is longer than 80 characters. | 383 | |
First sentence should end with a period. | 390 | |
Line is longer than 80 characters. | 391 | |
Line is longer than 80 characters. | 393 | |
Parameter element should be final. | 397 | |
Parameter element should be final. | 402 | |
Parameter builder should be final. | 402 | |
First sentence should end with a period. | 412 | |
Line is longer than 80 characters. | 413 | |
Line is longer than 80 characters. | 415 | |
Line is longer than 80 characters. | 420 | |
Parameter element should be final. | 420 | |
Parameter parserContext should be final. | 420 | |
Parameter authenticationManagerBuilder should be final. | 420 | |
Parameter authenticationHandlersList should be final. | 420 | |
Line is longer than 80 characters. | 421 | |
Line is longer than 80 characters. | 422 | |
Line is longer than 80 characters. | 423 | |
First sentence should end with a period. | 429 | |
Line is longer than 80 characters. | 430 | |
Line is longer than 80 characters. | 432 | |
Parameter element should be final. | 435 | |
Parameter element should be final. | 440 | |
Parameter builder should be final. | 440 | |
Line is longer than 80 characters. | 441 | |
Line is longer than 80 characters. | 442 | |
Line is longer than 80 characters. | 443 | |
First sentence should end with a period. | 452 | |
Line is longer than 80 characters. | 453 | |
Line is longer than 80 characters. | 455 | |
Line is longer than 80 characters. | 460 | |
Parameter element should be final. | 460 | |
Parameter parserContext should be final. | 460 | |
Parameter authenticationManagerBuilder should be final. | 460 | |
Parameter authenticationHandlersList should be final. | 460 | |
Line is longer than 80 characters. | 461 | |
Line is longer than 80 characters. | 462 | |
Line is longer than 80 characters. | 463 | |
Line is longer than 80 characters. | 464 | |
Line is longer than 80 characters. | 469 | |
Missing a Javadoc comment. | 469 | |
'abstract' modifier out of order with the JLS suggestions. | 469 | |
Method 'parseInternal' is not designed for extension - needs to be abstract, final or empty. | 472 | |
Line is longer than 80 characters. | 474 | |
Parameter element should be final. | 474 | |
Parameter parserContext should be final. | 474 | |
Line is longer than 80 characters. | 475 | |
Line is longer than 80 characters. | 478 | |
Line is longer than 80 characters. | 484 | |
Line is longer than 80 characters. | 486 | |
Line is longer than 80 characters. | 487 | |
Line is longer than 80 characters. | 495 | |
Line is longer than 80 characters. | 496 | |
Line is longer than 80 characters. | 497 | |
Line is longer than 80 characters. | 499 | |
Method 'resolveId' is not designed for extension - needs to be abstract, final or empty. | 502 | |
Line is longer than 80 characters. | 503 | |
Parameter element should be final. | 503 | |
Parameter definition should be final. | 503 | |
Parameter parserContext should be final. | 503 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 503 | |
Line is longer than 80 characters. | 507 | |
Method 'getCustomPrincipalResolver' is not designed for extension - needs to be abstract, final or empty. | 507 | |
Missing a Javadoc comment. | 507 | |
Parameter element should be final. | 507 | |
Parameter parserContext should be final. | 507 | |
Line is longer than 80 characters. | 511 | |
Missing a Javadoc comment. | 511 | |
Line is longer than 80 characters. | 512 | |
Missing a Javadoc comment. | 515 | |
Parameter element should be final. | 515 | |
Line is longer than 80 characters. | 516 | |
Line is longer than 80 characters. | 517 | |
Line is longer than 80 characters. | 524 | |
Missing a Javadoc comment. | 524 | |
Parameter element should be final. | 524 | |
Parameter contextSourceBuilder should be final. | 524 | |
Parameter bindLdapAuthnHandlerBuilder should be final. | 524 | |
Line is longer than 80 characters. | 525 | |
Line is longer than 80 characters. | 526 | |
Line is longer than 80 characters. | 527 | |
Line is longer than 80 characters. | 528 | |
Line is longer than 80 characters. | 530 | |
Line is longer than 80 characters. | 532 | |
Line is longer than 80 characters. | 533 | |
Line is longer than 80 characters. | 537 | |
Line is longer than 80 characters. | 540 | |
Line is longer than 80 characters. | 541 | |
Line is longer than 80 characters. | 542 | |
Line is longer than 80 characters. | 543 | |
First sentence should end with a period. | 546 | |
Line is longer than 80 characters. | 547 | |
Line is longer than 80 characters. | 549 | |
Parameter element should be final. | 552 | |
First sentence should end with a period. | 562 | |
Line is longer than 80 characters. | 563 | |
Line is longer than 80 characters. | 564 | |
Line is longer than 80 characters. | 566 | |
Line is longer than 80 characters. | 569 | |
Parameter element should be final. | 569 | |
Parameter definition should be final. | 569 | |
Parameter parserContext should be final. | 569 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 569 | |
Parameter element should be final. | 574 | |
Parameter builder should be final. | 574 | |
Line is longer than 80 characters. | 575 | |
Parameter element should be final. | 579 | |
Line is longer than 80 characters. | 580 | |
Avoid inline conditionals. | 581 | |
First sentence should end with a period. | 586 | |
Line is longer than 80 characters. | 587 | |
Line is longer than 80 characters. | 589 | |
Line is longer than 80 characters. | 592 | |
Parameter element should be final. | 592 | |
Parameter definition should be final. | 592 | |
Parameter parserContext should be final. | 592 | |
Redundant throws: 'BeanDefinitionStoreException' is unchecked exception. | 592 | |
Parameter element should be final. | 597 | |
Parameter builder should be final. | 597 | |
Line is longer than 80 characters. | 598 | |
Line is longer than 80 characters. | 599 | |
Line is longer than 80 characters. | 600 | |
Parameter element should be final. | 604 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 2 | |
File does not end with a newline. | 0 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - org.jasig.cas.CentralAuthenticationServiceImpl. | 5 | |
Unused import - org.jasig.cas.authentication.AuthenticationManager. | 6 | |
Unused import - org.jasig.cas.authentication.AuthenticationManagerImpl. | 7 | |
Unused import - org.jasig.cas.authentication.handler.AuthenticationHandler. | 8 | |
Unused import - org.jasig.cas.services.ServiceRegistryDao. | 9 | |
Unused import - org.jasig.cas.ticket.registry.TicketRegistry. | 10 | |
Unused import - org.jasig.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy. | 11 | |
Unused import - org.jasig.cas.ticket.support.TicketGrantingTicketExpirationPolicy. | 12 | |
Unused import - org.jasig.cas.web.StatisticsController. | 13 | |
Unused import - org.springframework.beans.factory.annotation.Autowired. | 16 | |
Unused import - org.springframework.context.ApplicationContext. | 17 | |
Unused import - org.springframework.context.event.ContextStartedEvent. | 20 | |
Unused import - java.lang.reflect.Field. | 23 | |
Unused import - java.util.Map. | 24 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Parameter event should be final. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
File does not end with a newline. | 0 | |
Unused import - org.jasig.cas.CentralAuthenticationServiceImpl. | 5 | |
Unused import - org.jasig.cas.authentication.AuthenticationManager. | 6 | |
Unused import - org.jasig.cas.authentication.AuthenticationManagerImpl. | 7 | |
Unused import - org.jasig.cas.authentication.handler.AuthenticationHandler. | 8 | |
Unused import - org.jasig.cas.services.ServiceRegistryDao. | 9 | |
Unused import - org.jasig.cas.ticket.registry.TicketRegistry. | 10 | |
Unused import - org.jasig.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy. | 11 | |
Unused import - org.jasig.cas.ticket.support.TicketGrantingTicketExpirationPolicy. | 12 | |
Unused import - org.jasig.cas.web.StatisticsController. | 13 | |
Unused import - org.springframework.beans.factory.annotation.Autowired. | 16 | |
Unused import - org.springframework.context.ApplicationContext. | 17 | |
Unused import - org.springframework.context.event.ContextStartedEvent. | 20 | |
Unused import - java.lang.reflect.Field. | 23 | |
Unused import - java.util.Map. | 24 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Parameter event should be final. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 15 | |
Unclosed HTML tag found: <code>Map<String, Object</code> which adds a flexibility | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 19 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter attributeKey should be final. | 40 | |
'attributeKey' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line 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 is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Expected @throws tag for 'BulkRetrievalOfTicketsNotSupportedException'. | 58 | |
Redundant throws: 'BulkRetrievalOfTicketsNotSupportedException' is unchecked exception. | 58 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 15 | |
Unclosed HTML tag found: <code>Map<String, Object</code> which adds a flexibility | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 19 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter attributeKey should be final. | 40 | |
'attributeKey' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line 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 is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Expected @throws tag for 'BulkRetrievalOfTicketsNotSupportedException'. | 58 | |
Redundant throws: 'BulkRetrievalOfTicketsNotSupportedException' is unchecked exception. | 58 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Parameter singleSignOnSessionsReport should be final. | 43 | |
'singleSignOnSessionsReport' hides a field. | 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 contains a tab character. | 50 | |
Method 'showActiveSsoSessions' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'}' should be on the same line. | 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. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
'}' should be on the same line. | 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 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 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Parameter singleSignOnSessionsReport should be final. | 43 | |
'singleSignOnSessionsReport' hides a field. | 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 contains a tab character. | 50 | |
Method 'showActiveSsoSessions' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'}' should be on the same line. | 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. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
'}' should be on the same line. | 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 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 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 9 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter source should be final. | 23 | |
Parameter serviceTicketId should be final. | 23 | |
'serviceTicketId' hides a field. | 23 | |
Parameter service should be final. | 23 | |
'service' hides a field. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Method 'getServiceTicketId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
'+' should be on a new line. | 39 | |
Line contains a tab character. | 40 | |
'+' should be on a new line. | 40 | |
Line contains a tab character. | 41 | |
'+' should be on a new line. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 9 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter source should be final. | 23 | |
Parameter serviceTicketId should be final. | 23 | |
'serviceTicketId' hides a field. | 23 | |
Parameter service should be final. | 23 | |
'service' hides a field. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Method 'getServiceTicketId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
'+' should be on a new line. | 39 | |
Line contains a tab character. | 40 | |
'+' should be on a new line. | 40 | |
Line contains a tab character. | 41 | |
'+' should be on a new line. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 9 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line is longer than 80 characters. | 21 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter source should be final. | 21 | |
Parameter authentication should be final. | 21 | |
'authentication' hides a field. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 26 | |
Method 'getAuthentication' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
'+' should be on a new line. | 32 | |
Line contains a tab character. | 33 | |
'+' should be on a new line. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 9 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line is longer than 80 characters. | 21 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter source should be final. | 21 | |
Parameter authentication should be final. | 21 | |
'authentication' hides a field. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 26 | |
Method 'getAuthentication' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
'+' should be on a new line. | 32 | |
Line contains a tab character. | 33 | |
'+' should be on a new line. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter source should be final. | 19 | |
Parameter serviceTicketId should be final. | 19 | |
Parameter service should be final. | 19 | |
Parameter authentication should be final. | 19 | |
'authentication' hides a field. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter source should be final. | 19 | |
Parameter serviceTicketId should be final. | 19 | |
Parameter service should be final. | 19 | |
Parameter authentication should be final. | 19 | |
'authentication' hides a field. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter source should be final. | 19 | |
Parameter serviceTicketId should be final. | 19 | |
Parameter service should be final. | 19 | |
Parameter assertion should be final. | 19 | |
'assertion' hides a field. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter source should be final. | 19 | |
Parameter serviceTicketId should be final. | 19 | |
Parameter service should be final. | 19 | |
Parameter assertion should be final. | 19 | |
'assertion' hides a field. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Parameter source should be final. | 15 | |
Parameter authentication should be final. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Parameter source should be final. | 15 | |
Parameter authentication should be final. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Parameter source should be final. | 15 | |
Parameter authentication should be final. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Parameter source should be final. | 15 | |
Parameter authentication should be final. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter authenticationSupport should be final. | 36 | |
'authenticationSupport' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 42 | |
Method 'setApplicationEventPublisher' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Parameter applicationEventPublisher should be final. | 43 | |
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 is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
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 contains a tab character. | 51 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Method 'publishCasSsoSessionEstablishedEvent' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Method 'publishCasSsoSessionDestroyedEvent' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Method 'publishCasServiceTicketGrantedEvent' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Parameter service should be final. | 82 | |
Parameter serviceTicketId should be final. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Method 'publishCasServiceTicketValidatedEvent' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter e should be final. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter authenticationSupport should be final. | 36 | |
'authenticationSupport' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 42 | |
Method 'setApplicationEventPublisher' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Parameter applicationEventPublisher should be final. | 43 | |
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 is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
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 contains a tab character. | 51 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Method 'publishCasSsoSessionEstablishedEvent' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Method 'publishCasSsoSessionDestroyedEvent' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Method 'publishCasServiceTicketGrantedEvent' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Parameter service should be final. | 82 | |
Parameter serviceTicketId should be final. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Method 'publishCasServiceTicketValidatedEvent' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter e should be final. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - net.unicon.cas.addons.info.events.CasSsoSessionEstablishedEvent. | 4 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter connectionFactory should be final. | 35 | |
Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Parameter event should be final. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
'}' should be on the same line. | 45 | |
Line is longer than 80 characters. | 47 | |
File does not end with a newline. | 0 | |
Unused import - net.unicon.cas.addons.info.events.CasSsoSessionEstablishedEvent. | 4 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter connectionFactory should be final. | 35 | |
Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Parameter event should be final. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
'}' should be on the same line. | 45 | |
Line is longer than 80 characters. | 47 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter connectionFactory should be final. | 34 | |
Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Parameter event should be final. | 39 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
'}' should be on the same line. | 44 | |
Line is longer than 80 characters. | 46 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter connectionFactory should be final. | 34 | |
Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Parameter event should be final. | 39 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
'}' should be on the same line. | 44 | |
Line is longer than 80 characters. | 46 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - java.util.*. | 11 | |
First sentence should end with a period. | 14 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Parameter ticketSupport should be final. | 30 | |
'ticketSupport' hides a field. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'getActiveSsoSessions' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Redundant throws: 'BulkRetrievalOfTicketsNotSupportedException' is unchecked exception. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
'for' is not followed by whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - java.util.*. | 11 | |
First sentence should end with a period. | 14 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Parameter ticketSupport should be final. | 30 | |
'ticketSupport' hides a field. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'getActiveSsoSessions' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Redundant throws: 'BulkRetrievalOfTicketsNotSupportedException' is unchecked exception. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
'for' is not followed by whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 1 | |
File does not end with a newline. | 0 | |
First sentence should end with a period. | 1 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - org.jasig.services.persondir.IPersonAttributeDao. | 6 | |
Line is longer than 80 characters. | 8 | |
Unused import - org.jasig.services.persondir.support.AbstractDefaultAttributePersonAttributeDao. | 8 | |
Line is longer than 80 characters. | 9 | |
Unused import - org.jasig.services.persondir.support.AbstractFlatteningPersonAttributeDao. | 9 | |
Using the '.*' form of import should be avoided - java.util.*. | 13 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Method 'setGrouperAttributesKeyName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter grouperAttributesKeyName should be final. | 37 | |
'grouperAttributesKeyName' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line contains a tab character. | 42 | |
Parameter subjectId should be final. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 59 | |
Method 'getPossibleUserAttributeNames' is not designed for extension - needs to be abstract, final or empty. | 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. | 65 | |
Method 'getAvailableQueryAttributes' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Method 'getPeople' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Parameter stringObjectMap should be final. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'getPeopleWithMultivaluedAttributes' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Parameter stringListMap should be final. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
File does not end with a newline. | 0 | |
Unused import - org.jasig.services.persondir.IPersonAttributeDao. | 6 | |
Line is longer than 80 characters. | 8 | |
Unused import - org.jasig.services.persondir.support.AbstractDefaultAttributePersonAttributeDao. | 8 | |
Line is longer than 80 characters. | 9 | |
Unused import - org.jasig.services.persondir.support.AbstractFlatteningPersonAttributeDao. | 9 | |
Using the '.*' form of import should be avoided - java.util.*. | 13 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Method 'setGrouperAttributesKeyName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter grouperAttributesKeyName should be final. | 37 | |
'grouperAttributesKeyName' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'getPerson' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line contains a tab character. | 42 | |
Parameter subjectId should be final. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 59 | |
Method 'getPossibleUserAttributeNames' is not designed for extension - needs to be abstract, final or empty. | 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. | 65 | |
Method 'getAvailableQueryAttributes' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Method 'getPeople' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Parameter stringObjectMap should be final. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'getPeopleWithMultivaluedAttributes' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Parameter stringListMap should be final. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
'static' modifier out of order with the JLS suggestions. | 39 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
'personAttributesConfigFile' hides a field. | 43 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Expected @throws tag for 'Exception'. | 50 | |
'}' should be on the same line. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 72 | |
'}' should be on the same line. | 76 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 84 | |
'}' should be on the same line. | 89 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Missing a Javadoc comment. | 99 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 104 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
'static' modifier out of order with the JLS suggestions. | 39 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
'personAttributesConfigFile' hides a field. | 43 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Expected @throws tag for 'Exception'. | 50 | |
'}' should be on the same line. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 67 | |
Method 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 72 | |
'}' should be on the same line. | 76 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 84 | |
'}' should be on the same line. | 89 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Missing a Javadoc comment. | 99 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 104 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 | |
Method 'getPeopleWithMultivaluedAttributes' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 26 | |
Method 'getPeopleWithMultivaluedAttributes' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - org.jasig.cas.authentication.Authentication. | 4 | |
Unused import - org.jasig.cas.authentication.principal.Principal. | 5 | |
Unused import - org.jasig.cas.web.view.AbstractCasView. | 6 | |
Unused import - java.io.Writer. | 11 | |
Line is longer than 80 characters. | 17 | |
First sentence should end with a period. | 26 | |
Method 'renderMergedOutputModel' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 37 | |
File does not end with a newline. | 0 | |
Unused import - org.jasig.cas.authentication.Authentication. | 4 | |
Unused import - org.jasig.cas.authentication.principal.Principal. | 5 | |
Unused import - org.jasig.cas.web.view.AbstractCasView. | 6 | |
Unused import - java.io.Writer. | 11 | |
Line is longer than 80 characters. | 17 | |
First sentence should end with a period. | 26 | |
Method 'renderMergedOutputModel' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 37 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 25 | |
Method 'renderMergedOutputModel' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 36 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 25 | |
Method 'renderMergedOutputModel' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 36 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - java.util.LinkedHashMap. | 5 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
'user' hides a field. | 39 | |
'attributes' hides a field. | 39 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
'authenticationTime' hides a field. | 66 | |
Missing a Javadoc comment. | 70 | |
'user' hides a field. | 71 | |
File does not end with a newline. | 0 | |
Unused import - java.util.LinkedHashMap. | 5 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
'user' hides a field. | 39 | |
'attributes' hides a field. | 39 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
'authenticationTime' hides a field. | 66 | |
Missing a Javadoc comment. | 70 | |
'user' hides a field. | 71 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 70 | |
'encoding' hides a field. | 70 | |
Line is longer than 80 characters. | 80 | |
Missing a Javadoc comment. | 84 | |
Line is longer than 80 characters. | 88 | |
Method 'renderMergedOutputModel' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 97 | |
Avoid inline conditionals. | 98 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 132 | |
Missing a Javadoc comment. | 135 | |
Line is longer than 80 characters. | 139 | |
Missing a Javadoc comment. | 139 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 161 | |
Missing a Javadoc comment. | 161 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Method 'setEncoding' is not designed for extension - needs to be abstract, final or empty. | 70 | |
'encoding' hides a field. | 70 | |
Line is longer than 80 characters. | 80 | |
Missing a Javadoc comment. | 84 | |
Line is longer than 80 characters. | 88 | |
Method 'renderMergedOutputModel' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 97 | |
Avoid inline conditionals. | 98 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 132 | |
Missing a Javadoc comment. | 135 | |
Line is longer than 80 characters. | 139 | |
Missing a Javadoc comment. | 139 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 161 | |
Missing a Javadoc comment. | 161 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
'1000' is a magic number. | 59 | |
'30000' is a magic number. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 69 | |
'issuer' hides a field. | 69 | |
'issueLength' hides a field. | 69 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 101 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 113 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 126 | |
Missing a Javadoc comment. | 126 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 131 | |
Avoid inline conditionals. | 131 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 137 | |
Missing a Javadoc comment. | 137 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 174 | |
Missing a Javadoc comment. | 174 | |
Line is longer than 80 characters. | 176 | |
Missing a Javadoc comment. | 189 | |
'issueLength' hides a field. | 189 | |
Missing a Javadoc comment. | 193 | |
'issuer' hides a field. | 193 | |
Line is longer than 80 characters. | 197 | |
Missing a Javadoc comment. | 197 | |
'rememberMeAttributeName' hides a field. | 197 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
'1000' is a magic number. | 59 | |
'30000' is a magic number. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 69 | |
'issuer' hides a field. | 69 | |
'issueLength' hides a field. | 69 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 101 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 113 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 126 | |
Missing a Javadoc comment. | 126 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 131 | |
Avoid inline conditionals. | 131 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 137 | |
Missing a Javadoc comment. | 137 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 174 | |
Missing a Javadoc comment. | 174 | |
Line is longer than 80 characters. | 176 | |
Missing a Javadoc comment. | 189 | |
'issueLength' hides a field. | 189 | |
Missing a Javadoc comment. | 193 | |
'issuer' hides a field. | 193 | |
Line is longer than 80 characters. | 197 | |
Missing a Javadoc comment. | 197 | |
'rememberMeAttributeName' hides a field. | 197 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - org.jasig.cas.services.*. | 9 | |
Unused import - java.io.File. | 20 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Variable 'objectMapper' must be private and have accessor methods. | 49 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Variable 'servicesConfigFile' must be private and have accessor methods. | 51 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Variable 'logger' must be private and have accessor methods. | 63 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
'servicesConfigFile' hides a field. | 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 | |
Missing a Javadoc comment. | 69 | |
'servicesManager' hides a field. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Parameter registeredService should be final. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Parameter registeredService should be final. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Parameter id should be final. | 88 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 101 | |
Method 'saveInternal' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 105 | |
Method 'deleteInternal' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
First sentence should end with a period. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Expected an @return tag. | 112 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 115 | |
Line has trailing spaces. | 116 | |
Line has trailing spaces. | 118 | |
Line is longer than 80 characters. | 119 | |
Line has trailing spaces. | 120 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 129 | |
Line has trailing spaces. | 132 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 143 | |
Missing a Javadoc comment. | 143 | |
Line has trailing spaces. | 146 | |
Line has trailing spaces. | 149 | |
Line is longer than 80 characters. | 151 | |
Line has trailing spaces. | 153 | |
Line has trailing spaces. | 156 | |
Missing a Javadoc comment. | 157 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
'}' should be on the same line. | 194 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 207 | |
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 contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Method 'postProcessBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
Parameter beanFactory should be final. | 214 | |
Redundant throws: 'BeansException' is unchecked exception. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
'}' should be on the same line. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - org.jasig.cas.services.*. | 9 | |
Unused import - java.io.File. | 20 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Variable 'objectMapper' must be private and have accessor methods. | 49 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Variable 'servicesConfigFile' must be private and have accessor methods. | 51 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Variable 'logger' must be private and have accessor methods. | 63 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
'servicesConfigFile' hides a field. | 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 | |
Missing a Javadoc comment. | 69 | |
'servicesManager' hides a field. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Parameter registeredService should be final. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Parameter registeredService should be final. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Parameter id should be final. | 88 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 101 | |
Method 'saveInternal' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 105 | |
Method 'deleteInternal' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
First sentence should end with a period. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Expected an @return tag. | 112 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 115 | |
Line has trailing spaces. | 116 | |
Line has trailing spaces. | 118 | |
Line is longer than 80 characters. | 119 | |
Line has trailing spaces. | 120 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 129 | |
Line has trailing spaces. | 132 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 143 | |
Missing a Javadoc comment. | 143 | |
Line has trailing spaces. | 146 | |
Line has trailing spaces. | 149 | |
Line is longer than 80 characters. | 151 | |
Line has trailing spaces. | 153 | |
Line has trailing spaces. | 156 | |
Missing a Javadoc comment. | 157 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
'}' should be on the same line. | 194 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 207 | |
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 contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Method 'postProcessBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
Parameter beanFactory should be final. | 214 | |
Redundant throws: 'BeansException' is unchecked exception. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
'}' should be on the same line. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 47 | |
'while' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 81 | |
Missing a Javadoc comment. | 81 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 47 | |
'while' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 66 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 81 | |
Missing a Javadoc comment. | 81 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Method 'getExtraAttributes' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Method 'setExtraAttributes' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
'extraAttributes' hides a field. | 25 | |
File does not end with a newline. | 0 | |
First sentence should end with a period. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Method 'getExtraAttributes' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Method 'setExtraAttributes' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
'extraAttributes' hides a field. | 25 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 7 | |
Line is longer than 80 characters. | 8 | |
Missing a Javadoc comment. | 16 | |
File does not end with a newline. | 0 | |
First sentence should end with a period. | 7 | |
Line is longer than 80 characters. | 8 | |
Missing a Javadoc comment. | 16 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 19 | |
Method 'getExtraAttributes' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Method 'setExtraAttributes' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
'extraAttributes' hides a field. | 26 | |
File does not end with a newline. | 0 | |
First sentence should end with a period. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 19 | |
Method 'getExtraAttributes' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Method 'setExtraAttributes' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
'extraAttributes' hides a field. | 26 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
Line is longer than 80 characters. | 32 | |
Method 'postProcessBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter beanFactory should be final. | 32 | |
Redundant throws: 'BeansException' is unchecked exception. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
Line is longer than 80 characters. | 32 | |
Method 'postProcessBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter beanFactory should be final. | 32 | |
Redundant throws: 'BeansException' is unchecked exception. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 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 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
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. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Expected @param tag for 'name'. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
'dropCollection' hides a field. | 101 | |
Expected @param tag for 'dropCollection'. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 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 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
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. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Expected @param tag for 'name'. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
'dropCollection' hides a field. | 101 | |
Expected @param tag for 'dropCollection'. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 1 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 2 | |
File does not end with a newline. | 0 | |
First sentence should end with a period. | 1 | |
Line has trailing spaces. | 2 | |
Line is longer than 80 characters. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 6 | |
First sentence should end with a period. | 15 | |
Line contains a tab character. | 15 | |
Line is longer than 80 characters. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line is longer than 80 characters. | 19 | |
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 is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 6 | |
First sentence should end with a period. | 15 | |
Line contains a tab character. | 15 | |
Line is longer than 80 characters. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line is longer than 80 characters. | 19 | |
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 is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 21 | |
Expected @param tag for 'serviceAttributes'. | 21 | |
Expected @param tag for 'authenticatedPrincipalAttributes'. | 21 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 21 | |
Expected @param tag for 'serviceAttributes'. | 21 | |
Expected @param tag for 'authenticatedPrincipalAttributes'. | 21 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 7 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
'servicesManager' hides a field. | 44 | |
Line is longer than 80 characters. | 47 | |
Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 67 | |
'}' should be on the same line. | 69 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 84 | |
'}' should be on the same line. | 85 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 101 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
'servicesManager' hides a field. | 44 | |
Line is longer than 80 characters. | 47 | |
Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 67 | |
'}' should be on the same line. | 69 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 84 | |
'}' should be on the same line. | 85 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 101 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 6 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 17 | |
Method 'ssoSessionInitiating' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Line is longer than 80 characters. | 18 | |
Line contains a tab character. | 18 | |
Parameter registeredService should be final. | 18 | |
Line is longer than 80 characters. | 19 | |
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 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
First sentence should end with a period. | 6 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 17 | |
Method 'ssoSessionInitiating' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Line is longer than 80 characters. | 18 | |
Line contains a tab character. | 18 | |
Parameter registeredService should be final. | 18 | |
Line is longer than 80 characters. | 19 | |
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 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 20 | |
Unclosed HTML tag found: <ul> | 24 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 47 | |
'}' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 20 | |
Unclosed HTML tag found: <ul> | 24 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 47 | |
'}' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - java.lang.annotation.*. | 3 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 29 | |
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - java.lang.annotation.*. | 3 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 29 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - java.lang.annotation.*. | 3 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - java.lang.annotation.*. | 3 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
'resourceUri' hides a field. | 44 | |
Method 'getResourceUri' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 64 | |
'watchedResource' hides a field. | 64 | |
Line is longer than 80 characters. | 67 | |
'+' should be on a new line. | 67 | |
Line is longer than 80 characters. | 68 | |
Comment matches to-do format 'TODO:'. | 71 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 80 | |
Method 'notifyOfTheResourceChangeEventIfNecessary' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 92 | |
'}' should be on the same line. | 95 | |
Comment matches to-do format 'TODO:'. | 97 | |
Line is longer than 80 characters. | 98 | |
Method 'setApplicationEventPublisher' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Line is longer than 80 characters. | 104 | |
'applicationEventPublisher' hides a field. | 104 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
'resourceUri' hides a field. | 44 | |
Method 'getResourceUri' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 64 | |
'watchedResource' hides a field. | 64 | |
Line is longer than 80 characters. | 67 | |
'+' should be on a new line. | 67 | |
Line is longer than 80 characters. | 68 | |
Comment matches to-do format 'TODO:'. | 71 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 80 | |
Method 'notifyOfTheResourceChangeEventIfNecessary' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 92 | |
'}' should be on the same line. | 95 | |
Comment matches to-do format 'TODO:'. | 97 | |
Line is longer than 80 characters. | 98 | |
Method 'setApplicationEventPublisher' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Line is longer than 80 characters. | 104 | |
'applicationEventPublisher' hides a field. | 104 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
Method 'postProcessBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Line is longer than 80 characters. | 30 | |
Parameter beanFactory should be final. | 30 | |
Redundant throws: 'BeansException' is unchecked exception. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
Method 'postProcessBeanFactory' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Line is longer than 80 characters. | 30 | |
Parameter beanFactory should be final. | 30 | |
Redundant throws: 'BeansException' is unchecked exception. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 1 | |
File does not end with a newline. | 0 | |
First sentence should end with a period. | 1 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Parameter s should be final. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter s should be final. | 19 | |
Parameter throwable should be final. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Parameter s should be final. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter s should be final. | 19 | |
Parameter throwable should be final. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line contains a tab character. | 20 | |
Line is longer than 80 characters. | 21 | |
Line contains a tab character. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
First sentence should end with a period. | 30 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Expected @throws tag for 'BulkRetrievalOfTicketsNotSupportedException'. | 48 | |
Redundant throws: 'BulkRetrievalOfTicketsNotSupportedException' is unchecked exception. | 48 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line contains a tab character. | 20 | |
Line is longer than 80 characters. | 21 | |
Line contains a tab character. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
First sentence should end with a period. | 30 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Expected @throws tag for 'BulkRetrievalOfTicketsNotSupportedException'. | 48 | |
Redundant throws: 'BulkRetrievalOfTicketsNotSupportedException' is unchecked exception. | 48 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 30 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 44 | |
'evaluators' hides a field. | 44 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 59 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 64 | |
Avoid inline conditionals. | 65 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 74 | |
Missing a Javadoc comment. | 75 | |
Line has trailing spaces. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
Line has trailing spaces. | 91 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 30 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 44 | |
'evaluators' hides a field. | 44 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 59 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 64 | |
Avoid inline conditionals. | 65 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 74 | |
Missing a Javadoc comment. | 75 | |
Line has trailing spaces. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
Line has trailing spaces. | 91 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 34 | |
Method 'doesSatisfyTicketExpirationPolicy' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 49 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 34 | |
Method 'doesSatisfyTicketExpirationPolicy' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 49 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 15 | |
Line is longer than 80 characters. | 18 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Parameter ticketRegistry should be final. | 31 | |
'ticketRegistry' hides a field. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 35 | |
Method 'ticketGrantingTicketExistsAndExpired' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Parameter ticketGrantingTicketId should be final. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'deleteExpiredTicketGrantingTicket' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Parameter ticketGrantingTicketId should be final. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'getNonExpiredTicketGrantingTickets' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Redundant throws: 'BulkRetrievalOfTicketsNotSupportedException' is unchecked exception. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
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 | |
'}' should be on the same line. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
File does not end with a newline. | 0 | |
First sentence should end with a period. | 15 | |
Line is longer than 80 characters. | 18 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Parameter ticketRegistry should be final. | 31 | |
'ticketRegistry' hides a field. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 35 | |
Method 'ticketGrantingTicketExistsAndExpired' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Parameter ticketGrantingTicketId should be final. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'deleteExpiredTicketGrantingTicket' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Parameter ticketGrantingTicketId should be final. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'getNonExpiredTicketGrantingTickets' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Redundant throws: 'BulkRetrievalOfTicketsNotSupportedException' is unchecked exception. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
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 | |
'}' should be on the same line. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 52 | |
'suffix' hides a field. | 52 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 58 | |
'suffix' hides a field. | 58 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 67 | |
Avoid inline conditionals. | 67 | |
Missing a Javadoc comment. | 83 | |
'suffix' hides a field. | 83 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 52 | |
'suffix' hides a field. | 52 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 58 | |
'suffix' hides a field. | 58 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 67 | |
Avoid inline conditionals. | 67 | |
Missing a Javadoc comment. | 83 | |
'suffix' hides a field. | 83 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 98 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 46 | |
Parameter ticketGrantingTicketTimeoutInSeconds should be final. | 46 | |
'ticketGrantingTicketTimeoutInSeconds' hides a field. | 46 | |
Parameter serviceTicketTimeoutInSeconds should be final. | 46 | |
'serviceTicketTimeoutInSeconds' hides a field. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 51 | |
Method 'updateTicket' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Parameter ticket should be final. | 56 | |
Method 'addTicket' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Parameter ticket should be final. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Method 'getTicket' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Parameter ticketId should be final. | 68 | |
Line is longer than 80 characters. | 70 | |
Avoid inline conditionals. | 70 | |
Avoid inline conditionals. | 71 | |
Method 'deleteTicket' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Parameter ticketId should be final. | 75 | |
Method 'getTickets' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Method 'needsCallback' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 90 | |
'}' should be on the same line. | 93 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 46 | |
Parameter ticketGrantingTicketTimeoutInSeconds should be final. | 46 | |
'ticketGrantingTicketTimeoutInSeconds' hides a field. | 46 | |
Parameter serviceTicketTimeoutInSeconds should be final. | 46 | |
'serviceTicketTimeoutInSeconds' hides a field. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 51 | |
Method 'updateTicket' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Parameter ticket should be final. | 56 | |
Method 'addTicket' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Parameter ticket should be final. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Method 'getTicket' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Parameter ticketId should be final. | 68 | |
Line is longer than 80 characters. | 70 | |
Avoid inline conditionals. | 70 | |
Avoid inline conditionals. | 71 | |
Method 'deleteTicket' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Parameter ticketId should be final. | 75 | |
Method 'getTickets' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Method 'needsCallback' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 90 | |
'}' should be on the same line. | 93 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - org.springframework.webflow.test.MockRequestContext. | 14 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
'servicesManager' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'}' should be on the same line. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
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 | |
File does not end with a newline. | 0 | |
Unused import - org.springframework.webflow.test.MockRequestContext. | 14 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
'servicesManager' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'}' should be on the same line. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
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 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Method 'setServicesManager' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter servicesManager should be final. | 33 | |
'servicesManager' hides a field. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Method 'setArgumentExtractors' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter argumentExtractors should be final. | 37 | |
'argumentExtractors' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Method 'setRegisteredServicesPolicies' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter registeredServicesPolicies should be final. | 41 | |
'registeredServicesPolicies' hides a field. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'addCookie' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Parameter request should be final. | 53 | |
Parameter response should be final. | 53 | |
Parameter cookieValue should be final. | 53 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Method 'setServicesManager' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter servicesManager should be final. | 33 | |
'servicesManager' hides a field. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Method 'setArgumentExtractors' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter argumentExtractors should be final. | 37 | |
'argumentExtractors' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Method 'setRegisteredServicesPolicies' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter registeredServicesPolicies should be final. | 41 | |
'registeredServicesPolicies' hides a field. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'addCookie' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Parameter request should be final. | 53 | |
Parameter response should be final. | 53 | |
Parameter cookieValue should be final. | 53 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Unused import - net.unicon.cas.addons.authentication.support.Assertions. | 3 | |
Line is longer than 80 characters. | 5 | |
Unused import - org.jasig.cas.authentication.principal.Service. | 7 | |
Unused import - org.jasig.cas.web.support.WebUtils. | 16 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 33 | |
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. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Name 'tgtHolder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
Line contains a tab character. | 47 | |
Method 'setTicketRegistry' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter ticketRegistry should be final. | 47 | |
'ticketRegistry' hides a field. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'setCas' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter cas should be final. | 51 | |
'cas' hides a field. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'setServicesManager' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter servicesManager should be final. | 56 | |
'servicesManager' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Method 'setArgExtractor' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter argExtractor should be final. | 60 | |
'argExtractor' hides a field. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Method 'setRegisteredServicesPolicies' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter registeredServicesPolicies should be final. | 65 | |
'registeredServicesPolicies' hides a field. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Parameter request should be final. | 79 | |
Parameter response should be final. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Method 'onSuccessfulValidation' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Parameter serviceTicketId should be final. | 94 | |
Parameter assertion should be final. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'}' should be on the same line. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
File does not end with a newline. | 0 | |
Unused import - net.unicon.cas.addons.authentication.support.Assertions. | 3 | |
Line is longer than 80 characters. | 5 | |
Unused import - org.jasig.cas.authentication.principal.Service. | 7 | |
Unused import - org.jasig.cas.web.support.WebUtils. | 16 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 33 | |
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. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Name 'tgtHolder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
Line contains a tab character. | 47 | |
Method 'setTicketRegistry' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter ticketRegistry should be final. | 47 | |
'ticketRegistry' hides a field. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'setCas' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter cas should be final. | 51 | |
'cas' hides a field. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'setServicesManager' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter servicesManager should be final. | 56 | |
'servicesManager' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Method 'setArgExtractor' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter argExtractor should be final. | 60 | |
'argExtractor' hides a field. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Method 'setRegisteredServicesPolicies' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter registeredServicesPolicies should be final. | 65 | |
'registeredServicesPolicies' hides a field. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Parameter request should be final. | 79 | |
Parameter response should be final. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Method 'onSuccessfulValidation' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Parameter serviceTicketId should be final. | 94 | |
Parameter assertion should be final. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'}' should be on the same line. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 10 | |
Line is longer than 80 characters. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 15 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 21 | |
Method 'selectLoginView' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 33 | |
'parameterName' hides a field. | 33 | |
Missing a Javadoc comment. | 37 | |
'defaultView' hides a field. | 37 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 53 | |
'viewMappings' hides a field. | 53 | |
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 21 | |
Method 'selectLoginView' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 33 | |
'parameterName' hides a field. | 33 | |
Missing a Javadoc comment. | 37 | |
'defaultView' hides a field. | 37 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 53 | |
'viewMappings' hides a field. | 53 |