Powerful open source chat software
 

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
1000320

Rules

RulesViolationsSeverity
PackageHtml2error Error
NewlineAtEndOfFile3error Error
Translation0error Error
JavadocMethod26error Error
JavadocType8error Error
JavadocVariable4error Error
JavadocStyle1error Error
ConstantName1error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport2error Error
UnusedImports0error Error
FileLength0error Error
LineLength28error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter160error Error
WhitespaceAfter0error Error
WhitespaceAround53error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows1error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension14error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters10error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
4error Error
TodoComment0error Error
UpperEll0error Error

Details

org/embedchat/database/dao/GenericDAO.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.6
error'<' is not preceded with whitespace.6
error'<' is not followed by whitespace.6
error'>' is not preceded with whitespace.6
errorMissing a Javadoc comment.8
errorMissing a Javadoc comment.10
error'<' is not preceded with whitespace.10
error'<' is not followed by whitespace.10
error'>' is not preceded with whitespace.10
errorMissing a Javadoc comment.12
error'<' is not preceded with whitespace.12
error'<' is not followed by whitespace.12
error'>' is not preceded with whitespace.12
errorMissing a Javadoc comment.14
errorMissing a Javadoc comment.16

org/embedchat/database/dao/UserDAOImpl.java

ViolationMessageLine
errorGot an exception - java.lang.RuntimeException: Unable to get class information for ItemNotFoundException.0
errorLine is longer than 80 characters.9
errorMissing a Javadoc comment.9
error'<' is not preceded with whitespace.9
error'<' is not followed by whitespace.9
error'>' is not preceded with whitespace.9
errorLine is longer than 80 characters.11
errorLine contains a tab character.11
errorMissing a Javadoc comment.11
errorLine contains a tab character.12
errorLine contains a tab character.13
errorLine contains a tab character.14
errorLine contains a tab character.15
errorLine contains a tab character.16
errorLine contains a tab character.17
errorLine contains a tab character.18
errorLine contains a tab character.19
errorLine contains a tab character.20
errorLine contains a tab character.21

org/embedchat/database/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/database/dao/ChatRoomDAOImpl.java

ViolationMessageLine
errorGot an exception - java.lang.RuntimeException: Unable to get class information for ItemNotFoundException.0
errorRedundant import from the same package - org.embedchat.database.dao.GenericChatRoomDAO.7
errorLine is longer than 80 characters.10
errorMissing a Javadoc comment.10
error'<' is not preceded with whitespace.10
error'<' is not followed by whitespace.10
error'>' is not preceded with whitespace.10
errorLine contains a tab character.12
errorMethod 'findAll' is not designed for extension - needs to be abstract, final or empty.12
errorMissing a Javadoc comment.12
errorLine contains a tab character.13
error'<' is not preceded with whitespace.13
error'<' is not followed by whitespace.13
error'>' is not preceded with whitespace.13
errorLine contains a tab character.14
errorLine contains a tab character.15
errorLine contains a tab character.17
errorMethod 'makePersistent' is not designed for extension - needs to be abstract, final or empty.17
errorMissing a Javadoc comment.17
errorLine contains a tab character.18
errorParameter entity should be final.18
errorLine contains a tab character.19
errorLine contains a tab character.20
errorLine is longer than 80 characters.22
errorLine contains a tab character.22
errorMissing a Javadoc comment.22
errorLine contains a tab character.23
errorLine contains a tab character.24

org/embedchat/database/dao/GenericHibernateDAO.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.13
errorMissing a Javadoc comment.13
error'<' is not preceded with whitespace.13
error'<' is not followed by whitespace.13
error'<' is not preceded with whitespace.13
error'<' is not followed by whitespace.13
error'>' is not preceded with whitespace.13
error'>' is not followed by whitespace.13
error'>' is not preceded with whitespace.13
errorLine contains a tab character.14
error'<' is not preceded with whitespace.14
error'<' is not followed by whitespace.14
error'>' is not preceded with whitespace.14
errorLine contains a tab character.16
errorMissing a Javadoc comment.16
error'<' is not preceded with whitespace.16
error'<' is not followed by whitespace.16
error'>' is not preceded with whitespace.16
errorLine contains a tab character.18
errorMissing a Javadoc comment.18
errorLine contains a tab character.20
errorMissing a Javadoc comment.20
errorLine is longer than 80 characters.21
errorLine contains a tab character.21
error'<' is not preceded with whitespace.21
error'<' is not followed by whitespace.21
error'>' is not preceded with whitespace.21
error'>' is not followed by whitespace.21
errorLine is longer than 80 characters.22
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine contains a tab character.25
errorMethod 'setSession' is not designed for extension - needs to be abstract, final or empty.25
errorMissing a Javadoc comment.25
errorLine contains a tab character.26
errorParameter s should be final.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.31
errorMethod 'getSession' is not designed for extension - needs to be abstract, final or empty.31
errorMissing a Javadoc comment.31
errorLine contains a tab character.32
errorLine is longer than 80 characters.33
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.38
errorMethod 'getPersistentClass' is not designed for extension - needs to be abstract, final or empty.38
errorMissing a Javadoc comment.38
error'<' is not preceded with whitespace.38
error'<' is not followed by whitespace.38
error'>' is not preceded with whitespace.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.42
errorMethod 'findById' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
errorLine contains a tab character.43
errorParameter id should be final.43
errorParameter lock should be final.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine is longer than 80 characters.46
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine has trailing spaces.48
errorLine is longer than 80 characters.48
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.53
errorMethod 'findAll' is not designed for extension - needs to be abstract, final or empty.53
errorMissing a Javadoc comment.53
errorLine contains a tab character.54
error'<' is not preceded with whitespace.54
error'<' is not followed by whitespace.54
error'>' is not preceded with whitespace.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.58
errorMethod 'findByExample' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
errorLine is longer than 80 characters.59
errorLine contains a tab character.59
error'<' is not preceded with whitespace.59
error'<' is not followed by whitespace.59
error'>' is not preceded with whitespace.59
errorParameter exampleInstance should be final.59
errorParameter excludeProperty should be final.59
errorLine is longer than 80 characters.60
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.69
errorMethod 'makePersistent' is not designed for extension - needs to be abstract, final or empty.69
errorMissing a Javadoc comment.69
errorLine contains a tab character.70
errorParameter entity should be final.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.75
errorMethod 'makeTransient' is not designed for extension - needs to be abstract, final or empty.75
errorMissing a Javadoc comment.75
errorParameter entity should be final.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorExpected an @return tag.82
errorLine contains a tab character.82
errorMethod 'findByCriteria' is not designed for extension - needs to be abstract, final or empty.82
errorLine contains a tab character.83
error'<' is not preceded with whitespace.83
error'<' is not followed by whitespace.83
error'>' is not preceded with whitespace.83
errorParameter criterion should be final.83
errorExpected @param tag for 'criterion'.83
errorLine is longer than 80 characters.84
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.89

org/embedchat/database/dao/GenericChatRoomDAO.java

ViolationMessageLine
errorRedundant import from the same package - org.embedchat.database.dao.GenericDAO.4
errorMissing a Javadoc comment.6
error'<' is not preceded with whitespace.6
error'<' is not followed by whitespace.6
error'>' is not preceded with whitespace.6
errorLine has trailing spaces.7
errorLine contains a tab character.7

org/embedchat/database/DAOFactoryInterfaceImpl.java

ViolationMessageLine
errorMissing a Javadoc comment.7
errorFirst sentence should end with a period.9
errorLine contains a tab character.9
errorLine contains a tab character.10
errorLine contains a tab character.11
errorLine contains a tab character.12
errorLine contains a tab character.13
errorLine contains a tab character.14
errorLine contains a tab character.15
errorLine contains a tab character.16
errorLine has trailing spaces.17
errorLine contains a tab character.17
errorLine contains a tab character.18
errorMethod 'getUserDAO' is not designed for extension - needs to be abstract, final or empty.18
errorMissing a Javadoc comment.18
errorLine is longer than 80 characters.19
errorLine contains a tab character.19
errorLine contains a tab character.20
errorLine contains a tab character.22
errorMethod 'getChatRoomDAO' is not designed for extension - needs to be abstract, final or empty.22
errorMissing a Javadoc comment.22
errorLine is longer than 80 characters.23
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine has trailing spaces.25
errorLine contains a tab character.25
errorLine contains a tab character.26
errorMethod 'freeDAO' is not designed for extension - needs to be abstract, final or empty.26
errorMissing a Javadoc comment.26
errorParameter daoObject should be final.26
errorLine contains a tab character.27
errorLine contains a tab character.28

org/embedchat/database/dao/GenericUserDAO.java

ViolationMessageLine
errorMissing a Javadoc comment.5
error'<' is not preceded with whitespace.5
error'<' is not followed by whitespace.5
error'>' is not preceded with whitespace.5

org/embedchat/database/dao/HibernateUtil.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.16
errorUtility classes should not have a public or default constructor.16
errorLine contains a tab character.18
errorMissing a Javadoc comment.18
errorLine contains a tab character.20
errorMissing a Javadoc comment.20
errorName 'sessionFactory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.20
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine contains a tab character.25
errorLine contains a tab character.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine is longer than 80 characters.36
errorLine contains a tab character.36
errorMissing a Javadoc comment.36
errorRedundant throws: 'HibernateException' is unchecked exception.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorLine contains a tab character.43
errorLine is longer than 80 characters.44
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine is longer than 80 characters.46
errorLine contains a tab character.46
errorLine is longer than 80 characters.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine is longer than 80 characters.52
errorLine contains a tab character.52
errorLine is longer than 80 characters.53
errorLine contains a tab character.53
errorLine is longer than 80 characters.54
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine is longer than 80 characters.57
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.63
errorMissing a Javadoc comment.63
errorLine contains a tab character.64
errorLine is longer than 80 characters.65
errorLine contains a tab character.65
errorLine is longer than 80 characters.66
errorLine contains a tab character.66
errorLine is longer than 80 characters.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine is longer than 80 characters.71
errorLine contains a tab character.71
errorLine is longer than 80 characters.72
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76

org/embedchat/database/dao/package.html

ViolationMessageLine
errorMissing package documentation file.0
 
2006 © embedchat.org