Powerful open source chat software
 

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
3200966

Rules

RulesViolationsSeverity
PackageHtml9error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod106error Error
JavadocType21error Error
JavadocVariable40error Error
JavadocStyle12error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength29error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter504error Error
WhitespaceAfter1error Error
WhitespaceAround20error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces8error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField18error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber1error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension83error Error
FinalClass1error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters67error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
46error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/embedchat/protocol/codec/server/package.html001
org/embedchat/protocol/codec/server/RoomsListMessageDecoder.java0015
org/embedchat/protocol/codec/client/LoginMessageDecoder.java0011
org/embedchat/protocol/codec/package.html001
org/embedchat/protocol/codec/client/package.html001
org/embedchat/protocol/codec/server/ErrorMessageEncoder.java0016
org/embedchat/protocol/codec/AbstractMessageDecoder.java0056
org/embedchat/protocol/message/server/UsersListMessage.java00159
org/embedchat/protocol/message/AbstractMessage.java0010
org/embedchat/protocol/codec/ChatProtocolCodecFactory.java003
org/embedchat/protocol/codec/common/TextMessageDecoder.java0037
org/embedchat/protocol/codec/AbstractMessageEncoder.java0032
org/embedchat/protocol/codec/client/RoomsListRequestMessageEncoder.java0014
org/embedchat/protocol/message/client/RoomsListRequestMessage.java0053
org/embedchat/protocol/message/server/package.html001
org/embedchat/protocol/codec/server/ErrorMessageDecoder.java0014
org/embedchat/protocol/codec/server/UsersListMessageEncoder.java0025
org/embedchat/protocol/codec/server/UsersListMessageDecoder.java0015
org/embedchat/protocol/message/common/package.html001
org/embedchat/protocol/message/package.html001
org/embedchat/protocol/message/server/RoomsListMessage.java00158
org/embedchat/protocol/codec/server/RoomsListMessageEncoder.java0025
org/embedchat/protocol/Constants.java0054
org/embedchat/protocol/package.html001
org/embedchat/protocol/message/client/package.html001
org/embedchat/protocol/codec/common/package.html001
org/embedchat/protocol/codec/client/RoomsListRequestMessageDecoder.java0036
org/embedchat/protocol/codec/common/TextMessageEncoder.java0012
org/embedchat/protocol/message/client/LoginMessage.java0033
org/embedchat/protocol/message/server/ErrorMessage.java0098
org/embedchat/protocol/message/common/TextMessage.java0070
org/embedchat/protocol/codec/client/LoginMessageEncoder.java0011

Details

org/embedchat/protocol/codec/server/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/protocol/codec/server/RoomsListMessageDecoder.java

ViolationMessageLine
errorMissing a Javadoc comment.14
errorLine contains a tab character.16
errorMissing a Javadoc comment.16
errorLine contains a tab character.17
errorLine contains a tab character.18
errorLine contains a tab character.20
errorMethod 'decodeBody' is not designed for extension - needs to be abstract, final or empty.20
errorMissing a Javadoc comment.20
errorLine is longer than 80 characters.21
errorLine contains a tab character.21
errorParameter session should be final.21
errorParameter in should be final.21
errorParameter bodyLength should be final.21
errorLine contains a tab character.31
errorLine contains a tab character.46

org/embedchat/protocol/codec/client/LoginMessageDecoder.java

ViolationMessageLine
errorMissing a Javadoc comment.14
errorLine has trailing spaces.15
errorLine contains a tab character.15
errorMissing a Javadoc comment.16
errorLine is longer than 80 characters.20
errorMethod 'decodeBody' is not designed for extension - needs to be abstract, final or empty.20
errorMissing a Javadoc comment.20
errorParameter session should be final.20
errorParameter in should be final.20
errorParameter bodyLength should be final.20
errorMissing a Javadoc comment.46

org/embedchat/protocol/codec/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/protocol/codec/client/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/protocol/codec/server/ErrorMessageEncoder.java

ViolationMessageLine
errorMissing a Javadoc comment.17
errorMissing a Javadoc comment.20
errorLine has trailing spaces.27
errorLine contains a tab character.27
errorLine contains a tab character.28
errorMissing a Javadoc comment.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.32
errorMethod 'encodeBody' is not designed for extension - needs to be abstract, final or empty.32
errorMissing a Javadoc comment.32
errorParameter session should be final.33
errorParameter message should be final.33
errorParameter outBuffer should be final.34
errorMethod 'getMessageTypes' is not designed for extension - needs to be abstract, final or empty.51
errorMissing a Javadoc comment.51

org/embedchat/protocol/codec/AbstractMessageDecoder.java

ViolationMessageLine
errorMissing a Javadoc comment.12
errorLine contains a tab character.14
errorMissing a Javadoc comment.14
errorLine contains a tab character.15
errorMissing a Javadoc comment.15
errorLine contains a tab character.17
errorMissing a Javadoc comment.17
errorParameter type should be final.17
error'type' hides a field.17
errorLine contains a tab character.18
errorLine contains a tab character.19
errorLine is longer than 80 characters.21
errorLine contains a tab character.21
errorMethod 'decodable' is not designed for extension - needs to be abstract, final or empty.21
errorMissing a Javadoc comment.21
errorParameter session should be final.21
errorParameter in should be final.21
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 contains a tab character.36
errorMethod 'decode' is not designed for extension - needs to be abstract, final or empty.36
errorMissing a Javadoc comment.36
errorParameter session should be final.36
errorParameter in should be final.36
errorLine contains a tab character.37
errorParameter out should be final.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
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 contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.55
errorMissing a Javadoc comment.55
errorLine contains a tab character.56

org/embedchat/protocol/message/server/UsersListMessage.java

ViolationMessageLine
errorFirst sentence should end with a period.12
errorLine has trailing spaces.13
errorLine contains a tab character.14
errorLine contains a tab character.15
errorLine contains a tab character.16
errorLine contains a tab character.18
errorLine contains a tab character.19
errorLine has trailing spaces.20
errorLine contains a tab character.27
errorMissing a Javadoc comment.27
errorLine contains a tab character.28
errorMissing a Javadoc comment.28
error'<' is not preceded with whitespace.28
error'<' is not followed by whitespace.28
error'>' is not preceded with whitespace.28
error'<' is not preceded with whitespace.28
error'<' is not followed by whitespace.28
error'>' is not preceded with whitespace.28
error'>' is not followed by whitespace.28
errorLine has trailing spaces.29
errorLine contains a tab character.29
errorLine contains a tab character.30
errorMethod 'getUsers' is not designed for extension - needs to be abstract, final or empty.30
errorMissing a Javadoc comment.30
error'<' is not preceded with whitespace.30
error'<' is not followed by whitespace.30
error'>' is not preceded with whitespace.30
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.34
errorMethod 'addUser' is not designed for extension - needs to be abstract, final or empty.34
errorMissing a Javadoc comment.34
errorParameter userId should be final.34
errorParameter userName should be final.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.38
errorMethod 'getUsersCount' is not designed for extension - needs to be abstract, final or empty.38
errorMissing a Javadoc comment.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine has trailing spaces.41
errorLine contains a tab character.41
errorLine contains a tab character.42
errorMethod 'getMessageBodyLength' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.51
errorMissing a Javadoc comment.51
errorLine contains a tab character.52
errorLine is longer than 80 characters.53
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.56
errorMethod 'equals' is not designed for extension - needs to be abstract, final or empty.56
errorMissing a Javadoc comment.56
errorLine contains a tab character.57
error'if' construct must use '{}'s.58
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine is longer than 80 characters.61
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.64
errorMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.64
errorMissing a Javadoc comment.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorMissing a Javadoc comment.69
errorLine contains a tab character.69
errorLine has trailing spaces.70
errorLine contains a tab character.70
errorLine contains a tab character.71
errorMissing a Javadoc comment.71
errorLine contains a tab character.72
errorMissing a Javadoc comment.72
errorLine has trailing spaces.73
errorLine contains a tab character.73
errorLine contains a tab character.74
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.74
errorMissing a Javadoc comment.74
errorLine contains a tab character.75
errorLine is longer than 80 characters.76
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.80
errorMethod 'equals' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
errorLine contains a tab character.81
error'if' construct must use '{}'s.82
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine is longer than 80 characters.85
errorLine contains a tab character.85
errorLine is longer than 80 characters.86
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine contains a tab character.89
errorMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.89
errorMissing a Javadoc comment.89
errorLine contains a tab character.90
errorLine is longer than 80 characters.91
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.95
errorMissing a Javadoc comment.95
errorParameter userId should be final.95
error'userId' hides a field.95
errorParameter userName should be final.95
error'userName' hides a field.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.100
errorMethod 'getUserId' is not designed for extension - needs to be abstract, final or empty.100
errorMissing a Javadoc comment.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.104
errorMethod 'setUserId' is not designed for extension - needs to be abstract, final or empty.104
errorMissing a Javadoc comment.104
errorParameter userId should be final.104
error'userId' hides a field.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.108
errorMethod 'getUserName' is not designed for extension - needs to be abstract, final or empty.108
errorMissing a Javadoc comment.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.112
errorMethod 'setUserName' is not designed for extension - needs to be abstract, final or empty.112
errorMissing a Javadoc comment.112
errorParameter userName should be final.112
error'userName' hides a field.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine has trailing spaces.115
errorLine contains a tab character.115
errorLine contains a tab character.116
errorMethod 'getDescriptionMessageLength' is not designed for extension - needs to be abstract, final or empty.116
errorMissing a Javadoc comment.116
errorLine contains a tab character.117
errorLine contains a tab character.118
errorLine contains a tab character.119

org/embedchat/protocol/message/AbstractMessage.java

ViolationMessageLine
errorMissing a Javadoc comment.5
errorLine has trailing spaces.6
errorLine contains a tab character.6
errorLine contains a tab character.7
errorMissing a Javadoc comment.7
errorLine has trailing spaces.8
errorLine contains a tab character.8
errorLine has trailing spaces.9
errorLine contains a tab character.9
errorMissing a Javadoc comment.9

org/embedchat/protocol/codec/ChatProtocolCodecFactory.java

ViolationMessageLine
errorMissing a Javadoc comment.18
errorMissing a Javadoc comment.20
errorParameter server should be final.20

org/embedchat/protocol/codec/common/TextMessageDecoder.java

ViolationMessageLine
errorMissing a Javadoc comment.14
errorLine has trailing spaces.15
errorLine contains a tab character.15
errorLine contains a tab character.16
errorMissing a Javadoc comment.16
errorLine contains a tab character.17
errorLine contains a tab character.18
errorLine is longer than 80 characters.20
errorLine contains a tab character.20
errorMethod 'decodeBody' is not designed for extension - needs to be abstract, final or empty.20
errorMissing a Javadoc comment.20
errorParameter session should be final.20
errorParameter in should be final.20
errorParameter bodyLength should be final.20
errorLine contains a tab character.21
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 contains a tab character.35
errorLine contains a tab character.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.41
errorLine contains a tab character.42
errorLine contains a tab character.43

org/embedchat/protocol/codec/AbstractMessageEncoder.java

ViolationMessageLine
errorMissing a Javadoc comment.10
errorLine has trailing spaces.11
errorLine contains a tab character.11
errorLine contains a tab character.12
errorMissing a Javadoc comment.12
errorLine contains a tab character.14
errorMissing a Javadoc comment.14
errorParameter type should be final.14
error'type' hides a field.14
errorLine contains a tab character.15
errorLine contains a tab character.16
errorLine contains a tab character.18
errorMethod 'encode' is not designed for extension - needs to be abstract, final or empty.18
errorMissing a Javadoc comment.18
errorParameter session should be final.18
errorParameter message should be final.18
errorLine contains a tab character.19
errorParameter out should be final.19
errorLine contains a tab character.20
errorLine contains a tab character.21
error'16' is a magic number.21
errorLine contains a tab character.22
errorLine contains a tab character.23
error'cast' is not followed by whitespace.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.30
errorMissing a Javadoc comment.30
errorLine contains a tab character.31

org/embedchat/protocol/codec/client/RoomsListRequestMessageEncoder.java

ViolationMessageLine
errorMissing a Javadoc comment.17
errorLine contains a tab character.20
errorMissing a Javadoc comment.20
errorLine contains a tab character.21
errorLine contains a tab character.22
errorMissing a Javadoc comment.23
errorMethod 'encodeBody' is not designed for extension - needs to be abstract, final or empty.31
errorMissing a Javadoc comment.31
errorParameter session should be final.31
errorParameter message should be final.31
errorParameter out should be final.32
errorLine contains a tab character.33
errorMethod 'getMessageTypes' is not designed for extension - needs to be abstract, final or empty.51
errorMissing a Javadoc comment.51

org/embedchat/protocol/message/client/RoomsListRequestMessage.java

ViolationMessageLine
errorMissing a Javadoc comment.8
errorLine contains a tab character.10
errorMissing a Javadoc comment.10
errorLine has trailing spaces.11
errorLine contains a tab character.11
errorLine contains a tab character.12
errorMissing a Javadoc comment.12
errorLine has trailing spaces.13
errorLine contains a tab character.13
errorLine contains a tab character.14
errorMethod 'getRequestString' is not designed for extension - needs to be abstract, final or empty.14
errorMissing a Javadoc comment.14
errorLine contains a tab character.15
errorLine contains a tab character.16
errorLine contains a tab character.18
errorMethod 'setRequestString' is not designed for extension - needs to be abstract, final or empty.18
errorMissing a Javadoc comment.18
errorParameter requestString should be final.18
error'requestString' hides a field.18
errorLine contains a tab character.19
errorLine contains a tab character.20
errorLine contains a tab character.22
errorMethod 'getMessageBodyLength' is not designed for extension - needs to be abstract, final or empty.22
errorMissing a Javadoc comment.22
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine contains a tab character.25
errorLine contains a tab character.27
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.27
errorMissing a Javadoc comment.27
errorLine contains a tab character.28
errorLine is longer than 80 characters.29
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.33
errorMethod 'equals' is not designed for extension - needs to be abstract, final or empty.33
errorMissing a Javadoc comment.33
errorLine contains a tab character.34
error'if' construct must use '{}'s.35
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine is longer than 80 characters.37
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
errorMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45

org/embedchat/protocol/message/server/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/protocol/codec/server/ErrorMessageDecoder.java

ViolationMessageLine
errorMissing a Javadoc comment.14
errorLine contains a tab character.16
errorMissing a Javadoc comment.16
errorLine contains a tab character.17
errorLine contains a tab character.18
errorLine contains a tab character.20
errorMethod 'decodeBody' is not designed for extension - needs to be abstract, final or empty.20
errorMissing a Javadoc comment.20
errorLine is longer than 80 characters.21
errorLine contains a tab character.21
errorParameter session should be final.21
errorParameter in should be final.21
errorParameter bodyLength should be final.21
errorLine contains a tab character.44

org/embedchat/protocol/codec/server/UsersListMessageEncoder.java

ViolationMessageLine
errorMissing a Javadoc comment.17
errorMissing a Javadoc comment.20
errorLine has trailing spaces.27
errorLine contains a tab character.27
errorLine contains a tab character.28
errorMissing a Javadoc comment.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.32
errorMethod 'encodeBody' is not designed for extension - needs to be abstract, final or empty.32
errorMissing a Javadoc comment.32
errorParameter session should be final.33
errorParameter message should be final.33
errorParameter outBuffer should be final.34
errorLine contains a tab character.35
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine has trailing spaces.42
errorLine is longer than 80 characters.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorMethod 'getMessageTypes' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55

org/embedchat/protocol/codec/server/UsersListMessageDecoder.java

ViolationMessageLine
errorMissing a Javadoc comment.14
errorLine contains a tab character.16
errorMissing a Javadoc comment.16
errorLine contains a tab character.17
errorLine contains a tab character.18
errorLine contains a tab character.20
errorMethod 'decodeBody' is not designed for extension - needs to be abstract, final or empty.20
errorMissing a Javadoc comment.20
errorLine is longer than 80 characters.21
errorLine contains a tab character.21
errorParameter session should be final.21
errorParameter in should be final.21
errorParameter bodyLength should be final.21
errorLine contains a tab character.31
errorLine contains a tab character.46

org/embedchat/protocol/message/common/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/protocol/message/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/protocol/message/server/RoomsListMessage.java

ViolationMessageLine
errorFirst sentence should end with a period.11
errorLine has trailing spaces.12
errorLine contains a tab character.13
errorLine contains a tab character.14
errorLine contains a tab character.15
errorLine contains a tab character.17
errorLine contains a tab character.18
errorLine contains a tab character.24
errorMissing a Javadoc comment.24
errorLine contains a tab character.25
errorMissing a Javadoc comment.25
error'<' is not preceded with whitespace.25
error'<' is not followed by whitespace.25
error'>' is not preceded with whitespace.25
error'<' is not preceded with whitespace.25
error'<' is not followed by whitespace.25
error'>' is not preceded with whitespace.25
error'>' is not followed by whitespace.25
errorLine has trailing spaces.26
errorLine contains a tab character.26
errorLine contains a tab character.27
errorMethod 'getRooms' is not designed for extension - needs to be abstract, final or empty.27
errorMissing a Javadoc comment.27
error'<' is not preceded with whitespace.27
error'<' is not followed by whitespace.27
error'>' is not preceded with whitespace.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.31
errorMethod 'addRoom' is not designed for extension - needs to be abstract, final or empty.31
errorMissing a Javadoc comment.31
errorParameter roomId should be final.31
errorParameter roomName should be final.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.35
errorMethod 'getRoomsCount' is not designed for extension - needs to be abstract, final or empty.35
errorMissing a Javadoc comment.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.39
errorMethod 'getMessageBodyLength' is not designed for extension - needs to be abstract, final or empty.39
errorMissing a Javadoc comment.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.48
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.48
errorMissing a Javadoc comment.48
errorLine contains a tab character.49
errorLine is longer than 80 characters.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.53
errorMethod 'equals' 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'if' construct must use '{}'s.55
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine is longer than 80 characters.58
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.61
errorMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.61
errorMissing a Javadoc comment.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorMissing a Javadoc comment.66
errorLine contains a tab character.66
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorMissing a Javadoc comment.68
errorLine contains a tab character.69
errorMissing a Javadoc comment.69
errorLine has trailing spaces.70
errorLine contains a tab character.70
errorLine contains a tab character.71
errorMissing a Javadoc comment.71
errorParameter roomId should be final.71
error'roomId' hides a field.71
errorParameter roomName should be final.71
error'roomName' hides a field.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine has trailing spaces.75
errorLine contains a tab character.75
errorLine contains a tab character.76
errorMethod 'getRoomId' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorMethod 'setRoomId' is not designed for extension - needs to be abstract, final or empty.79
errorMissing a Javadoc comment.79
errorParameter roomId should be final.79
error'roomId' hides a field.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorMethod 'getRoomName' is not designed for extension - needs to be abstract, final or empty.82
errorMissing a Javadoc comment.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorMethod 'setRoomName' is not designed for extension - needs to be abstract, final or empty.85
errorMissing a Javadoc comment.85
errorParameter roomName should be final.85
error'roomName' hides a field.85
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine has trailing spaces.88
errorLine contains a tab character.88
errorLine contains a tab character.89
errorMethod 'getDescriptionMessageLength' is not designed for extension - needs to be abstract, final or empty.89
errorMissing a Javadoc comment.89
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine has trailing spaces.92
errorLine contains a tab character.92
errorLine contains a tab character.93
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.93
errorMissing a Javadoc comment.93
errorLine contains a tab character.94
errorLine is longer than 80 characters.95
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorMethod 'equals' is not designed for extension - needs to be abstract, final or empty.98
errorMissing a Javadoc comment.98
errorLine contains a tab character.99
error'if' construct must use '{}'s.100
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine is longer than 80 characters.103
errorLine contains a tab character.103
errorLine is longer than 80 characters.104
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.106
errorMissing a Javadoc comment.106
errorLine contains a tab character.107
errorLine is longer than 80 characters.108
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111

org/embedchat/protocol/codec/server/RoomsListMessageEncoder.java

ViolationMessageLine
errorMissing a Javadoc comment.17
errorMissing a Javadoc comment.20
errorLine has trailing spaces.27
errorLine contains a tab character.27
errorLine contains a tab character.28
errorMissing a Javadoc comment.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.32
errorMethod 'encodeBody' is not designed for extension - needs to be abstract, final or empty.32
errorMissing a Javadoc comment.32
errorParameter session should be final.33
errorParameter message should be final.33
errorParameter outBuffer should be final.34
errorLine contains a tab character.35
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine has trailing spaces.42
errorLine is longer than 80 characters.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorMethod 'getMessageTypes' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55

org/embedchat/protocol/Constants.java

ViolationMessageLine
errorClass Constants should be declared as final.3
errorMissing a Javadoc comment.3
errorFirst sentence should end with a period.5
errorLine contains a tab character.5
errorLine contains a tab character.6
errorLine contains a tab character.7
errorLine contains a tab character.8
errorLine contains a tab character.9
errorMissing a Javadoc comment.9
errorLine contains a tab character.10
errorMissing a Javadoc comment.10
errorLine contains a tab character.11
errorFirst sentence should end with a period.13
errorLine contains a tab character.13
errorLine contains a tab character.14
errorLine contains a tab character.15
errorLine has trailing spaces.16
errorLine contains a tab character.16
errorFirst sentence should end with a period.17
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
errorMissing a Javadoc comment.21
errorLine has trailing spaces.22
errorLine contains a tab character.22
errorFirst sentence should end with a period.23
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
errorMissing a Javadoc comment.27
errorLine contains a tab character.28
errorMissing a Javadoc comment.28
errorFirst sentence should end with a period.30
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
errorMissing a Javadoc comment.34
errorLine contains a tab character.35
errorMissing a Javadoc comment.35
errorLine contains a tab character.36
errorMissing a Javadoc comment.36
errorLine contains a tab character.37
errorMissing a Javadoc comment.37
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorLine contains a tab character.41

org/embedchat/protocol/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/protocol/message/client/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/protocol/codec/common/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/protocol/codec/client/RoomsListRequestMessageDecoder.java

ViolationMessageLine
errorMissing a Javadoc comment.14
errorLine has trailing spaces.15
errorLine contains a tab character.15
errorLine contains a tab character.16
errorMissing a Javadoc comment.16
errorLine contains a tab character.17
errorLine contains a tab character.18
errorLine is longer than 80 characters.20
errorLine contains a tab character.20
errorMethod 'decodeBody' is not designed for extension - needs to be abstract, final or empty.20
errorMissing a Javadoc comment.20
errorParameter session should be final.20
errorParameter in should be final.20
errorParameter bodyLength should be final.20
errorLine contains a tab character.21
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 contains a tab character.35
errorLine contains a tab character.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.41
errorLine contains a tab character.42

org/embedchat/protocol/codec/common/TextMessageEncoder.java

ViolationMessageLine
errorMissing a Javadoc comment.16
errorLine has trailing spaces.18
errorLine contains a tab character.18
errorMissing a Javadoc comment.19
errorMissing a Javadoc comment.27
errorMethod 'encodeBody' is not designed for extension - needs to be abstract, final or empty.31
errorMissing a Javadoc comment.31
errorParameter session should be final.31
errorParameter message should be final.31
errorParameter out should be final.32
errorMethod 'getMessageTypes' is not designed for extension - needs to be abstract, final or empty.52
errorMissing a Javadoc comment.52

org/embedchat/protocol/message/client/LoginMessage.java

ViolationMessageLine
errorFirst sentence should end with a period.7
errorMissing a Javadoc comment.20
errorLine has trailing spaces.21
errorMissing a Javadoc comment.21
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.23
errorMethod 'getLogin' is not designed for extension - needs to be abstract, final or empty.25
errorMissing a Javadoc comment.25
errorMethod 'setLogin' is not designed for extension - needs to be abstract, final or empty.29
errorMissing a Javadoc comment.29
errorParameter login should be final.29
error'login' hides a field.29
errorMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.33
errorMissing a Javadoc comment.33
errorMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.37
errorMissing a Javadoc comment.37
errorParameter password should be final.37
error'password' hides a field.37
errorMethod 'getRoomId' is not designed for extension - needs to be abstract, final or empty.41
errorMissing a Javadoc comment.41
errorMethod 'setRoomId' is not designed for extension - needs to be abstract, final or empty.45
errorMissing a Javadoc comment.45
errorParameter roomId should be final.45
error'roomId' hides a field.45
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.49
errorMissing a Javadoc comment.49
errorMethod 'getMessageBodyLength' is not designed for extension - needs to be abstract, final or empty.60
errorMissing a Javadoc comment.60
errorMethod 'equals' is not designed for extension - needs to be abstract, final or empty.65
errorMissing a Javadoc comment.65
error'if' construct must use '{}'s.67
errorMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.77
errorMissing a Javadoc comment.77

org/embedchat/protocol/message/server/ErrorMessage.java

ViolationMessageLine
errorFirst sentence should end with a period.6
errorLine has trailing spaces.13
errorLine has trailing spaces.14
errorLine contains a tab character.20
errorMissing a Javadoc comment.20
errorLine has trailing spaces.21
errorLine contains a tab character.21
errorFirst sentence should end with a period.22
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 has trailing spaces.26
errorLine contains a tab character.26
errorFirst sentence should end with a period.27
errorLine contains a tab character.27
errorLine is longer than 80 characters.28
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 has trailing spaces.32
errorLine contains a tab character.32
errorFirst sentence should end with a period.33
errorLine contains a tab character.33
errorLine has trailing spaces.34
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine has trailing spaces.37
errorLine contains a tab character.37
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
errorLine contains a tab character.39
errorMissing a Javadoc comment.39
errorLine has trailing spaces.40
errorLine contains a tab character.40
errorLine contains a tab character.41
errorMethod 'getMessageCode' is not designed for extension - needs to be abstract, final or empty.41
errorMissing a Javadoc comment.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.45
errorMethod 'setMessageCode' is not designed for extension - needs to be abstract, final or empty.45
errorMissing a Javadoc comment.45
errorParameter messageCode should be final.45
error'messageCode' hides a field.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.49
errorMethod 'getErrorMessageString' is not designed for extension - needs to be abstract, final or empty.49
errorMissing a Javadoc comment.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.53
errorMethod 'setErrorMessageString' is not designed for extension - needs to be abstract, final or empty.53
errorMissing a Javadoc comment.53
errorParameter errorMessageString should be final.53
error'errorMessageString' hides a field.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.57
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.57
errorMissing a Javadoc comment.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.62
errorMethod 'getMessageBodyLength' is not designed for extension - needs to be abstract, final or empty.62
errorMissing a Javadoc comment.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
errorMethod 'equals' is not designed for extension - needs to be abstract, final or empty.67
errorMissing a Javadoc comment.67
errorLine contains a tab character.68
error'if' construct must use '{}'s.69
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine is longer than 80 characters.72
errorLine contains a tab character.72
errorLine is longer than 80 characters.73
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.77
errorMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.77
errorMissing a Javadoc comment.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine has trailing spaces.82
errorLine contains a tab character.82

org/embedchat/protocol/message/common/TextMessage.java

ViolationMessageLine
errorMissing a Javadoc comment.7
errorLine contains a tab character.9
errorMissing a Javadoc comment.9
errorLine has trailing spaces.10
errorLine contains a tab character.10
errorLine contains a tab character.11
errorMissing a Javadoc comment.11
errorLine contains a tab character.12
errorMissing a Javadoc comment.12
errorLine contains a tab character.14
errorMethod 'getUserId' is not designed for extension - needs to be abstract, final or empty.14
errorMissing a Javadoc comment.14
errorLine contains a tab character.15
errorLine contains a tab character.16
errorLine contains a tab character.18
errorMethod 'setUserId' is not designed for extension - needs to be abstract, final or empty.18
errorMissing a Javadoc comment.18
errorParameter userId should be final.18
error'userId' hides a field.18
errorLine contains a tab character.19
errorLine contains a tab character.20
errorLine contains a tab character.22
errorMethod 'getMessageString' is not designed for extension - needs to be abstract, final or empty.22
errorMissing a Javadoc comment.22
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine contains a tab character.26
errorMethod 'setMessageString' is not designed for extension - needs to be abstract, final or empty.26
errorMissing a Javadoc comment.26
errorParameter messageString should be final.26
error'messageString' hides a field.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine has trailing spaces.29
errorLine contains a tab character.29
errorLine contains a tab character.30
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.30
errorMissing a Javadoc comment.30
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.35
errorMethod 'getMessageBodyLength' is not designed for extension - needs to be abstract, final or empty.35
errorMissing a Javadoc comment.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine has trailing spaces.39
errorLine contains a tab character.39
errorLine contains a tab character.40
errorMethod 'equals' is not designed for extension - needs to be abstract, final or empty.40
errorMissing a Javadoc comment.40
errorLine contains a tab character.41
error'if' construct must use '{}'s.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine is longer than 80 characters.45
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 contains a tab character.49
errorMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.49
errorMissing a Javadoc comment.49
errorLine contains a tab character.50
errorLine is longer than 80 characters.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53

org/embedchat/protocol/codec/client/LoginMessageEncoder.java

ViolationMessageLine
errorMissing a Javadoc comment.16
errorMissing a Javadoc comment.19
errorMissing a Javadoc comment.27
errorMethod 'encodeBody' is not designed for extension - needs to be abstract, final or empty.31
errorMissing a Javadoc comment.31
errorParameter session should be final.31
errorParameter message should be final.31
errorParameter outBuffer should be final.32
errorMethod 'getMessageTypes' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.54
 
2006 © embedchat.org