Powerful open source chat software
 

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
23002612

Rules

RulesViolationsSeverity
PackageHtml4error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod189error Error
JavadocType13error Error
JavadocVariable108error Error
JavadocStyle3error Error
ConstantName3error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName3error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport13error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength170error Error
MethodLength0error Error
ParameterNumber2error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter4error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad1error Error
TypecastParenPad0error Error
TabCharacter1448error Error
WhitespaceAfter6error Error
WhitespaceAround124error Error
ModifierOrder1error Error
RedundantModifier6error Error
AvoidNestedBlocks0error Error
EmptyBlock2error Error
LeftCurly0error Error
NeedBraces43error Error
RightCurly0error Error
AvoidInlineConditionals6error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField33error Error
IllegalInstantiation0error Error
InnerAssignment2error Error
MagicNumber46error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension117error Error
FinalClass0error Error
HideUtilityClassConstructor2error Error
InterfaceIsType0error Error
VisibilityModifier4error Error
ArrayTypeStyle0error Error
FinalParameters155error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
103error Error
TodoComment0error Error
UpperEll0error Error

Details

org/javabb/bbcode/Tag.java

ViolationMessageLine
errorMissing a Javadoc comment.24
errorRedundant 'public' modifier.24

org/javabb/bbcode/CodeTag.java

ViolationMessageLine
errorMethod 'getTagName' is not designed for extension - needs to be abstract, final or empty.27
errorMethod 'processContent' is not designed for extension - needs to be abstract, final or empty.34
errorParameter buffer should be final.34
errorExpected @param tag for 'buffer'.34
errorLine is longer than 80 characters.38
errorLine is longer than 80 characters.47
errorLine is longer than 80 characters.51
errorParameter content should be final.66
errorExpected @param tag for 'content'.66
errorLine is longer than 80 characters.68
error'{' is followed by whitespace.68
errorLine is longer than 80 characters.82
errorLine is longer than 80 characters.86
error'{' is followed by whitespace.86
errorLine is longer than 80 characters.95
errorMissing a Javadoc comment.95
errorParameter str should be final.95
errorParameter chars should be final.95
errorParameter replacement should be final.95

org/embedchat/desktop/Main.java

ViolationMessageLine
errorMissing a Javadoc comment.9
errorUtility classes should not have a public or default constructor.9
errorLine has trailing spaces.10
errorLine contains a tab character.10
errorLine contains a tab character.11
errorMissing a Javadoc comment.11
error'static' modifier out of order with the JLS suggestions.11
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.11
errorLine has trailing spaces.12
errorLine contains a tab character.12
errorLine contains a tab character.13
errorMissing a Javadoc comment.13
errorParameter args should be final.13
errorLine has trailing spaces.15
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 has trailing spaces.20
errorLine contains a tab character.20
errorLine contains a tab character.23
errorLine has trailing spaces.27
errorLine contains a tab character.30
errorLine contains a tab character.36

org/javabb/bbcode/BBCodeProcessor.java

ViolationMessageLine
errorFirst sentence should end with a period.29
errorLine has trailing spaces.35
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.39
errorMissing a Javadoc comment.39
errorLine is longer than 80 characters.41
errorMissing a Javadoc comment.41
error'{' is followed by whitespace.41
errorLine is longer than 80 characters.53
errorLine is longer than 80 characters.54
errorLine is longer than 80 characters.58
errorMethod 'getAcceptBBCode' is not designed for extension - needs to be abstract, final or empty.69
errorMethod 'setAcceptBBCode' is not designed for extension - needs to be abstract, final or empty.76
errorParameter acceptBBCode should be final.76
error'acceptBBCode' hides a field.76
errorMethod 'getAcceptHTML' is not designed for extension - needs to be abstract, final or empty.83
errorMethod 'setAcceptHTML' is not designed for extension - needs to be abstract, final or empty.90
errorParameter acceptHTML should be final.90
error'acceptHTML' hides a field.90
errorMethod 'preparePostText' is not designed for extension - needs to be abstract, final or empty.98
errorParameter texto should be final.98
errorExpected @param tag for 'texto'.98
errorParameter string should be final.112
errorExpected @param tag for 'string'.112
errorLine is longer than 80 characters.118
errorLine is longer than 80 characters.120
error'1.5' is a magic number.139
errorLine is longer than 80 characters.143
errorLine is longer than 80 characters.158
errorParameter from should be final.158
errorExpected @param tag for 'from'.158
errorParameter to should be final.158
errorExpected @param tag for 'to'.158
errorParameter regex should be final.158
errorParameter replacement should be final.158
errorMore than 7 parameters.181
errorParameter buffer should be final.182
errorExpected @param tag for 'buffer'.182
errorParameter tagName should be final.183
errorExpected @param tag for 'tagName'.183
errorParameter openSubstWithParam should be final.184
errorExpected @param tag for 'openSubstWithParam'.184
errorParameter closeSubstWithParam should be final.185
errorExpected @param tag for 'closeSubstWithParam'.185
errorParameter openSubstWithoutParam should be final.186
errorExpected @param tag for 'openSubstWithoutParam'.186
errorParameter closeSubstWithoutParam should be final.187
errorExpected @param tag for 'closeSubstWithoutParam'.187
errorParameter internalSubst should be final.188
errorExpected @param tag for 'internalSubst'.188
errorParameter processInternalTags should be final.189
errorExpected @param tag for 'processInternalTags'.189
errorParameter acceptParam should be final.190
errorExpected @param tag for 'acceptParam'.190
errorParameter requiresQuotedParam should be final.191
errorExpected @param tag for 'requiresQuotedParam'.191
error'<' is not preceded with whitespace.194
error'<' is not followed by whitespace.194
error'>' is not preceded with whitespace.194
error'<' is not preceded with whitespace.194
error'<' is not followed by whitespace.194
error'>' is not preceded with whitespace.194
error'>' is not followed by whitespace.194
error'<' is not preceded with whitespace.195
error'<' is not followed by whitespace.195
error'>' is not preceded with whitespace.195
error'<' is not preceded with whitespace.195
error'<' is not followed by whitespace.195
error'>' is not preceded with whitespace.195
error'>' is not followed by whitespace.195
error'<' is not preceded with whitespace.196
error'<' is not followed by whitespace.196
error'>' is not preceded with whitespace.196
error'<' is not preceded with whitespace.196
error'<' is not followed by whitespace.196
error'>' is not preceded with whitespace.196
error'>' is not followed by whitespace.196
error'<' is not preceded with whitespace.197
error'<' is not followed by whitespace.197
error'>' is not preceded with whitespace.197
error'<' is not preceded with whitespace.197
error'<' is not followed by whitespace.197
error'>' is not preceded with whitespace.197
error'>' is not followed by whitespace.197
errorLine is longer than 80 characters.201
errorAvoid inline conditionals.201
errorAvoid inline conditionals.201
error'3' is a magic number.224
error'4' is a magic number.225
error'3' is a magic number.230
errorLine is longer than 80 characters.235
errorLine is longer than 80 characters.246
errorLine is longer than 80 characters.247
errorLine is longer than 80 characters.257
errorMust have at least one statement.260
error'<' is not preceded with whitespace.265
error'<' is not followed by whitespace.265
error'>' is not preceded with whitespace.265
error'<' is not preceded with whitespace.265
error'<' is not followed by whitespace.265
error'>' is not preceded with whitespace.265
error'>' is not followed by whitespace.265
error'<' is not preceded with whitespace.270
error'<' is not followed by whitespace.270
error'>' is not preceded with whitespace.270
error'>' is not followed by whitespace.270
errorParameter o1 should be final.271
errorParameter o2 should be final.271
errorLine is longer than 80 characters.295
error'(' is followed by whitespace.300
errorLine is longer than 80 characters.301
errorMissing a Javadoc comment.314
errorVariable 'base' must be private and have accessor methods.316
errorVariable 'start' must be private and have accessor methods.319
errorVariable 'length' must be private and have accessor methods.322
errorVariable 'param' must be private and have accessor methods.325
errorParameter base should be final.338
error'base' hides a field.338
errorExpected @param tag for 'base'.338
errorParameter start should be final.338
error'start' hides a field.338
errorExpected @param tag for 'start'.338
errorParameter length should be final.338
error'length' hides a field.338
errorExpected @param tag for 'length'.338
errorExpected an @return tag.345
errorExpected an @return tag.352
errorParameter index should be final.352
errorExpected @param tag for 'index'.352
errorExpected an @return tag.359
errorParameter pStart should be final.359
errorExpected @param tag for 'pStart'.359
errorParameter end should be final.359
errorExpected @param tag for 'end'.359
errorParameter pBase should be final.371
errorExpected @param tag for 'pBase'.371
errorParameter pStart should be final.371
errorExpected @param tag for 'pStart'.371
errorParameter pLength should be final.371
errorExpected @param tag for 'pLength'.371
errorExpected an @return tag.382
errorParameter texto should be final.398
errorExpected @param tag for 'texto'.398

org/embedchat/desktop/gui/MyHTMLEditorKit.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - javax.swing.text.html.*.3
errorUsing the '.*' form of import should be avoided - javax.swing.text.*.4
errorMissing a Javadoc comment.6
errorLine contains a tab character.8
errorLine has trailing spaces.9
errorLine contains a tab character.9
errorLine contains a tab character.10
errorLine contains a tab character.11
errorLine contains a tab character.13
errorMethod 'getViewFactory' is not designed for extension - needs to be abstract, final or empty.13
errorMissing a Javadoc comment.13
errorLine contains a tab character.14
errorLine contains a tab character.15
errorLine is longer than 80 characters.17
errorMissing a Javadoc comment.17
errorLine contains a tab character.17
errorLine contains a tab character.19
errorMethod 'create' is not designed for extension - needs to be abstract, final or empty.19
errorMissing a Javadoc comment.19
errorParameter elem should be final.19
errorLine is longer than 80 characters.20
errorLine contains a tab character.20
errorLine contains a tab character.21
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine has trailing spaces.24
errorLine is longer than 80 characters.24
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

org/embedchat/desktop/gui/OptionsDialog.java

ViolationMessageLine
errorMissing a Javadoc comment.19
errorLine has trailing spaces.20
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
errorLine contains a tab character.23
errorMissing a Javadoc comment.23
errorLine contains a tab character.24
errorMissing a Javadoc comment.24
errorLine contains a tab character.26
errorMissing a Javadoc comment.26
errorLine contains a tab character.27
errorLine has trailing spaces.32
error',' is not followed by whitespace.32
error',' is not followed by whitespace.32
error',' is not followed by whitespace.32
error'250' is a magic number.33
error'150' is a magic number.33
error'5' is a magic number.36
error',' is not followed by whitespace.36
error'5' is a magic number.36
error',' is not followed by whitespace.36
error'5' is a magic number.36
error',' is not followed by whitespace.36
error'5' is a magic number.36
error'140' is a magic number.37
error'25' is a magic number.37
error'140' is a magic number.38
error'25' is a magic number.38
errorLine has trailing spaces.46
errorLine has trailing spaces.49
errorLine has trailing spaces.52
errorLine contains a tab character.57
errorParameter event should be final.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine has trailing spaces.62
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine is longer than 80 characters.67
errorLine contains a tab character.67
errorMethod 'setInitValues' is not designed for extension - needs to be abstract, final or empty.67
errorMissing a Javadoc comment.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.72
errorMethod 'getServerHost' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.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 'getServerPort' 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 has trailing spaces.78
errorLine is longer than 80 characters.78
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 contains a tab character.82
errorLine has trailing spaces.83
errorLine contains a tab character.83
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
errorLine contains a tab character.90
errorLine contains a tab character.91

org/javabb/bbcode/NestedTag.java

ViolationMessageLine
errorRedundant 'public' modifier.27
errorRedundant 'public' modifier.32
errorMore than 7 parameters.32
errorExpected @param tag for 'buffer'.33
errorExpected @param tag for 'tagName'.34
errorExpected @param tag for 'openSubstWithParam'.35
errorExpected @param tag for 'closeSubstWithParam'.36
errorExpected @param tag for 'openSubstWithoutParam'.37
errorExpected @param tag for 'closeSubstWithoutParam'.38
errorExpected @param tag for 'internalSubst'.39
errorExpected @param tag for 'processInternalTags'.40
errorExpected @param tag for 'acceptParam'.41
errorExpected @param tag for 'requiresQuotedParam'.42

org/embedchat/desktop/client/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/desktop/gui/SmilesHandler.java

ViolationMessageLine
errorLine has trailing spaces.32
errorLine contains a tab character.36
errorMissing a Javadoc comment.36
errorLine contains a tab character.37
errorMissing a Javadoc comment.37
errorLine is longer than 80 characters.38
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
error'<' is not preceded with whitespace.40
error'<' is not followed by whitespace.40
error'>' is not preceded with whitespace.40
error'<' is not preceded with whitespace.40
error'<' is not followed by whitespace.40
error'>' is not preceded with whitespace.40
error'>' is not followed by whitespace.40
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorLine contains a tab character.44
errorMissing a Javadoc comment.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 is longer than 80 characters.49
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 is longer than 80 characters.53
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine is longer than 80 characters.55
errorLine contains a tab character.55
errorLine contains a tab character.56
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.62
errorMethod 'unpackZipArchive' is not designed for extension - needs to be abstract, final or empty.62
errorMissing a Javadoc comment.62
errorParameter zipFile should be final.62
errorParameter targetDirectory should be final.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.68
errorLine contains a tab character.69
errorLine is longer than 80 characters.70
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorInner assignments should be avoided.74
errorLine is longer than 80 characters.75
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 has trailing spaces.79
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine is longer than 80 characters.82
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
error'1024' is a magic number.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
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine has trailing spaces.95
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
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine has trailing spaces.102
errorLine is longer than 80 characters.102
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.111
errorMissing a Javadoc comment.111
errorParameter smilesWorkDir should be final.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.114
error'if' is not followed by whitespace.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine is longer than 80 characters.118
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.124
errorLine has trailing spaces.125
errorLine contains a tab character.125
errorLine contains a tab character.126
errorMissing a Javadoc comment.126
errorParameter iconDef should be final.126
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine is longer than 80 characters.135
errorLine contains a tab character.135
errorLine is longer than 80 characters.136
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine is longer than 80 characters.138
errorLine contains a tab character.138
error'<' is not preceded with whitespace.138
error'<' is not followed by whitespace.138
error'>' is not preceded with whitespace.138
error'<' is not preceded with whitespace.138
error'<' is not followed by whitespace.138
error'>' is not preceded with whitespace.138
error'>' is not followed by whitespace.138
errorLine is longer than 80 characters.139
errorLine contains a tab character.139
errorLine is longer than 80 characters.140
errorLine contains a tab character.140
errorLine is longer than 80 characters.141
errorLine contains a tab character.141
errorLine is longer than 80 characters.142
errorLine contains a tab character.142
errorLine is longer than 80 characters.143
errorLine contains a tab character.143
errorLine is longer than 80 characters.144
errorLine contains a tab character.144
errorLine is longer than 80 characters.145
errorLine contains a tab character.145
errorLine is longer than 80 characters.146
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine contains a tab character.149
errorLine is longer than 80 characters.150
errorLine contains a tab character.150
error'smilesFolder' hides a field.150
errorLine is longer than 80 characters.151
errorLine contains a tab character.151
errorLine is longer than 80 characters.152
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine contains a tab character.155
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.159
errorLine contains a tab character.160
errorLine contains a tab character.161
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine has trailing spaces.164
errorLine contains a tab character.164
errorLine contains a tab character.165
errorMethod 'parseFile' is not designed for extension - needs to be abstract, final or empty.165
errorMissing a Javadoc comment.165
errorParameter stream should be final.165
errorLine contains a tab character.166
errorLine contains a tab character.167
errorLine is longer than 80 characters.168
errorLine contains a tab character.168
errorLine contains a tab character.169
errorLine contains a tab character.170
errorLine contains a tab character.171
errorLine contains a tab character.172
errorLine contains a tab character.173
errorLine is longer than 80 characters.174
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine is longer than 80 characters.180
errorLine contains a tab character.180
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine is longer than 80 characters.183
errorLine contains a tab character.183
errorLine contains a tab character.184
errorLine contains a tab character.185
errorLine contains a tab character.186
errorLine contains a tab character.187
errorLine contains a tab character.189
errorMethod 'transformString' is not designed for extension - needs to be abstract, final or empty.189
errorMissing a Javadoc comment.189
errorParameter original should be final.189
errorLine contains a tab character.190
errorLine is longer than 80 characters.191
errorLine contains a tab character.191
errorLine contains a tab character.192
errorLine is longer than 80 characters.193
errorLine contains a tab character.193
errorLine is longer than 80 characters.194
errorLine contains a tab character.194
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine contains a tab character.197
errorLine contains a tab character.198
errorLine contains a tab character.200
errorMissing a Javadoc comment.200
errorParameter args should be final.200
errorLine contains a tab character.201
errorLine contains a tab character.202
errorLine contains a tab character.203

org/javabb/bbcode/SimpleRegexTag.java

ViolationMessageLine
errorMissing a Javadoc comment.24
errorName '_tagName' must match pattern '^[a-z][a-zA-Z0-9]*$'.24
errorMissing a Javadoc comment.25
errorName '_regex' must match pattern '^[a-z][a-zA-Z0-9]*$'.25
errorMissing a Javadoc comment.26
errorName '_replacement' must match pattern '^[a-z][a-zA-Z0-9]*$'.26
errorParameter tagName should be final.33
errorExpected @param tag for 'tagName'.33
errorParameter regex should be final.33
errorExpected @param tag for 'regex'.33
errorParameter replacement should be final.33
errorExpected @param tag for 'replacement'.33
errorMethod 'getTagName' is not designed for extension - needs to be abstract, final or empty.43
errorMethod 'getRegex' is not designed for extension - needs to be abstract, final or empty.50
errorMethod 'getReplacement' is not designed for extension - needs to be abstract, final or empty.57
errorMethod 'setTagName' is not designed for extension - needs to be abstract, final or empty.64
errorParameter tagName should be final.64
errorExpected @param tag for 'tagName'.64
errorMethod 'setRegex' is not designed for extension - needs to be abstract, final or empty.71
errorParameter regex should be final.71
errorExpected @param tag for 'regex'.71
errorMethod 'setReplacement' is not designed for extension - needs to be abstract, final or empty.78
errorParameter replacement should be final.78
errorExpected @param tag for 'replacement'.78

org/embedchat/desktop/gui/MyImageView.java

ViolationMessageLine
errorFile does not end with a newline.0
errorUsing the '.*' form of import should be avoided - java.awt.*.3
errorUsing the '.*' form of import should be avoided - java.awt.event.*.4
errorUsing the '.*' form of import should be avoided - java.io.*.6
errorUsing the '.*' form of import should be avoided - java.net.*.7
errorUsing the '.*' form of import should be avoided - javax.swing.*.9
errorUsing the '.*' form of import should be avoided - javax.swing.text.*.10
errorUsing the '.*' form of import should be avoided - javax.swing.text.html.*.11
errorUsing the '.*' form of import should be avoided - javax.swing.event.*.12
errorMissing a Javadoc comment.14
errorLine contains a tab character.15
errorLine contains a tab character.17
errorLine contains a tab character.19
errorMissing a Javadoc comment.19
errorLine contains a tab character.20
errorMissing a Javadoc comment.20
errorLine contains a tab character.21
errorMissing a Javadoc comment.21
errorLine contains a tab character.22
errorMissing a Javadoc comment.22
errorLine contains a tab character.23
errorMissing a Javadoc comment.23
errorLine contains a tab character.24
errorMissing a Javadoc comment.24
errorLine contains a tab character.26
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine has trailing spaces.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
errorParameter elem should be final.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.41
errorMissing a Javadoc comment.41
errorParameter elem should be final.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorInner assignments should be avoided.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.53
errorLine contains a tab character.54
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
error'if' construct must use '{}'s.60
errorLine contains a tab character.60
errorLine contains a tab character.61
error'else' construct must use '{}'s.62
errorLine contains a tab character.62
errorLine is longer than 80 characters.63
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine is longer than 80 characters.67
errorLine contains a tab character.67
errorLine is longer than 80 characters.68
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
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.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine is longer than 80 characters.79
errorLine contains a tab character.79
errorLine contains a tab character.81
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
error'if' construct must use '{}'s.86
errorLine contains a tab character.86
errorLine contains a tab character.87
error'if' construct must use '{}'s.88
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.91
errorLine contains a tab character.92
error'if' construct must use '{}'s.93
errorLine contains a tab character.93
errorLine contains a tab character.94
error'if' construct must use '{}'s.95
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.98
error'if' construct must use '{}'s.99
errorLine contains a tab character.99
error'if' construct must use '{}'s.100
errorLine contains a tab character.100
errorLine is longer than 80 characters.101
errorLine contains a tab character.101
errorLine contains a tab character.102
error'else' construct must use '{}'s.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 is longer than 80 characters.107
errorLine contains a tab character.107
errorLine is longer than 80 characters.108
errorLine contains a tab character.108
errorLine is longer than 80 characters.109
errorLine contains a tab character.109
errorLine is longer than 80 characters.110
errorLine contains a tab character.110
errorLine is longer than 80 characters.111
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine is longer than 80 characters.113
errorLine contains a tab character.113
errorLine is longer than 80 characters.114
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.124
errorLine contains a tab character.125
errorLine contains a tab character.126
errorFirst sentence should end with a period.128
errorLine contains a tab character.128
errorExpected an @return tag.129
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.136
errorLine is longer than 80 characters.137
errorLine contains a tab character.137
errorLine is longer than 80 characters.138
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorExpected an @return tag.141
errorLine contains a tab character.141
errorParameter src should be final.141
errorExpected @param tag for 'src'.141
errorLine contains a tab character.142
errorLine contains a tab character.144
error'if' construct must use '{}'s.145
errorLine contains a tab character.145
errorLine contains a tab character.146
errorLine contains a tab character.148
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine is longer than 80 characters.155
errorLine contains a tab character.155
errorLine contains a tab character.156
errorLine is longer than 80 characters.157
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.159
errorLine is longer than 80 characters.161
errorLine contains a tab character.161
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.165
errorLine is longer than 80 characters.166
errorLine contains a tab character.166
errorLine is longer than 80 characters.167
errorLine contains a tab character.167
errorLine is longer than 80 characters.168
errorLine contains a tab character.168
errorLine contains a tab character.169
errorLine contains a tab character.170
errorLine contains a tab character.171
errorExpected @throws tag for 'InterruptedException'.171
errorLine contains a tab character.172
errorLine contains a tab character.173
errorLine contains a tab character.175
errorLine is longer than 80 characters.176
errorLine contains a tab character.176
errorLine contains a tab character.177
error'if' construct must use '{}'s.179
errorLine contains a tab character.179
errorLine contains a tab character.180
error'if' construct must use '{}'s.181
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine contains a tab character.183
error'10' is a magic number.183
errorLine contains a tab character.184
errorLine contains a tab character.185
errorLine contains a tab character.186
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine contains a tab character.190
errorLine contains a tab character.191
errorExpected an @return tag.192
errorLine contains a tab character.192
errorMethod 'getAttributes' is not designed for extension - needs to be abstract, final or empty.192
errorLine contains a tab character.193
errorLine contains a tab character.194
errorLine contains a tab character.196
errorExpected an @return tag.197
errorLine contains a tab character.197
errorMethod 'isLink' is not designed for extension - needs to be abstract, final or empty.197
errorLine is longer than 80 characters.198
errorLine contains a tab character.198
errorLine is longer than 80 characters.199
errorLine contains a tab character.199
errorLine is longer than 80 characters.200
errorLine contains a tab character.200
errorLine contains a tab character.201
errorLine contains a tab character.202
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine contains a tab character.205
errorLine contains a tab character.206
errorLine contains a tab character.208
errorExpected an @return tag.209
errorLine contains a tab character.209
errorMethod 'getBorder' is not designed for extension - needs to be abstract, final or empty.209
errorLine is longer than 80 characters.210
errorLine contains a tab character.210
errorAvoid inline conditionals.210
errorLine contains a tab character.211
errorLine contains a tab character.213
errorExpected an @return tag.214
errorLine contains a tab character.214
errorMethod 'getSpace' is not designed for extension - needs to be abstract, final or empty.214
errorParameter axis should be final.214
errorExpected @param tag for 'axis'.214
errorLine contains a tab character.215
errorAvoid inline conditionals.215
errorLine contains a tab character.216
errorLine contains a tab character.217
errorLine contains a tab character.219
errorExpected an @return tag.220
errorLine contains a tab character.220
errorMethod 'getBorderColor' is not designed for extension - needs to be abstract, final or empty.220
errorLine contains a tab character.221
errorLine contains a tab character.222
errorLine contains a tab character.223
errorLine contains a tab character.225
errorExpected an @return tag.226
errorLine contains a tab character.226
errorMethod 'getVerticalAlignment' is not designed for extension - needs to be abstract, final or empty.226
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine contains a tab character.229
errorLine contains a tab character.230
error'if' construct must use '{}'s.231
errorLine contains a tab character.231
errorLine contains a tab character.232
error'if' construct must use '{}'s.233
errorLine is longer than 80 characters.233
errorLine contains a tab character.233
errorLine contains a tab character.234
errorLine contains a tab character.235
error'0.5f' is a magic number.235
errorLine contains a tab character.236
errorLine contains a tab character.237
errorLine contains a tab character.238
errorLine contains a tab character.240
errorMethod 'hasPixels' is not designed for extension - needs to be abstract, final or empty.240
errorMissing a Javadoc comment.240
errorParameter obs should be final.240
errorLine contains a tab character.241
errorLine contains a tab character.242
errorLine contains a tab character.243
errorLine contains a tab character.245
errorLine is longer than 80 characters.246
errorLine contains a tab character.246
errorLine contains a tab character.247
errorExpected an @return tag.248
errorLine contains a tab character.248
errorLine contains a tab character.249
errorLine contains a tab character.250
error'if' construct must use '{}'s.251
errorLine contains a tab character.251
errorLine contains a tab character.252
errorLine contains a tab character.254
errorLine contains a tab character.255
errorLine contains a tab character.256
errorLine contains a tab character.257
errorLine contains a tab character.258
errorLine contains a tab character.259
errorLine contains a tab character.260
errorLine contains a tab character.261
errorLine contains a tab character.263
errorExpected an @return tag.264
errorLine contains a tab character.264
errorParameter name should be final.264
errorExpected @param tag for 'name'.264
errorParameter deflt should be final.264
errorExpected @param tag for 'deflt'.264
errorLine contains a tab character.265
error'attr' hides a field.265
errorLine contains a tab character.266
errorLine contains a tab character.267
errorLine contains a tab character.268
error'if' construct must use '{}'s.269
errorLine contains a tab character.269
errorLine contains a tab character.270
error'else' construct must use '{}'s.271
errorLine contains a tab character.271
errorLine contains a tab character.272
errorLine contains a tab character.273
errorLine contains a tab character.274
errorLine contains a tab character.275
errorLine contains a tab character.276
errorLine contains a tab character.277
error'else' construct must use '{}'s.278
errorLine contains a tab character.278
errorLine contains a tab character.279
errorLine contains a tab character.280
errorLine contains a tab character.282
errorLine is longer than 80 characters.283
errorLine contains a tab character.283
errorLine contains a tab character.284
errorLine contains a tab character.285
errorLine contains a tab character.286
errorMethod 'setParent' is not designed for extension - needs to be abstract, final or empty.286
errorParameter parent should be final.286
errorExpected @param tag for 'parent'.286
errorLine contains a tab character.287
errorLine contains a tab character.288
errorAvoid inline conditionals.288
errorLine contains a tab character.289
errorLine contains a tab character.290
errorLine contains a tab character.291
errorLine contains a tab character.292
errorLine contains a tab character.293
errorLine contains a tab character.295
errorLine contains a tab character.296
errorMethod 'changedUpdate' is not designed for extension - needs to be abstract, final or empty.296
errorParameter e should be final.296
errorExpected @param tag for 'e'.296
errorParameter a should be final.296
errorExpected @param tag for 'a'.296
errorParameter f should be final.296
errorExpected @param tag for 'f'.296
error'if' construct must use '{}'s.297
errorLine contains a tab character.297
errorLine contains a tab character.298
errorLine contains a tab character.299
errorLine contains a tab character.300
errorLine contains a tab character.302
errorLine contains a tab character.303
errorLine contains a tab character.305
errorLine contains a tab character.307
errorLine contains a tab character.308
errorLine contains a tab character.309
error'if' construct must use '{}'s.310
errorLine contains a tab character.310
errorLine is longer than 80 characters.311
errorLine contains a tab character.311
errorLine contains a tab character.312
errorLine contains a tab character.313
error'if' construct must use '{}'s.314
errorLine contains a tab character.314
errorLine is longer than 80 characters.315
errorLine contains a tab character.315
errorLine contains a tab character.316
errorLine contains a tab character.317
errorLine contains a tab character.319
errorLine contains a tab character.321
errorLine contains a tab character.322
errorLine has trailing spaces.323
errorLine contains a tab character.323
errorLine contains a tab character.324
errorLine contains a tab character.325
errorLine contains a tab character.326
errorLine contains a tab character.327
errorLine contains a tab character.328
errorLine contains a tab character.329
errorLine contains a tab character.330
errorMethod 'paint' is not designed for extension - needs to be abstract, final or empty.330
errorParameter g should be final.330
errorParameter a should be final.330
errorLine contains a tab character.331
errorLine contains a tab character.332
errorLine contains a tab character.333
errorLine contains a tab character.334
errorLine contains a tab character.335
errorLine contains a tab character.336
errorLine contains a tab character.337
errorLine contains a tab character.338
errorLine contains a tab character.340
errorLine contains a tab character.341
errorLine contains a tab character.342
errorLine contains a tab character.343
errorLine contains a tab character.344
errorLine is longer than 80 characters.345
errorLine contains a tab character.345
errorLine is longer than 80 characters.346
errorLine contains a tab character.346
errorLine contains a tab character.347
errorLine contains a tab character.348
errorLine contains a tab character.349
errorLine contains a tab character.350
errorLine contains a tab character.351
errorLine contains a tab character.352
errorLine contains a tab character.353
errorLine is longer than 80 characters.354
errorLine contains a tab character.354
errorAvoid inline conditionals.354
error'if' construct must use '{}'s.355
errorLine contains a tab character.355
errorLine contains a tab character.356
errorLine contains a tab character.357
errorLine contains a tab character.359
errorLine contains a tab character.360
errorLine contains a tab character.361
errorLine contains a tab character.362
errorLine is longer than 80 characters.363
errorLine contains a tab character.363
errorLine contains a tab character.365
errorLine is longer than 80 characters.366
errorLine contains a tab character.366
errorLine contains a tab character.367
errorLine is longer than 80 characters.368
errorLine contains a tab character.368
errorLine contains a tab character.369
errorLine contains a tab character.370
errorLine contains a tab character.371
errorLine contains a tab character.373
errorLine contains a tab character.374
errorLine contains a tab character.375
errorLine contains a tab character.376
errorLine contains a tab character.377
errorLine contains a tab character.378
errorLine contains a tab character.379
errorLine contains a tab character.380
errorLine contains a tab character.381
errorLine contains a tab character.382
errorLine contains a tab character.383
errorLine contains a tab character.384
errorLine contains a tab character.385
errorLine contains a tab character.386
errorLine contains a tab character.387
errorLine contains a tab character.388
error'5' is a magic number.388
error'5' is a magic number.388
error'5' is a magic number.388
error'5' is a magic number.388
errorLine contains a tab character.389
errorLine contains a tab character.391
errorLine contains a tab character.392
error'if' construct must use '{}'s.393
errorLine contains a tab character.393
errorLine contains a tab character.394
errorLine contains a tab character.395
error'for' construct must use '{}'s.396
errorLine contains a tab character.396
errorLine is longer than 80 characters.397
errorLine contains a tab character.397
errorLine contains a tab character.398
errorLine contains a tab character.399
errorLine contains a tab character.400
errorLine contains a tab character.402
errorLine contains a tab character.403
errorLine contains a tab character.404
errorLine contains a tab character.405
errorLine contains a tab character.406
errorMethod 'repaint' is not designed for extension - needs to be abstract, final or empty.406
errorParameter delay should be final.406
errorExpected @param tag for 'delay'.406
errorLine contains a tab character.407
errorLine is longer than 80 characters.408
errorLine contains a tab character.408
errorLine contains a tab character.409
errorLine contains a tab character.410
errorLine contains a tab character.411
errorLine contains a tab character.413
errorLine contains a tab character.414
errorLine contains a tab character.415
errorLine has trailing spaces.416
errorLine contains a tab character.416
errorLine contains a tab character.417
errorLine contains a tab character.418
errorLine contains a tab character.419
errorLine contains a tab character.420
errorMethod 'getSelectionState' is not designed for extension - needs to be abstract, final or empty.420
errorLine contains a tab character.421
errorLine contains a tab character.422
errorLine contains a tab character.423
errorLine contains a tab character.424
errorLine contains a tab character.425
errorLine contains a tab character.426
errorLine contains a tab character.427
error'if' construct must use '{}'s.428
errorLine contains a tab character.428
errorLine contains a tab character.429
error'else' construct must use '{}'s.430
errorLine contains a tab character.430
errorLine contains a tab character.431
errorLine contains a tab character.432
errorLine contains a tab character.433
errorLine contains a tab character.434
errorLine contains a tab character.435
errorLine contains a tab character.437
errorMethod 'isEditable' is not designed for extension - needs to be abstract, final or empty.437
errorMissing a Javadoc comment.437
errorLine contains a tab character.438
errorLine contains a tab character.439
errorLine contains a tab character.440
errorLine contains a tab character.442
errorExpected an @return tag.443
errorLine contains a tab character.443
errorMethod 'getHighlightColor' is not designed for extension - needs to be abstract, final or empty.443
errorLine contains a tab character.444
errorLine contains a tab character.445
errorLine contains a tab character.446
errorLine contains a tab character.448
errorLine contains a tab character.450
errorLine contains a tab character.451
errorLine contains a tab character.452
errorLine contains a tab character.453
errorLine contains a tab character.454
errorLine is longer than 80 characters.455
errorLine contains a tab character.455
errorMethod 'imageUpdate' is not designed for extension - needs to be abstract, final or empty.455
errorMissing a Javadoc comment.455
errorParameter img should be final.455
errorParameter flags should be final.455
errorParameter x should be final.455
errorParameter y should be final.455
errorParameter width should be final.455
errorLine contains a tab character.456
errorParameter height should be final.456
error'if' construct must use '{}'s.457
errorLine contains a tab character.457
errorLine contains a tab character.458
errorLine contains a tab character.460
errorLine contains a tab character.461
errorLine contains a tab character.462
errorLine contains a tab character.463
errorLine contains a tab character.464
errorLine contains a tab character.465
errorLine contains a tab character.467
errorLine contains a tab character.468
error'if' construct must use '{}'s.469
errorLine contains a tab character.469
errorLine is longer than 80 characters.470
errorLine contains a tab character.470
errorLine contains a tab character.471
errorLine contains a tab character.472
error'if' construct must use '{}'s.473
errorLine contains a tab character.473
errorLine is longer than 80 characters.474
errorLine contains a tab character.474
errorLine contains a tab character.475
errorLine contains a tab character.476
errorLine contains a tab character.477
errorLine contains a tab character.478
errorLine contains a tab character.479
errorLine contains a tab character.480
errorLine contains a tab character.481
errorLine contains a tab character.482
errorLine contains a tab character.483
errorLine contains a tab character.484
errorLine is longer than 80 characters.485
errorLine contains a tab character.485
errorLine contains a tab character.486
errorLine contains a tab character.487
errorLine contains a tab character.488
errorLine contains a tab character.489
errorLine contains a tab character.490
errorLine contains a tab character.491
error'if' construct must use '{}'s.492
errorLine contains a tab character.492
errorLine is longer than 80 characters.493
errorLine contains a tab character.493
errorLine contains a tab character.494
errorLine contains a tab character.496
errorLine contains a tab character.497
errorLine contains a tab character.498
errorLine contains a tab character.499
errorLine contains a tab character.500
errorLine contains a tab character.501
errorLine contains a tab character.502
errorLine contains a tab character.503
errorLine contains a tab character.504
errorLine contains a tab character.505
errorLine contains a tab character.506
errorLine contains a tab character.508
errorLine contains a tab character.509
errorLine contains a tab character.511
error'if' construct must use '{}'s.512
errorLine contains a tab character.512
errorLine contains a tab character.513
error'if' construct must use '{}'s.514
errorLine contains a tab character.514
error'if' construct must use '{}'s.515
errorLine contains a tab character.515
errorLine contains a tab character.516
errorLine contains a tab character.518
errorLine contains a tab character.519
errorLine contains a tab character.521
errorLine is longer than 80 characters.522
errorLine contains a tab character.522
errorLine has trailing spaces.523
errorLine contains a tab character.523
errorLine contains a tab character.524
errorLine contains a tab character.525
errorLine contains a tab character.526
errorMissing a Javadoc comment.526
errorLine contains a tab character.528
errorMissing a Javadoc comment.528
error'100' is a magic number.528
errorLine contains a tab character.530
errorLine contains a tab character.532
errorLine contains a tab character.533
errorLine has trailing spaces.534
errorLine contains a tab character.534
errorLine contains a tab character.535
errorLine contains a tab character.536
errorLine is longer than 80 characters.537
errorLine contains a tab character.537
errorLine is longer than 80 characters.538
errorLine contains a tab character.538
errorLine is longer than 80 characters.539
errorLine contains a tab character.539
errorLine contains a tab character.540
errorLine contains a tab character.541
errorExpected an @return tag.542
errorLine contains a tab character.542
errorMethod 'getPreferredSpan' is not designed for extension - needs to be abstract, final or empty.542
errorParameter axis should be final.542
errorLine contains a tab character.543
errorLine contains a tab character.544
errorLine contains a tab character.545
errorLine contains a tab character.546
errorLine contains a tab character.547
errorLine contains a tab character.548
errorLine contains a tab character.549
errorLine contains a tab character.550
errorLine is longer than 80 characters.551
errorLine contains a tab character.551
errorLine contains a tab character.552
errorLine contains a tab character.553
errorLine contains a tab character.555
errorLine contains a tab character.556
errorLine is longer than 80 characters.557
errorLine contains a tab character.557
errorLine contains a tab character.558
errorLine has trailing spaces.559
errorLine contains a tab character.559
errorLine contains a tab character.560
errorLine contains a tab character.561
errorLine is longer than 80 characters.562
errorLine contains a tab character.562
errorLine is longer than 80 characters.563
errorLine contains a tab character.563
errorLine is longer than 80 characters.564
errorLine contains a tab character.564
errorLine contains a tab character.565
errorLine contains a tab character.566
errorExpected an @return tag.567
errorLine contains a tab character.567
errorMethod 'getAlignment' is not designed for extension - needs to be abstract, final or empty.567
errorParameter axis should be final.567
errorLine contains a tab character.568
errorLine contains a tab character.569
errorLine contains a tab character.570
errorLine contains a tab character.571
errorLine contains a tab character.572
errorLine contains a tab character.573
errorLine contains a tab character.574
errorLine contains a tab character.576
errorLine contains a tab character.577
errorLine contains a tab character.578
errorLine has trailing spaces.579
errorLine contains a tab character.579
errorLine contains a tab character.580
errorLine contains a tab character.581
errorLine contains a tab character.582
errorLine contains a tab character.583
errorLine contains a tab character.584
errorLine contains a tab character.585
errorLine is longer than 80 characters.586
errorLine contains a tab character.586
errorLine contains a tab character.587
errorLine contains a tab character.588
errorLine contains a tab character.589
errorLine contains a tab character.590
errorMethod 'modelToView' is not designed for extension - needs to be abstract, final or empty.590
errorParameter pos should be final.590
errorParameter a should be final.590
errorParameter b should be final.590
errorExpected @param tag for 'b'.590
errorLine contains a tab character.591
errorLine contains a tab character.592
errorLine contains a tab character.593
errorLine contains a tab character.594
errorLine contains a tab character.595
errorLine contains a tab character.596
errorLine contains a tab character.597
errorLine contains a tab character.598
errorLine contains a tab character.599
errorLine contains a tab character.600
errorLine contains a tab character.601
errorLine contains a tab character.602
errorLine contains a tab character.603
errorLine contains a tab character.605
errorLine contains a tab character.606
errorLine contains a tab character.607
errorLine has trailing spaces.608
errorLine contains a tab character.608
errorLine contains a tab character.609
errorLine contains a tab character.610
errorLine contains a tab character.611
errorLine contains a tab character.612
errorLine contains a tab character.613
errorLine contains a tab character.614
errorLine contains a tab character.615
errorLine contains a tab character.616
errorLine contains a tab character.617
errorLine contains a tab character.618
errorLine is longer than 80 characters.619
errorLine contains a tab character.619
errorMethod 'viewToModel' is not designed for extension - needs to be abstract, final or empty.619
errorParameter x should be final.619
errorParameter y should be final.619
errorParameter a should be final.619
errorParameter bias should be final.619
errorExpected @param tag for 'bias'.619
errorLine contains a tab character.620
errorLine contains a tab character.621
errorLine contains a tab character.622
errorLine contains a tab character.623
errorLine contains a tab character.624
errorLine contains a tab character.625
errorLine contains a tab character.626
errorLine contains a tab character.627
errorLine contains a tab character.629
errorLine contains a tab character.630
errorLine has trailing spaces.631
errorLine contains a tab character.631
errorLine contains a tab character.632
errorLine contains a tab character.633
errorLine contains a tab character.634
errorLine contains a tab character.635
errorLine contains a tab character.636
errorLine contains a tab character.637
errorParameter width should be final.637
errorParameter height should be final.637
errorLine contains a tab character.638
errorLine contains a tab character.639
errorLine contains a tab character.640
errorLine contains a tab character.642
errorLine contains a tab character.643
errorLine contains a tab character.644
errorLine contains a tab character.645
errorLine contains a tab character.646
errorMethod 'resize' is not designed for extension - needs to be abstract, final or empty.646
errorParameter width should be final.646
errorExpected @param tag for 'width'.646
errorParameter height should be final.646
errorExpected @param tag for 'height'.646
error'if' construct must use '{}'s.647
errorLine contains a tab character.647
errorLine contains a tab character.648
errorLine contains a tab character.650
errorLine contains a tab character.651
errorLine contains a tab character.653
errorLine contains a tab character.654
error'attr' hides a field.654
errorLine is longer than 80 characters.655
errorLine contains a tab character.655
errorLine is longer than 80 characters.656
errorLine contains a tab character.656
errorLine contains a tab character.657
errorLine is longer than 80 characters.658
errorLine contains a tab character.658
errorLine contains a tab character.659
errorLine contains a tab character.661
errorLine contains a tab character.663
errorLine contains a tab character.664
errorMethod 'mousePressed' is not designed for extension - needs to be abstract, final or empty.664
errorParameter e should be final.664
errorExpected @param tag for 'e'.664
errorLine contains a tab character.665
errorLine contains a tab character.666
error'7' is a magic number.666
error'7' is a magic number.666
errorLine contains a tab character.667
errorLine contains a tab character.668
error'if' construct must use '{}'s.669
errorLine contains a tab character.669
errorLine is longer than 80 characters.670
errorLine contains a tab character.670
errorLine contains a tab character.671
errorLine contains a tab character.672
errorLine is longer than 80 characters.673
errorLine contains a tab character.673
errorLine contains a tab character.674
errorLine contains a tab character.675
errorLine contains a tab character.676
errorLine contains a tab character.677
errorLine contains a tab character.678
errorLine contains a tab character.679
errorLine contains a tab character.680
errorLine contains a tab character.681
errorLine contains a tab character.682
errorLine contains a tab character.683
errorLine contains a tab character.684
errorLine contains a tab character.685
error'if' construct must use '{}'s.686
errorLine contains a tab character.686
errorLine contains a tab character.687
error'else' construct must use '{}'s.688
errorLine contains a tab character.688
errorLine contains a tab character.689
errorLine contains a tab character.690
errorLine contains a tab character.691
error'if' construct must use '{}'s.692
errorLine contains a tab character.692
errorLine contains a tab character.693
error'if' construct must use '{}'s.694
errorLine contains a tab character.694
errorLine contains a tab character.695
errorLine contains a tab character.696
errorLine contains a tab character.697
errorLine contains a tab character.698
errorFirst sentence should end with a period.700
errorLine contains a tab character.700
errorLine contains a tab character.701
errorMethod 'mouseDragged' is not designed for extension - needs to be abstract, final or empty.701
errorParameter e should be final.701
errorExpected @param tag for 'e'.701
errorLine contains a tab character.702
errorLine contains a tab character.703
errorLine contains a tab character.704
errorLine is longer than 80 characters.705
errorLine contains a tab character.705
errorLine contains a tab character.707
errorLine is longer than 80 characters.708
errorLine contains a tab character.708
errorLine contains a tab character.709
errorLine contains a tab character.710
errorLine contains a tab character.711
errorLine contains a tab character.712
errorLine contains a tab character.713
errorLine contains a tab character.714
error'if' construct must use '{}'s.715
errorLine contains a tab character.715
errorLine contains a tab character.716
error'else' construct must use '{}'s.717
errorLine contains a tab character.717
errorLine contains a tab character.718
errorLine contains a tab character.719
errorLine contains a tab character.720
errorLine contains a tab character.722
errorLine contains a tab character.723
errorLine contains a tab character.724
errorLine contains a tab character.726
errorMethod 'mouseReleased' is not designed for extension - needs to be abstract, final or empty.726
errorMissing a Javadoc comment.726
errorParameter e should be final.726
errorLine contains a tab character.727
errorLine contains a tab character.728
errorLine contains a tab character.729
errorLine contains a tab character.731
errorLine contains a tab character.732
errorMethod 'mouseClicked' is not designed for extension - needs to be abstract, final or empty.732
errorParameter e should be final.732
errorExpected @param tag for 'e'.732
errorLine contains a tab character.733
errorMust have at least one statement.733
errorLine contains a tab character.734
errorLine contains a tab character.735
errorLine contains a tab character.736
errorLine contains a tab character.738
errorMissing a Javadoc comment.738
errorParameter e should be final.738
errorLine contains a tab character.739
errorLine contains a tab character.741
errorMissing a Javadoc comment.741
errorParameter e should be final.741
errorLine contains a tab character.742
errorLine contains a tab character.744
errorMissing a Javadoc comment.744
errorParameter e should be final.744
errorLine contains a tab character.745
errorLine contains a tab character.747
errorLine contains a tab character.749
errorMissing a Javadoc comment.749
errorLine contains a tab character.750
errorLine is longer than 80 characters.751
errorLine contains a tab character.751
errorLine is longer than 80 characters.752
errorLine contains a tab character.752
errorLine is longer than 80 characters.753
errorLine contains a tab character.753
errorLine contains a tab character.754
errorLine contains a tab character.755
errorLine contains a tab character.756
errorLine contains a tab character.757
errorLine contains a tab character.759
errorLine is longer than 80 characters.760
errorLine contains a tab character.760
errorLine contains a tab character.761
errorLine contains a tab character.762
errorLine contains a tab character.763
errorLine contains a tab character.764
errorLine contains a tab character.765
error'1024' is a magic number.765
errorLine contains a tab character.766
error'1024' is a magic number.766
errorLine contains a tab character.767
errorLine contains a tab character.768
errorLine contains a tab character.769
errorLine contains a tab character.770
errorLine contains a tab character.771
errorLine contains a tab character.772
errorLine contains a tab character.774
errorLine contains a tab character.775
errorLine is longer than 80 characters.776
errorLine contains a tab character.776
errorLine contains a tab character.777
errorLine contains a tab character.778
errorLine contains a tab character.779
errorLine contains a tab character.780
errorLine contains a tab character.782
errorMissing a Javadoc comment.782
errorLine contains a tab character.783
error'if' construct must use '{}'s.784
errorLine contains a tab character.784
errorLine contains a tab character.785
error'if' construct must use '{}'s.786
errorLine contains a tab character.786
errorLine contains a tab character.787
errorLine contains a tab character.788
errorLine is longer than 80 characters.789
errorLine contains a tab character.789
errorLine contains a tab character.790
errorLine contains a tab character.791
errorLine contains a tab character.793
errorMethod 'getStyleSheet' is not designed for extension - needs to be abstract, final or empty.793
errorMissing a Javadoc comment.793
errorLine contains a tab character.794
errorLine contains a tab character.795
errorLine contains a tab character.796
errorLine contains a tab character.798
errorLine contains a tab character.800
errorMissing a Javadoc comment.800
errorLine contains a tab character.801
errorMissing a Javadoc comment.801
errorLine contains a tab character.802
errorMissing a Javadoc comment.802
errorLine contains a tab character.803
errorMissing a Javadoc comment.803
errorLine contains a tab character.804
errorMissing a Javadoc comment.804
errorLine contains a tab character.805
errorMissing a Javadoc comment.805
errorLine contains a tab character.806
errorMissing a Javadoc comment.806
errorLine contains a tab character.807
errorMissing a Javadoc comment.807
errorLine contains a tab character.808
errorLine contains a tab character.810
errorLine is longer than 80 characters.811
errorLine contains a tab character.811
errorLine contains a tab character.812
errorLine contains a tab character.813
errorLine contains a tab character.814
errorLine contains a tab character.816
errorLine contains a tab character.818
errorMissing a Javadoc comment.818
errorLine contains a tab character.819
errorMissing a Javadoc comment.819
errorLine contains a tab character.821
errorMissing a Javadoc comment.821
errorLine contains a tab character.822
errorMissing a Javadoc comment.822
errorLine contains a tab character.823
errorMissing a Javadoc comment.823
errorLine contains a tab character.825
errorLine contains a tab character.826
errorMissing a Javadoc comment.826
errorLine contains a tab character.828
errorLine contains a tab character.829
errorMissing a Javadoc comment.829
errorLine contains a tab character.830
errorLine contains a tab character.831

org/embedchat/desktop/Config.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 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
errorMissing a Javadoc comment.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
errorMissing a Javadoc comment.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
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine is longer than 80 characters.24
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 is longer than 80 characters.33
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine has trailing spaces.35
errorLine contains a tab character.35
errorLine contains a tab character.36
errorMissing a Javadoc comment.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.40
errorMethod 'getConfigsFolder' is not designed for extension - needs to be abstract, final or empty.40
errorMissing a Javadoc comment.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.44
errorMethod 'setConfigsFolder' is not designed for extension - needs to be abstract, final or empty.44
errorMissing a Javadoc comment.44
errorParameter configsFolder should be final.44
error'configsFolder' hides a field.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.48
errorMethod 'getSmilesFolder' 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 contains a tab character.50
errorLine contains a tab character.52
errorMethod 'setSmilesFolder' is not designed for extension - needs to be abstract, final or empty.52
errorMissing a Javadoc comment.52
errorParameter smilesFolder should be final.52
error'smilesFolder' hides a field.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.56
errorMethod 'getWorkDirectory' is not designed for extension - needs to be abstract, final or empty.56
errorMissing a Javadoc comment.56
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.60
errorMethod 'setWorkDirectory' is not designed for extension - needs to be abstract, final or empty.60
errorMissing a Javadoc comment.60
errorParameter workDirectory should be final.60
error'workDirectory' hides a field.60
errorLine contains a tab character.61
errorLine contains a tab character.62

org/embedchat/desktop/StateModel.java

ViolationMessageLine
errorMissing a Javadoc comment.11
errorLine has trailing spaces.12
errorLine contains a tab character.12
errorLine contains a tab character.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 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
errorLine has trailing spaces.14
errorLine contains a tab character.14
errorLine contains a tab character.15
errorMissing a Javadoc comment.15
errorLine contains a tab character.16
errorMissing a Javadoc comment.16
errorLine contains a tab character.17
errorMissing a Javadoc comment.17
errorLine has trailing spaces.18
errorLine contains a tab character.18
errorLine contains a tab character.19
errorMissing a Javadoc comment.19
errorLine contains a tab character.21
errorMissing a Javadoc comment.21
errorLine contains a tab character.22
errorMissing a Javadoc comment.22
errorLine contains a tab character.23
errorMissing a Javadoc comment.23
errorLine contains a tab character.24
errorMissing a Javadoc comment.24
errorLine contains a tab character.25
errorMissing a Javadoc comment.25
errorLine contains a tab character.26
errorMissing a Javadoc comment.26
errorLine contains a tab character.27
errorMissing a Javadoc comment.27
errorLine has trailing spaces.28
errorLine contains a tab character.28
errorLine contains a tab character.29
errorMissing a Javadoc comment.29
errorLine contains a tab character.30
errorMissing a Javadoc comment.30
errorLine contains a tab character.31
errorMissing a Javadoc comment.31
errorLine contains a tab character.32
errorMissing a Javadoc comment.32
errorLine has trailing spaces.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.37
errorMissing a Javadoc comment.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
errorMissing a Javadoc comment.41
errorLine is longer than 80 characters.43
errorLine contains a tab character.43
errorMissing a Javadoc comment.43
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
error'>' is not followed by whitespace.43
errorLine is longer than 80 characters.44
errorLine contains a tab character.44
errorMissing a Javadoc comment.44
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
error'>' is not followed by whitespace.44
errorLine has trailing spaces.45
errorLine contains a tab character.45
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
errorLine contains a tab character.47
errorMissing a Javadoc comment.47
error'49177' is a magic number.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorLine contains a tab character.49
errorMissing a Javadoc comment.49
errorLine contains a tab character.50
errorLine has trailing spaces.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorMethod 'addObserver' is not designed for extension - needs to be abstract, final or empty.52
errorMissing a Javadoc comment.52
errorParameter observer should be final.52
errorLine contains a tab character.53
error'if' is not followed by whitespace.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine has trailing spaces.57
errorLine contains a tab character.57
errorLine contains a tab character.58
errorMethod 'removeObserver' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
errorParameter observer should be final.58
errorLine contains a tab character.59
error'if' is not followed by whitespace.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine has trailing spaces.63
errorLine contains a tab character.63
errorLine contains a tab character.64
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.64
errorMissing a Javadoc comment.64
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.74
errorLine contains a tab character.76
errorMethod 'getLoginName' 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.80
errorMethod 'setLoginName' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
errorParameter loginName should be final.80
error'loginName' hides a field.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.84
errorMethod 'getPassword' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine contains a tab character.88
errorMethod 'setPassword' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
errorParameter password should be final.88
error'password' hides a field.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine contains a tab character.92
errorMethod 'isRequestForConnect' is not designed for extension - needs to be abstract, final or empty.92
errorMissing a Javadoc comment.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.96
errorMethod 'setRequestForConnect' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
errorParameter requestForConnect should be final.96
error'requestForConnect' hides a field.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.100
errorMethod 'isRequestForLogin' 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 'setRequestForLogin' is not designed for extension - needs to be abstract, final or empty.104
errorMissing a Javadoc comment.104
errorParameter requestForLogin should be final.104
error'requestForLogin' hides a field.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.108
errorMethod 'getErrorMessage' 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 'setErrorMessage' is not designed for extension - needs to be abstract, final or empty.112
errorMissing a Javadoc comment.112
errorParameter errorMessage should be final.112
error'errorMessage' hides a field.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.116
errorMethod 'isRequestForError' 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.120
errorMethod 'setRequestForError' is not designed for extension - needs to be abstract, final or empty.120
errorMissing a Javadoc comment.120
errorParameter requestForError should be final.120
error'requestForError' hides a field.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.124
errorMethod 'isRequestForDisconnect' is not designed for extension - needs to be abstract, final or empty.124
errorMissing a Javadoc comment.124
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine contains a tab character.128
errorMethod 'setRequestForDisconnect' is not designed for extension - needs to be abstract, final or empty.128
errorMissing a Javadoc comment.128
errorParameter requestForDisconnect should be final.128
error'requestForDisconnect' hides a field.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.132
errorMethod 'getRoomUsers' is not designed for extension - needs to be abstract, final or empty.132
errorMissing a Javadoc comment.132
error'<' is not preceded with whitespace.132
error'<' is not followed by whitespace.132
error'>' is not preceded with whitespace.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.136
errorMethod 'setRoomUsers' is not designed for extension - needs to be abstract, final or empty.136
errorMissing a Javadoc comment.136
errorParameter roomUsers should be final.136
error'<' is not preceded with whitespace.136
error'<' is not followed by whitespace.136
error'>' is not preceded with whitespace.136
error'roomUsers' hides a field.136
errorLine contains a tab character.137
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.141
errorMethod 'isRequestForSendMessage' is not designed for extension - needs to be abstract, final or empty.141
errorMissing a Javadoc comment.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine contains a tab character.145
errorMethod 'setRequestForSendMessage' is not designed for extension - needs to be abstract, final or empty.145
errorMissing a Javadoc comment.145
errorParameter requestForSend should be final.145
errorLine contains a tab character.146
errorLine has trailing spaces.147
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine contains a tab character.150
errorMethod 'isRequestForReconnect' is not designed for extension - needs to be abstract, final or empty.150
errorMissing a Javadoc comment.150
errorLine contains a tab character.151
errorLine contains a tab character.152
errorLine contains a tab character.154
errorMethod 'setRequestForReconnect' is not designed for extension - needs to be abstract, final or empty.154
errorMissing a Javadoc comment.154
errorParameter requestForReconnect should be final.154
error'requestForReconnect' hides a field.154
errorLine contains a tab character.155
errorLine contains a tab character.156
errorLine has trailing spaces.157
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.160
errorMethod 'getSendMessage' is not designed for extension - needs to be abstract, final or empty.160
errorMissing a Javadoc comment.160
errorLine contains a tab character.161
errorLine contains a tab character.162
errorLine contains a tab character.164
errorMethod 'setSendMessage' is not designed for extension - needs to be abstract, final or empty.164
errorMissing a Javadoc comment.164
errorParameter sendMessage should be final.164
error'sendMessage' hides a field.164
errorLine contains a tab character.165
errorLine contains a tab character.166
errorLine contains a tab character.168
errorMethod 'getReceivedMessage' is not designed for extension - needs to be abstract, final or empty.168
errorMissing a Javadoc comment.168
errorLine contains a tab character.169
errorLine contains a tab character.170
errorLine contains a tab character.172
errorMethod 'setReceivedMessage' is not designed for extension - needs to be abstract, final or empty.172
errorMissing a Javadoc comment.172
errorParameter receivedMessage should be final.172
error'receivedMessage' hides a field.172
errorLine contains a tab character.173
errorLine contains a tab character.174
errorLine contains a tab character.176
errorMethod 'getReceivedMessageAuthor' is not designed for extension - needs to be abstract, final or empty.176
errorMissing a Javadoc comment.176
errorLine contains a tab character.177
errorLine contains a tab character.178
errorLine contains a tab character.180
errorMethod 'setReceivedMessageAuthor' is not designed for extension - needs to be abstract, final or empty.180
errorMissing a Javadoc comment.180
errorParameter receivedMessageAuthor should be final.180
error'receivedMessageAuthor' hides a field.180
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine contains a tab character.184
errorMethod 'isRequestForShowMessage' is not designed for extension - needs to be abstract, final or empty.184
errorMissing a Javadoc comment.184
errorLine contains a tab character.185
errorLine contains a tab character.186
errorLine contains a tab character.188
errorMethod 'setRequestForShowMessage' is not designed for extension - needs to be abstract, final or empty.188
errorMissing a Javadoc comment.188
errorParameter requestForShowMessage should be final.188
error'requestForShowMessage' hides a field.188
errorLine contains a tab character.189
errorLine contains a tab character.190
errorLine contains a tab character.192
errorMethod 'getRooms' is not designed for extension - needs to be abstract, final or empty.192
errorMissing a Javadoc comment.192
error'<' is not preceded with whitespace.192
error'<' is not followed by whitespace.192
error'>' is not preceded with whitespace.192
errorLine contains a tab character.193
errorLine contains a tab character.194
errorLine contains a tab character.196
errorMethod 'setRooms' is not designed for extension - needs to be abstract, final or empty.196
errorMissing a Javadoc comment.196
errorParameter roomsList should be final.196
error'<' is not preceded with whitespace.196
error'<' is not followed by whitespace.196
error'>' is not preceded with whitespace.196
errorLine contains a tab character.197
error'for' is not followed by whitespace.197
errorLine contains a tab character.198
errorLine contains a tab character.199
errorLine contains a tab character.200
errorLine contains a tab character.202
errorMethod 'getSelectedRoomId' is not designed for extension - needs to be abstract, final or empty.202
errorMissing a Javadoc comment.202
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine contains a tab character.206
errorMethod 'setSelectedRoomId' is not designed for extension - needs to be abstract, final or empty.206
errorMissing a Javadoc comment.206
errorParameter selectedRoomId should be final.206
error'selectedRoomId' hides a field.206
errorLine contains a tab character.207
errorLine contains a tab character.208
errorLine contains a tab character.210
errorMethod 'getSelectedRoomName' is not designed for extension - needs to be abstract, final or empty.210
errorMissing a Javadoc comment.210
errorLine contains a tab character.211
errorLine contains a tab character.212
errorLine contains a tab character.214
errorMethod 'setSelectedRoomName' is not designed for extension - needs to be abstract, final or empty.214
errorMissing a Javadoc comment.214
errorParameter selectedRoomName should be final.214
error'selectedRoomName' hides a field.214
errorLine contains a tab character.215
errorLine contains a tab character.216
errorLine contains a tab character.218
errorMethod 'getConnectionHost' is not designed for extension - needs to be abstract, final or empty.218
errorMissing a Javadoc comment.218
errorLine contains a tab character.219
errorLine contains a tab character.220
errorLine contains a tab character.222
errorMethod 'getConnectionPort' is not designed for extension - needs to be abstract, final or empty.222
errorMissing a Javadoc comment.222
errorLine contains a tab character.223
errorLine contains a tab character.224
errorLine is longer than 80 characters.226
errorLine contains a tab character.226
errorMethod 'setConnectionParameters' is not designed for extension - needs to be abstract, final or empty.226
errorMissing a Javadoc comment.226
errorParameter connectionHost should be final.226
error'connectionHost' hides a field.226
errorParameter connectionPort should be final.226
error'connectionPort' hides a field.226
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine contains a tab character.229
errorLine has trailing spaces.230
errorLine contains a tab character.230
errorLine contains a tab character.231
errorMethod 'changeState' is not designed for extension - needs to be abstract, final or empty.231
errorMissing a Javadoc comment.231
errorParameter modelState should be final.231
error'modelState' hides a field.231
errorLine contains a tab character.232
errorLine contains a tab character.233
errorLine has trailing spaces.234
errorLine contains a tab character.234
errorLine contains a tab character.235
errorMethod 'getModelState' is not designed for extension - needs to be abstract, final or empty.235
errorMissing a Javadoc comment.235
errorLine contains a tab character.236
errorLine contains a tab character.237

org/embedchat/desktop/client/ClientSessionHandler.java

ViolationMessageLine
errorLine is longer than 80 characters.10
errorMissing a Javadoc comment.23
errorLine has trailing spaces.25
errorLine is longer than 80 characters.25
errorLine contains a tab character.25
errorMissing a Javadoc comment.25
errorLine contains a tab character.26
errorMissing a Javadoc comment.26
errorLine contains a tab character.27
errorMissing a Javadoc comment.27
errorLine contains a tab character.29
errorMissing a Javadoc comment.29
errorParameter useCustomCodec should be final.29
error'useCustomCodec' hides a field.29
errorParameter model should be final.29
error'model' hides a field.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.34
errorMethod 'sessionCreated' is not designed for extension - needs to be abstract, final or empty.34
errorMissing a Javadoc comment.34
errorParameter session should be final.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 is longer than 80 characters.41
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine has trailing spaces.44
errorLine contains a tab character.44
errorMethod 'messageReceived' is not designed for extension - needs to be abstract, final or empty.46
errorMissing a Javadoc comment.46
errorParameter session should be final.46
errorParameter message should be final.46
errorLine contains a tab character.47
error'if' is not followed by whitespace.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 has trailing spaces.52
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
error'<' is not preceded with whitespace.55
error'<' is not followed by whitespace.55
error'>' is not preceded with whitespace.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine has trailing spaces.58
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 has trailing spaces.62
errorLine contains a tab character.62
errorLine has trailing spaces.63
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
error'<' is not preceded with whitespace.66
error'<' is not followed by whitespace.66
error'>' is not preceded with whitespace.66
errorLine contains a tab character.67
errorLine is longer than 80 characters.68
errorLine contains a tab character.68
errorLine is longer than 80 characters.69
errorLine contains a tab character.69
errorLine is longer than 80 characters.70
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine has trailing spaces.74
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine has trailing spaces.78
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.82
errorMethod 'sessionClosed' is not designed for extension - needs to be abstract, final or empty.82
errorMissing a Javadoc comment.82
errorLine contains a tab character.83
errorParameter session should be final.83
errorLine contains a tab character.84
errorLine has trailing spaces.85
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.90
errorMethod 'exceptionCaught' is not designed for extension - needs to be abstract, final or empty.90
errorMissing a Javadoc comment.90
errorLine is longer than 80 characters.91
errorLine contains a tab character.91
errorParameter session should be final.91
errorParameter exception should be final.91
errorLine contains a tab character.92
errorLine has trailing spaces.93
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine has trailing spaces.96
errorLine contains a tab character.96
errorLine has trailing spaces.97
errorLine contains a tab character.97
errorLine has trailing spaces.98
errorLine contains a tab character.98

org/javabb/bbcode/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/desktop/gui/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/embedchat/desktop/gui/SwingUtils.java

ViolationMessageLine
errorMissing a Javadoc comment.7
errorUtility classes should not have a public or default constructor.7
errorLine has trailing spaces.8
errorLine contains a tab character.8
errorLine contains a tab character.9
errorMissing a Javadoc comment.9
errorParameter c should be final.9
errorLine contains a tab character.10
error'if' is not followed by whitespace.10
errorLine contains a tab character.11
errorLine contains a tab character.12
errorLine has trailing spaces.13
errorLine contains a tab character.13
errorLine contains a tab character.14
errorLine has trailing spaces.15
errorLine is longer than 80 characters.15
errorLine contains a tab character.15
error'/' is not preceded with whitespace.15
error'/' is not followed by whitespace.15
error'/' is not preceded with whitespace.15
error'/' is not followed by whitespace.15
errorLine is longer than 80 characters.16
errorLine contains a tab character.16
error'/' is not preceded with whitespace.16
error'/' is not followed by whitespace.16
error'/' is not preceded with whitespace.16
error'/' is not followed by whitespace.16
errorLine contains a tab character.17
errorLine contains a tab character.18

org/embedchat/desktop/client/Client.java

ViolationMessageLine
errorMissing a Javadoc comment.19
errorLine has trailing spaces.20
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
errorLine contains a tab character.23
errorMissing a Javadoc comment.23
errorLine contains a tab character.24
errorMissing a Javadoc comment.24
errorLine contains a tab character.25
errorMissing a Javadoc comment.25
errorLine contains a tab character.26
errorMissing a Javadoc comment.26
errorLine contains a tab character.27
errorMissing a Javadoc comment.27
errorLine contains a tab character.29
errorMissing a Javadoc comment.29
errorParameter model should be final.29
error'model' hides a field.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine has trailing spaces.32
errorLine contains a tab character.32
errorLine contains a tab character.33
errorMethod 'connect' is not designed for extension - needs to be abstract, final or empty.33
errorMissing a Javadoc comment.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 is longer than 80 characters.38
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine is longer than 80 characters.41
errorLine contains a tab character.41
errorLine is longer than 80 characters.42
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 is longer than 80 characters.49
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 has trailing spaces.54
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine has trailing spaces.57
errorLine contains a tab character.57
errorLine contains a tab character.58
errorMethod 'login' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
errorLine contains a tab character.59
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 has trailing spaces.65
errorLine contains a tab character.65
errorLine contains a tab character.66
errorMethod 'disconnect' is not designed for extension - needs to be abstract, final or empty.66
errorMissing a Javadoc comment.66
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 contains a tab character.71
errorLine has trailing spaces.72
errorLine contains a tab character.72
errorLine contains a tab character.73
errorMethod 'reconnect' is not designed for extension - needs to be abstract, final or empty.73
errorMissing a Javadoc comment.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine has trailing spaces.77
errorLine contains a tab character.77
errorLine contains a tab character.78
errorMethod 'sendTextMessage' is not designed for extension - needs to be abstract, final or empty.78
errorMissing a Javadoc comment.78
errorParameter messageStr should be final.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine has trailing spaces.83
errorLine contains a tab character.83
errorLine contains a tab character.84
errorMethod 'sendRoomListRequestMessage' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.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.90
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.90
errorMissing a Javadoc comment.90
errorLine contains a tab character.91
errorLine contains a tab character.92
error'if' is not followed by whitespace.92
errorLine has trailing spaces.93
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine has trailing spaces.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
errorLine contains a tab character.99
errorLine contains a tab character.100
error'if' is not followed by whitespace.100
errorLine has trailing spaces.101
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
error'if' is not followed by whitespace.107
errorLine has trailing spaces.108
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine is longer than 80 characters.110
errorLine contains a tab character.110
error'if' is not followed by whitespace.110
errorLine has trailing spaces.111
errorLine is longer than 80 characters.111
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine has trailing spaces.114
errorLine is longer than 80 characters.114
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.120
error'if' is not followed by whitespace.120
errorLine has trailing spaces.121
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine has trailing spaces.123
errorLine is longer than 80 characters.123
errorLine contains a tab character.123
errorLine contains a tab character.124
errorLine contains a tab character.125
errorLine contains a tab character.126
error'if' is not followed by whitespace.126
errorLine has trailing spaces.127
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine has trailing spaces.130
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine has trailing spaces.136
errorLine contains a tab character.136

org/embedchat/desktop/gui/RoomListComboModel.java

ViolationMessageLine
errorLine is longer than 80 characters.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 has trailing spaces.12
errorLine contains a tab character.12
errorLine contains a tab character.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 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
errorLine contains a tab character.14
errorMissing a Javadoc comment.14
errorLine contains a tab character.16
errorMethod 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty.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 'setSelectedItem' is not designed for extension - needs to be abstract, final or empty.20
errorMissing a Javadoc comment.20
errorParameter item should be final.20
errorLine is longer than 80 characters.21
errorLine contains a tab character.21
error'if' is not followed by whitespace.21
error'!' is followed by whitespace.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.27
errorMethod 'getSize' 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 contains a tab character.29
errorLine contains a tab character.31
errorMethod 'getElementAt' is not designed for extension - needs to be abstract, final or empty.31
errorMissing a Javadoc comment.31
errorParameter index should be final.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.35
errorMethod 'addElement' is not designed for extension - needs to be abstract, final or empty.35
errorMissing a Javadoc comment.35
errorParameter obj should be final.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.39
errorMethod 'removeElement' is not designed for extension - needs to be abstract, final or empty.39
errorMissing a Javadoc comment.39
errorParameter obj should be final.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.43
errorMethod 'insertElementAt' is not designed for extension - needs to be abstract, final or empty.43
errorMissing a Javadoc comment.43
errorParameter obj should be final.43
errorParameter index should be final.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.47
errorMissing a Javadoc comment.47
errorParameter index should be final.47
errorLine contains a tab character.48

org/embedchat/desktop/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/javabb/bbcode/RegexTag.java

ViolationMessageLine
errorRedundant 'public' modifier.27
errorRedundant 'public' modifier.32
errorRedundant 'public' modifier.37

org/embedchat/desktop/Observer.java

ViolationMessageLine
errorMissing a Javadoc comment.3
errorLine has trailing spaces.4
errorLine contains a tab character.4
errorLine contains a tab character.5
errorMissing a Javadoc comment.5

org/embedchat/desktop/gui/ChatGUI.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - javax.swing.*.10
errorUsing the '.*' form of import should be avoided - java.awt.*.17
errorUsing the '.*' form of import should be avoided - java.awt.event.*.18
errorLine has trailing spaces.23
errorMissing a Javadoc comment.29
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.29
errorLine contains a tab character.33
errorLine has trailing spaces.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.49
errorLine has trailing spaces.50
errorMissing a Javadoc comment.50
errorLine has trailing spaces.51
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.58
errorLine has trailing spaces.59
errorLine contains a tab character.60
errorMissing a Javadoc comment.60
errorLine contains a tab character.61
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.75
errorParameter model should be final.75
error'model' hides a field.75
errorMethod 'createAndShowGUI' is not designed for extension - needs to be abstract, final or empty.79
errorMissing a Javadoc comment.79
errorLine has trailing spaces.81
errorParameter arg0 should be final.84
errorParameter arg0 should be final.87
errorParameter arg0 should be final.93
errorParameter arg0 should be final.96
errorParameter arg0 should be final.99
errorParameter arg0 should be final.102
errorParameter arg0 should be final.106
errorLine has trailing spaces.114
error'450' is a magic number.127
errorParameter arg0 should be final.134
errorLine is longer than 80 characters.136
errorLine is longer than 80 characters.141
errorParameter arg0 should be final.162
errorLine contains a tab character.163
errorLine contains a tab character.164
errorParameter arg0 should be final.169
error'10' is a magic number.172
errorLine is longer than 80 characters.173
error'50' is a magic number.175
errorMissing a Javadoc comment.198
error'5' is a magic number.207
error'5' is a magic number.207
error'5' is a magic number.207
error'5' is a magic number.207
errorParameter event should be final.212
errorLine contains a tab character.213
errorMissing a Javadoc comment.224
error'5' is a magic number.233
error'5' is a magic number.233
error'5' is a magic number.233
error'5' is a magic number.233
error'140' is a magic number.235
error'25' is a magic number.235
error'140' is a magic number.237
error'25' is a magic number.237
errorParameter event should be final.261
errorLine contains a tab character.262
error'3' is a magic number.268
errorMissing a Javadoc comment.273
errorLine is longer than 80 characters.281
errorParameter e should be final.282
errorLine is longer than 80 characters.283
error'1000' is a magic number.283
errorLine is longer than 80 characters.286
errorMissing a Javadoc comment.291
errorMissing a Javadoc comment.305
error'300' is a magic number.307
error'40' is a magic number.307
errorLine has trailing spaces.313
errorLine is longer than 80 characters.313
errorParameter event should be final.315
errorParameter event should be final.318
errorParameter event should be final.321
errorMissing a Javadoc comment.337
errorParameter message should be final.337
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.341
errorMissing a Javadoc comment.341
errorLine is longer than 80 characters.345
errorLine has trailing spaces.351
errorLine is longer than 80 characters.351
errorLine contains a tab character.351
errorLine is longer than 80 characters.353
errorLine contains a tab character.353
errorLine is longer than 80 characters.354
errorLine contains a tab character.354
errorLine is longer than 80 characters.355
errorLine contains a tab character.355
errorLine contains a tab character.356
errorLine contains a tab character.362
errorLine contains a tab character.363
errorLine has trailing spaces.368
errorLine is longer than 80 characters.370
error'<' is not preceded with whitespace.398
error'<' is not followed by whitespace.398
error'>' is not preceded with whitespace.398
errorLine contains a tab character.406
errorLine contains a tab character.416
errorLine contains a tab character.417
errorLine is longer than 80 characters.418
errorLine contains a tab character.418
errorLine contains a tab character.419
errorLine has trailing spaces.420
errorLine contains a tab character.420
errorLine is longer than 80 characters.421
errorLine contains a tab character.421
error'+' is not preceded with whitespace.421
errorLine is longer than 80 characters.422
errorLine contains a tab character.422
errorLine contains a tab character.423
errorLine contains a tab character.424
errorLine contains a tab character.425
errorLine contains a tab character.426
errorLine contains a tab character.427
errorLine contains a tab character.428
errorMethod 'insertUpdate' is not designed for extension - needs to be abstract, final or empty.433
errorMissing a Javadoc comment.433
errorParameter event should be final.433
errorMethod 'removeUpdate' is not designed for extension - needs to be abstract, final or empty.438
errorMissing a Javadoc comment.438
errorParameter event should be final.438
errorMethod 'changedUpdate' is not designed for extension - needs to be abstract, final or empty.443
errorMissing a Javadoc comment.443
errorParameter event should be final.443
 
2006 © embedchat.org