Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
57 0 0 105

Rules

Rules Violations Severity
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
JavadocMethod
  • scope: "protected"
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • allowUndeclaredRTE: "true"
9 Errors Error
JavadocType
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 Errors Error
JavadocStyle
  • scope: "protected"
  • checkFirstSentence: "false"
0 Errors Error
ConstantName
  • format: "^log$|^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"
0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
LineLength
  • max: "120"
4 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore
  • allowLineBreaks: "true"
  • tokens: "DOT"
0 Errors Error
OperatorWrap 28 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround
  • tokens: "ASSIGN"
0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 4 Errors Error
NeedBraces 32 Errors Error
RightCurly 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 24 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters
  • tokens: "CTOR_DEF"
3 Errors Error
UpperEll 0 Errors Error
NestedIfDepth
  • max: "3"
0 Errors Error
NestedTryDepth 0 Errors Error
ExplicitInitialization 0 Errors Error

Details

net/ramapuram/thomas/dao/UserDao.java

Violation Message Line
Errors Redundant throws: 'UsernameNotFoundException' is unchecked exception. 26

net/ramapuram/thomas/dao/hibernate/GenericDaoHibernate.java

Violation Message Line
Errors Parameter sessionFactory should be final. 60
Errors Missing a Javadoc comment. 74

net/ramapuram/thomas/dao/hibernate/LookupDaoHibernate.java

Violation Message Line
Errors Expected @param tag for 'sessionFactory'. 29

net/ramapuram/thomas/dao/hibernate/UserDaoHibernate.java

Violation Message Line
Errors Redundant throws: 'UsernameNotFoundException' is unchecked exception. 73

net/ramapuram/thomas/model/acquisition/Book.java

Violation Message Line
Errors 'if' construct must use '{}'s. 108
Errors 'if' construct must use '{}'s. 109
Errors 'if' construct must use '{}'s. 113
Errors 'if' construct must use '{}'s. 114
Errors 'if' construct must use '{}'s. 115
Errors 'if' construct must use '{}'s. 116
Errors 'if' construct must use '{}'s. 117
Errors 'if' construct must use '{}'s. 119
Errors 'if' construct must use '{}'s. 121
Errors 'if' construct must use '{}'s. 122
Errors '+' should be on a new line. 142
Errors '+' should be on a new line. 143
Errors '+' should be on a new line. 144
Errors '+' should be on a new line. 145
Errors '+' should be on a new line. 146
Errors '+' should be on a new line. 147
Errors '+' should be on a new line. 148
Errors '+' should be on a new line. 149
Errors '+' should be on a new line. 150

net/ramapuram/thomas/model/circulation/Issue.java

Violation Message Line
Errors 'if' construct must use '{}'s. 88
Errors 'if' construct must use '{}'s. 89
Errors 'if' construct must use '{}'s. 93
Errors 'if' construct must use '{}'s. 94
Errors 'if' construct must use '{}'s. 95
Errors 'if' construct must use '{}'s. 96
Errors 'if' construct must use '{}'s. 97
Errors 'if' construct must use '{}'s. 98
Errors '+' should be on a new line. 116
Errors '+' should be on a new line. 117
Errors '+' should be on a new line. 118
Errors '+' should be on a new line. 119
Errors '+' should be on a new line. 120
Errors '+' should be on a new line. 121
Errors '+' should be on a new line. 122

net/ramapuram/thomas/model/opac/Comment.java

Violation Message Line
Errors 'if' construct must use '{}'s. 80
Errors 'if' construct must use '{}'s. 81
Errors 'if' construct must use '{}'s. 85
Errors 'if' construct must use '{}'s. 86
Errors 'if' construct must use '{}'s. 87
Errors 'if' construct must use '{}'s. 88
Errors 'if' construct must use '{}'s. 89
Errors '+' should be on a new line. 106
Errors '+' should be on a new line. 107
Errors '+' should be on a new line. 108
Errors '+' should be on a new line. 109
Errors '+' should be on a new line. 110
Errors '+' should be on a new line. 111

net/ramapuram/thomas/model/opac/Reservation.java

Violation Message Line
Errors 'if' construct must use '{}'s. 70
Errors 'if' construct must use '{}'s. 71
Errors 'if' construct must use '{}'s. 75
Errors 'if' construct must use '{}'s. 76
Errors 'if' construct must use '{}'s. 77
Errors Line is longer than 120 characters. 77
Errors 'if' construct must use '{}'s. 79
Errors '+' should be on a new line. 95
Errors '+' should be on a new line. 96
Errors '+' should be on a new line. 97
Errors '+' should be on a new line. 98
Errors '+' should be on a new line. 99

net/ramapuram/thomas/service/MailEngine.java

Violation Message Line
Errors Redundant throws: 'MailException' is unchecked exception. 74

net/ramapuram/thomas/service/UserManager.java

Violation Message Line
Errors Redundant throws: 'UsernameNotFoundException' is unchecked exception. 39

net/ramapuram/thomas/service/UserSecurityAdvice.java

Violation Message Line
Errors Line is longer than 120 characters. 72

net/ramapuram/thomas/service/impl/GenericManagerImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 65
Errors Missing a Javadoc comment. 68
Errors Parameter genericDao should be final. 68

net/ramapuram/thomas/service/impl/RoleManagerImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 20
Errors Parameter roleDao should be final. 21

net/ramapuram/thomas/service/impl/UserManagerImpl.java

Violation Message Line
Errors Missing a Javadoc comment. 35
Errors Redundant throws: 'UsernameNotFoundException' is unchecked exception. 120

net/ramapuram/thomas/webapp/action/UserAction.java

Violation Message Line
Errors '+' should be on a new line. 96

net/ramapuram/thomas/webapp/jsp/EscapeXml.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 32

net/ramapuram/thomas/webapp/jsp/EscapeXmlELResolver.java

Violation Message Line
Errors '{' should be on the previous line. 63
Errors Redundant throws: 'NullPointerException' is unchecked exception. 69
Errors Redundant throws: 'PropertyNotFoundException' is subclass of 'ELException'. 69
Errors Redundant throws: 'PropertyNotFoundException' is unchecked exception. 69
Errors Redundant throws: 'ELException' is unchecked exception. 69
Errors '{' should be on the previous line. 70
Errors Redundant throws: 'NullPointerException' is unchecked exception. 76
Errors Redundant throws: 'PropertyNotFoundException' is subclass of 'ELException'. 76
Errors Redundant throws: 'PropertyNotFoundException' is unchecked exception. 76
Errors Redundant throws: 'ELException' is unchecked exception. 76
Errors '{' should be on the previous line. 77
Errors Redundant throws: 'NullPointerException' is unchecked exception. 98
Errors Redundant throws: 'PropertyNotFoundException' is subclass of 'ELException'. 98
Errors Redundant throws: 'PropertyNotFoundException' is unchecked exception. 98
Errors Redundant throws: 'ELException' is unchecked exception. 98
Errors '{' should be on the previous line. 99
Errors Redundant throws: 'NullPointerException' is unchecked exception. 106
Errors Redundant throws: 'PropertyNotFoundException' is subclass of 'ELException'. 106
Errors Redundant throws: 'PropertyNotFoundException' is unchecked exception. 106
Errors Redundant throws: 'PropertyNotWritableException' is subclass of 'ELException'. 106
Errors Redundant throws: 'PropertyNotWritableException' is unchecked exception. 106
Errors Redundant throws: 'ELException' is unchecked exception. 106

net/ramapuram/thomas/webapp/jsp/EscapeXmlELResolverListener.java

Violation Message Line
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 42

net/ramapuram/thomas/webapp/listener/StartupListener.java

Violation Message Line
Errors Line is longer than 120 characters. 68

net/ramapuram/thomas/webapp/listener/UserCounterListener.java

Violation Message Line
Errors Line is longer than 120 characters. 158

net/ramapuram/thomas/webapp/search/CompassConfigurationPostProcessor.java

Violation Message Line
Errors Missing a Javadoc comment. 16
Errors Redundant throws: 'ConfigurationException' is unchecked exception. 16

net/ramapuram/thomas/webapp/util/RequestUtil.java

Violation Message Line
Errors 'if' construct must use '{}'s. 95