Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
3 0 0 14

Rules

Rules Violations Severity
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 2 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
MemberName 0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
NoWhitespaceAfter 0 error Error
NoWhitespaceBefore 0 error Error
TabCharacter 0 error Error
WhitespaceAfter 2 error Error
WhitespaceAround 0 error Error
ModifierOrder 0 error Error
RedundantModifier 2 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
NeedBraces 0 error Error
LeftCurly
  • option : "nl"
0 error Error
RightCurly
  • option : "alone"
0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 3 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 5 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 0 error Error
TodoComment 0 error Error
UpperEll 0 error Error
Header
  • ignoreLines : "2"
  • headerFile : "/opt/j2ee/domains/mulesource.com/bamboo/webapps/atlassian-bamboo/data/bamboo-2.0/xml-data/build-dir/MULE-RELSITE/examples/loanbroker/credit-agency/target/checkstyle-header.txt"
0 error Error

Details

org/mule/examples/loanbroker/credit/CreditAgencyHome.java

Violation Message Line
error Redundant 'public' modifier. 23

org/mule/examples/loanbroker/credit/CreditAgencyBean.java

Violation Message Line
error Redundant throws: 'EJBException' is unchecked exception. 28
error Redundant throws: 'EJBException' is unchecked exception. 33
error Redundant throws: 'EJBException' is unchecked exception. 38
error Redundant throws: 'EJBException' is unchecked exception. 43
error Redundant throws: 'EJBException' is unchecked exception. 48
error Name 'credit_score' must match pattern '^[a-z][a-zA-Z0-9]*$'. 55
error 'cast' is not followed by whitespace. 57
error '600' is a magic number. 57
error '300' is a magic number. 57
error Name 'credit_history_length' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
error 'cast' is not followed by whitespace. 66
error '19' is a magic number. 66

org/mule/examples/loanbroker/credit/CreditAgency.java

Violation Message Line
error Redundant 'public' modifier. 22