The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
3 | 0 | 0 | 14 |
Rules | Violations | Severity |
---|---|---|
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 2 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
MemberName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
FileLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 2 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 2 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
NeedBraces | 0 | ![]() |
LeftCurly
| 0 | ![]() |
RightCurly
| 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 3 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 5 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Files | I ![]() | W ![]() | E ![]() |
---|---|---|---|
org/mule/examples/loanbroker/credit/CreditAgencyHome.java | 0 | 0 | 1 |
org/mule/examples/loanbroker/credit/CreditAgencyBean.java | 0 | 0 | 12 |
org/mule/examples/loanbroker/credit/CreditAgency.java | 0 | 0 | 1 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Redundant throws: 'EJBException' is unchecked exception. | 28 |
![]() | Redundant throws: 'EJBException' is unchecked exception. | 33 |
![]() | Redundant throws: 'EJBException' is unchecked exception. | 38 |
![]() | Redundant throws: 'EJBException' is unchecked exception. | 43 |
![]() | Redundant throws: 'EJBException' is unchecked exception. | 48 |
![]() | Name 'credit_score' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 |
![]() | 'cast' is not followed by whitespace. | 57 |
![]() | '600' is a magic number. | 57 |
![]() | '300' is a magic number. | 57 |
![]() | Name 'credit_history_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 |
![]() | 'cast' is not followed by whitespace. | 66 |
![]() | '19' is a magic number. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 22 |