The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
19 | 0 | 74 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod
| 17 | ![]() |
JavadocType | 1 | ![]() |
JavadocVariable | 0 | ![]() |
JavadocStyle
| 5 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 2 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 1 | ![]() |
FileLength
| 1 | ![]() |
LineLength
| 8 | ![]() |
MethodLength
| 8 | ![]() |
ParameterNumber
| 4 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
ModifierOrder | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 1 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 3 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 3 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
UpperEll | 0 | ![]() |
AbstractClassName
| 0 | ![]() |
AnonInnerLength | 0 | ![]() |
EmptyForInitializerPad | 0 | ![]() |
CovariantEquals | 0 | ![]() |
DefaultComesLast | 0 | ![]() |
DeclarationOrder | 0 | ![]() |
ExplicitInitialization | 1 | ![]() |
FallThrough | 0 | ![]() |
IllegalCatch | 3 | ![]() |
IllegalThrows | 0 | ![]() |
JUnitTestCase | 0 | ![]() |
MultipleVariableDeclarations | 0 | ![]() |
PackageDeclaration | 0 | ![]() |
ParameterAssignment | 2 | ![]() |
ReturnCount
| 0 | ![]() |
StringLiteralEquality | 1 | ![]() |
SuperFinalize | 0 | ![]() |
ArrayTrailingComma | 0 | ![]() |
UnnecessaryParentheses | 4 | ![]() |
MutableException | 0 | ![]() |
ThrowsCount
| 0 | ![]() |
CyclomaticComplexity | 8 | ![]() |
TrailingComment | 0 | ![]() |
PackageHtml
| 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | File length is 1,003 lines (max allowed is 1,000). | 1 |
![]() | Cyclomatic Complexity is 12 (max allowed is 10). | 166 |
![]() | Method length is 91 lines (max allowed is 50). | 166 |
![]() | 'config' hides a field. | 166 |
![]() | 'plugins' hides a field. | 168 |
![]() | Line is longer than 120 characters. | 212 |
![]() | Line is longer than 120 characters. | 214 |
![]() | Cyclomatic Complexity is 11 (max allowed is 10). | 287 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Must have at least one statement. | 328 |
![]() | Cyclomatic Complexity is 25 (max allowed is 10). | 400 |
![]() | Method length is 141 lines (max allowed is 50). | 400 |
![]() | Expected an @return tag. | 550 |
![]() | Expected @param tag for 'discovery'. | 550 |
![]() | Expected @param tag for 'providedName'. | 550 |
![]() | Cyclomatic Complexity is 35 (max allowed is 10). | 583 |
![]() | Method length is 216 lines (max allowed is 50). | 583 |
![]() | Unnecessary parentheses around assignment right-hand side. | 589 |
![]() | Unnecessary parentheses around assignment right-hand side. | 590 |
![]() | Cyclomatic Complexity is 14 (max allowed is 10). | 834 |
![]() | Method length is 99 lines (max allowed is 50). | 834 |
![]() | Unnecessary parentheses around assignment right-hand side. | 839 |
![]() | Missing a Javadoc comment. | 975 |
Violation | Message | Line |
---|---|---|
![]() | Cyclomatic Complexity is 16 (max allowed is 10). | 82 |
![]() | Method length is 68 lines (max allowed is 50). | 82 |
![]() | First sentence should end with a period. | 214 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 41 |
![]() | First sentence should end with a period. | 60 |
![]() | First sentence should end with a period. | 78 |
![]() | First sentence should end with a period. | 118 |
![]() | Unused @param tag for 'lang'. | 120 |
![]() | Expected @param tag for 'req'. | 134 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Variable 'req' explicitly initialized to 'null' (default value for its type). | 198 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Missing a Javadoc comment. | 205 |
![]() | 'req' hides a field. | 205 |
![]() | Missing a Javadoc comment. | 209 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 105 |
![]() | Cyclomatic Complexity is 19 (max allowed is 10). | 105 |
![]() | Method length is 110 lines (max allowed is 50). | 105 |
![]() | Catching 'Exception' is not allowed. | 168 |
![]() | Method length is 51 lines (max allowed is 50). | 274 |
![]() | Name 'SPName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 |
![]() | Name 'IdPName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 394 |
![]() | Expected @param tag for 'plugin'. | 444 |
![]() | Line is longer than 120 characters. | 450 |
![]() | Missing a Javadoc comment. | 452 |
![]() | Unnecessary parentheses around expression. | 463 |
![]() | Expected @param tag for 'entity'. | 502 |
![]() | Expected @param tag for 'entity'. | 521 |
![]() | Expected @throws tag for 'WayfException'. | 541 |
![]() | Missing a Javadoc comment. | 552 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - javax.servlet.GenericServlet. | 27 |
![]() | Cyclomatic Complexity is 26 (max allowed is 10). | 75 |
![]() | Method length is 189 lines (max allowed is 50). | 75 |
![]() | Line is longer than 120 characters. | 100 |
![]() | Line is longer than 120 characters. | 156 |
![]() | Catching 'Exception' is not allowed. | 228 |
![]() | Catching 'Exception' is not allowed. | 252 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 22 |
Violation | Message | Line |
---|---|---|
![]() | More than 5 parameters. | 106 |
![]() | More than 5 parameters. | 136 |
![]() | Expected @param tag for 'idP'. | 158 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 167 |
![]() | Line is longer than 120 characters. | 171 |
Violation | Message | Line |
---|---|---|
![]() | More than 5 parameters. | 170 |
![]() | Empty statement. | 201 |
![]() | More than 5 parameters. | 248 |
![]() | Assignment of parameter 'codedData' is not allowed. | 352 |
![]() | Assignment of parameter 'codedData' is not allowed. | 356 |
![]() | Literal Strings should be compared using equals(), not '!='. | 475 |