Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
73007598

Rules

RulesViolationsSeverity
PackageHtml0error Error
NewlineAtEndOfFile6error Error
Translation0error Error
JavadocMethod403error Error
JavadocType9error Error
JavadocVariable117error Error
JavadocStyle15error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName75error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName5error Error
TypeName0error Error
AvoidStarImport18error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports2error Error
FileLength0error Error
LineLength253error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter8error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad314error Error
TypecastParenPad0error Error
TabCharacter4362error Error
WhitespaceAfter17error Error
WhitespaceAround573error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly8error Error
NeedBraces92error Error
RightCurly7error Error
AvoidInlineConditionals6error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber12error Error
MissingSwitchDefault0error Error
RedundantThrows12error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension258error Error
FinalClass0error Error
HideUtilityClassConstructor5error Error
InterfaceIsType0error Error
VisibilityModifier11error Error
ArrayTypeStyle0error Error
FinalParameters317error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
691error Error
TodoComment1error Error
UpperEll0error Error

Files

Filesinfowarningerror
net/sf/echobinding/table/EditableTableHeaderRenderer.java0027
net/sf/echobinding/binding/BindingException.java0042
net/sf/echobinding/validation/BeanValidator.java0042
net/sf/echobinding/table/ListEditor.java00338
net/sf/echobinding/controls/Label.java00169
net/sf/echobinding/persistence/PersistenceManager.java0060
net/sf/echobinding/model/ComponentModel.java0060
net/sf/echobinding/table/SelectableTable.java00130
net/sf/echobinding/table/DetailsHandler.java0029
net/sf/echobinding/binding/AbstractBindingContext.java00646
net/sf/echobinding/validation/ValidationReport.java0059
net/sf/echobinding/table/BoundTableHeaderRenderer.java0065
net/sf/echobinding/datacontrol/FormColumnTable.java00345
net/sf/echobinding/validation/DateValidator.java0031
net/sf/echobinding/event/SelectionChangeListener.java0034
net/sf/echobinding/table/TableSelectionListener.java006
net/sf/echobinding/validation/NumberValidator.java0047
net/sf/echobinding/format/DateFormat.java0048
net/sf/echobinding/validation/RegexValidator.java0054
net/sf/echobinding/binding/OgnlPropertyAdapter.java00426
net/sf/echobinding/controls/SelectField.java00462
net/sf/echobinding/table/BoundTable.java00582
net/sf/echobinding/BindingConfiguration.java00179
net/sf/echobinding/App.java0011
net/sf/echobinding/model/AbstractPresentationModel.java0091
net/sf/echobinding/persistence/DefaultTablePersistenceManager.java0057
net/sf/echobinding/datacontrol/FormHelper.java00122
net/sf/echobinding/table/BoundTableModel.java0092
net/sf/echobinding/table/EditableTableModel.java00123
net/sf/echobinding/controls/BoundButtonGroup.java00153
net/sf/echobinding/controls/RadioButton.java00181
net/sf/echobinding/table/SelectableBoundTable.java00116
net/sf/echobinding/format/TimeFormat.java0097
net/sf/echobinding/validation/ValidationHandler.java0020
net/sf/echobinding/table/EditableTableRendererSupport.java0026
net/sf/echobinding/table/RowSelectionListener.java004
net/sf/echobinding/table/EditableTableCellRenderer.java0068
net/sf/echobinding/ConfigurationSetup.java0078
net/sf/echobinding/format/Format.java007
net/sf/echobinding/controls/Button.java00115
net/sf/echobinding/binding/BindingContext.java00365
net/sf/echobinding/validation/Validator.java004
net/sf/echobinding/model/PresentationModel.java0047
net/sf/echobinding/binding/OgnlBindingContext.java00442
net/sf/echobinding/util/Util.java0019
net/sf/echobinding/controls/CheckBox.java00229
net/sf/echobinding/datacontrol/Form.java0032
net/sf/echobinding/BoundControl.java0088
net/sf/echobinding/binding/PropertyAdapter.java00226
net/sf/echobinding/table/BoundTableCollectionCellRenderer.java0084
net/sf/echobinding/binding/AbstractPropertyAdapter.java00200
net/sf/echobinding/table/BrowseableTable.java0012
net/sf/echobinding/controls/TextField.java00190
net/sf/echobinding/table/DefaultDataBoundTableCellRenderer.java0055
net/sf/echobinding/validation/DefaultValidationHandler.java00106
net/sf/echobinding/decorator/Decorator.java002
net/sf/echobinding/persistence/DefaultPersistenceManager.java00104
net/sf/echobinding/table/EditableTable.java0065
net/sf/echobinding/decorator/DefaultDecorator.java009
net/sf/echobinding/Configuration.java0036
net/sf/echobinding/util/Images.java0041

Details

net/sf/echobinding/table/EditableTableHeaderRenderer.java

ViolationMessageLine
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
errorLine contains a tab character.40
errorMethod 'createHeaderComponent' is not designed for extension - needs to be abstract, final or empty.40
errorMissing a Javadoc comment.40
errorLine is longer than 80 characters.41
errorLine contains a tab character.41
errorParameter table should be final.41
errorParameter value should be final.41
errorParameter col should be final.41
errorParameter row should be final.41
errorLine contains a tab character.43
error'if' is not followed by whitespace.43
errorLine is longer than 80 characters.44
errorLine contains a tab character.44
error'cast' is not followed by whitespace.44
errorLine contains a tab character.45
errorLine has trailing spaces.46
errorLine contains a tab character.46
errorLine contains a tab character.47
error'(' is followed by whitespace.47
error')' is preceded with whitespace.47
errorLine contains a tab character.48
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorLine has trailing spaces.51
errorLine contains a tab character.51

net/sf/echobinding/binding/BindingException.java

ViolationMessageLine
errorLine contains a tab character.36
errorMissing a Javadoc comment.36
errorLine contains a tab character.38
errorLine has trailing spaces.39
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.44
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorParameter arg0 should be final.49
errorExpected @param tag for 'arg0'.49
errorLine contains a tab character.50
error'(' is followed by whitespace.50
error')' is preceded with whitespace.50
errorLine contains a tab character.52
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 contains a tab character.58
errorParameter arg0 should be final.58
errorExpected @param tag for 'arg0'.58
errorParameter arg1 should be final.58
errorExpected @param tag for 'arg1'.58
errorLine contains a tab character.59
error'(' is followed by whitespace.59
error')' is preceded with whitespace.59
errorLine contains a tab character.61
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorParameter arg0 should be final.66
errorExpected @param tag for 'arg0'.66
errorLine contains a tab character.67
error'(' is followed by whitespace.67
error')' is preceded with whitespace.67
errorLine contains a tab character.69

net/sf/echobinding/validation/BeanValidator.java

ViolationMessageLine
errorUtility classes should not have a public or default constructor.38
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorLine is longer than 80 characters.41
errorLine contains a tab character.41
errorParameter bean should be final.41
errorParameter propertyName should be final.41
errorParameter input should be final.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine has trailing spaces.44
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine is longer than 80 characters.46
errorLine contains a tab character.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
error'for' is not followed by whitespace.49
error'(' is followed by whitespace.49
error')' is preceded with whitespace.49
errorLine contains a tab character.50
error'=' is not preceded with whitespace.50
error'=' is not followed by whitespace.50
errorLine is longer than 80 characters.51
errorLine contains a tab character.51
error'+' is not preceded with whitespace.51
error'+' is not followed by whitespace.51
error'+' is not preceded with whitespace.51
error'+' is not followed by whitespace.51
error'+' is not preceded with whitespace.51
error'+' is not followed by whitespace.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine has trailing spaces.57
errorLine contains a tab character.57
errorLine has trailing spaces.58
errorLine contains a tab character.58

net/sf/echobinding/table/ListEditor.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - nextapp.echo2.app.*.34
errorLine has trailing spaces.41
errorLine has trailing spaces.42
errorLine is longer than 80 characters.44
errorType Javadoc comment is missing an @param <T> tag.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 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 contains a tab character.46
errorMissing a Javadoc comment.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
errorName '_persistenceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorParameter listAdapterId should be final.52
errorExpected @param tag for 'listAdapterId'.52
errorParameter ctx should be final.52
errorExpected @param tag for 'ctx'.52
errorLine contains a tab character.53
error'(' is followed by whitespace.53
error')' is preceded with whitespace.53
errorLine has trailing spaces.54
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorMethod 'createTableModel' is not designed for extension - needs to be abstract, final or empty.60
errorMissing a Javadoc comment.60
errorLine contains a tab character.61
errorLine is longer than 80 characters.62
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorMethod 'getTableCellRenderer' is not designed for extension - needs to be abstract, final or empty.69
errorMissing a Javadoc comment.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine has trailing spaces.74
errorLine contains a tab character.74
errorLine contains a tab character.75
errorMethod 'getTableHeaderRenderer' is not designed for extension - needs to be abstract, final or empty.75
errorMissing a Javadoc comment.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.80
errorMethod 'createHeaderButtonPanel' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.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 has trailing spaces.86
errorLine contains a tab character.86
errorLine contains a tab character.87
errorParameter arg0 should be final.87
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine has trailing spaces.90
errorLine contains a tab character.90
errorLine contains a tab character.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 contains a tab character.98
errorMethod 'createButtonPanel' is not designed for extension - needs to be abstract, final or empty.98
errorMissing a Javadoc comment.98
errorLine contains a tab character.99
errorParameter rowIndex should be final.99
errorLine has trailing spaces.100
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine has trailing spaces.102
errorLine contains a tab character.102
errorLine is longer than 80 characters.103
errorLine contains a tab character.103
errorLine has trailing spaces.104
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorParameter arg0 should be final.107
errorLine contains a tab character.108
error'(' is followed by whitespace.108
error')' is preceded with whitespace.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine has trailing spaces.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 contains a tab character.114
errorLine contains a tab character.115
errorParameter arg0 should be final.115
errorLine contains a tab character.116
error'(' is followed by whitespace.116
error')' is preceded with whitespace.116
errorLine contains a tab character.117
errorLine has trailing spaces.118
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine has trailing spaces.120
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine has trailing spaces.123
errorLine contains a tab character.123
errorLine contains a tab character.124
errorParameter arg0 should be final.124
errorLine contains a tab character.125
error'(' is followed by whitespace.125
error')' is preceded with whitespace.125
errorLine contains a tab character.126
errorLine has trailing spaces.127
errorLine contains a tab character.127
errorLine contains a tab character.128
error')' is preceded with whitespace.128
errorLine has trailing spaces.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.134
error'3' is a magic number.134
errorLine has trailing spaces.135
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorMethod 'editRow' is not designed for extension - needs to be abstract, final or empty.143
errorMissing a Javadoc comment.143
errorParameter context should be final.143
errorLine contains a tab character.144
errorLine contains a tab character.145
errorLine has trailing spaces.146
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine has trailing spaces.149
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.152
errorExpected @param tag for 'context'.152
errorLine has trailing spaces.153
errorLine contains a tab character.153
errorLine contains a tab character.154
errorMethod 'isPersistent' is not designed for extension - needs to be abstract, final or empty.154
errorMissing a Javadoc comment.154
errorLine contains a tab character.155
errorParameter row should be final.155
errorLine has trailing spaces.156
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine has trailing spaces.158
errorLine contains a tab character.158
errorLine contains a tab character.159
errorLine contains a tab character.160
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.164
errorLine contains a tab character.165
errorMethod 'addRow' is not designed for extension - needs to be abstract, final or empty.165
errorMissing a Javadoc comment.165
errorLine contains a tab character.166
errorLine contains a tab character.167
errorLine has trailing spaces.168
errorLine contains a tab character.168
errorLine contains a tab character.169
errorLine has trailing spaces.170
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 contains a tab character.175
errorLine contains a tab character.176
errorLine contains a tab character.177
errorExpected an @return tag.178
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine contains a tab character.181
errorLine has trailing spaces.182
errorLine contains a tab character.182
errorLine contains a tab character.183
errorLine contains a tab character.184
errorLine contains a tab character.185
errorLine contains a tab character.186
errorMethod 'deleteRow' is not designed for extension - needs to be abstract, final or empty.186
errorMissing a Javadoc comment.186
errorParameter context should be final.186
errorLine contains a tab character.187
errorLine contains a tab character.188
errorLine has trailing spaces.189
errorLine contains a tab character.189
errorLine contains a tab character.190
errorLine has trailing spaces.191
errorLine contains a tab character.191
errorLine contains a tab character.192
errorLine contains a tab character.193
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine contains a tab character.197
errorLine contains a tab character.198
errorParameter object should be final.198
errorExpected @param tag for 'object'.198
error'if' construct must use '{}'s.199
errorLine contains a tab character.199
error'if' is not followed by whitespace.199
error'(' is followed by whitespace.199
errorLine contains a tab character.200
errorLine contains a tab character.201
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine contains a tab character.205
errorLine contains a tab character.206
errorMethod 'copyRow' is not designed for extension - needs to be abstract, final or empty.206
errorMissing a Javadoc comment.206
errorParameter context should be final.206
errorLine has trailing spaces.207
errorLine contains a tab character.207
errorLine contains a tab character.208
errorLine contains a tab character.209
errorLine has trailing spaces.210
errorLine contains a tab character.210
errorLine contains a tab character.211
errorLine has trailing spaces.212
errorLine contains a tab character.212
errorLine contains a tab character.213
error'+' is not preceded with whitespace.213
error'+' is not followed by whitespace.213
errorLine contains a tab character.214
errorLine has trailing spaces.215
errorLine contains a tab character.215
errorLine contains a tab character.216
errorLine has trailing spaces.217
errorLine contains a tab character.217
errorLine contains a tab character.218
errorLine contains a tab character.219
errorLine contains a tab character.220
errorLine contains a tab character.222
errorLine contains a tab character.223
errorLine contains a tab character.224
errorLine contains a tab character.225
errorExpected an @return tag.226
errorLine contains a tab character.226
errorParameter object should be final.226
errorExpected @param tag for 'object'.226
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine has trailing spaces.230
errorLine contains a tab character.230
errorLine has trailing spaces.231
errorLine contains a tab character.231
errorLine contains a tab character.232
errorMethod 'saveRow' is not designed for extension - needs to be abstract, final or empty.232
errorMissing a Javadoc comment.232
errorParameter context should be final.232
errorLine has trailing spaces.233
errorLine contains a tab character.233
errorLine contains a tab character.234
errorLine has trailing spaces.235
errorLine contains a tab character.235
errorLine contains a tab character.236
errorLine has trailing spaces.237
errorLine contains a tab character.237
errorLine contains a tab character.238
errorLine has trailing spaces.239
errorLine contains a tab character.239
errorLine contains a tab character.240
errorLine contains a tab character.241
errorLine contains a tab character.243
errorLine is longer than 80 characters.244
errorLine contains a tab character.244
errorLine contains a tab character.245
errorLine has trailing spaces.246
errorLine contains a tab character.246
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine contains a tab character.249
errorMethod 'getPersistenceManager' is not designed for extension - needs to be abstract, final or empty.249
error'<' is not preceded with whitespace.249
error'<' is not followed by whitespace.249
error'>' is not preceded with whitespace.249
error'if' construct must use '{}'s.250
errorLine contains a tab character.250
error'if' is not followed by whitespace.250
errorLine is longer than 80 characters.251
errorLine contains a tab character.251
error'<' is not preceded with whitespace.251
error'<' is not followed by whitespace.251
error'>' is not preceded with whitespace.251
error'>' is not followed by whitespace.251
errorLine contains a tab character.252
errorLine contains a tab character.253
errorLine contains a tab character.255
errorLine contains a tab character.256
errorLine has trailing spaces.257
errorLine contains a tab character.257
errorLine contains a tab character.258
errorLine contains a tab character.259
errorLine is longer than 80 characters.260
errorLine contains a tab character.260
errorMethod 'setPersistenceManager' is not designed for extension - needs to be abstract, final or empty.260
errorParameter persistenceManager should be final.260
error'<' is not preceded with whitespace.260
error'<' is not followed by whitespace.260
error'>' is not preceded with whitespace.260
errorLine contains a tab character.261
errorLine contains a tab character.262

net/sf/echobinding/controls/Label.java

ViolationMessageLine
errorLine has trailing spaces.41
errorLine has trailing spaces.43
errorLine is longer than 80 characters.45
errorLine contains a tab character.47
errorMissing a Javadoc comment.47
errorLine contains a tab character.49
errorMissing a Javadoc comment.49
errorName '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.49
errorLine contains a tab character.50
errorMissing a Javadoc comment.50
errorName '_context' must match pattern '^[a-z][a-zA-Z0-9]*$'.50
errorLine has trailing spaces.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine has trailing spaces.53
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 contains a tab character.57
errorParameter text should be final.57
errorExpected @param tag for 'text'.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine has trailing spaces.60
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
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorParameter id should be final.67
errorExpected @param tag for 'id'.67
errorParameter context should be final.67
errorExpected @param tag for 'context'.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
errorLine is longer than 80 characters.74
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorMethod 'setBindingConext' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorParameter context should be final.76
error'if' construct must use '{}'s.77
errorLine contains a tab character.77
error'if' is not followed by whitespace.77
error'if' construct must use '{}'s.78
errorLine contains a tab character.78
error'if' is not followed by whitespace.78
error'(' is followed by whitespace.78
errorLine contains a tab character.79
error'(' is followed by whitespace.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine contains a tab character.87
errorMethod 'setAdapterId' is not designed for extension - needs to be abstract, final or empty.87
errorMissing a Javadoc comment.87
errorParameter id should be final.87
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorMissing a Javadoc comment.94
errorLine has trailing spaces.95
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.101
errorMissing a Javadoc comment.101
error'if' construct must use '{}'s.102
errorLine contains a tab character.102
error'if' is not followed by whitespace.102
error'==' is not preceded with whitespace.102
error'==' is not followed by whitespace.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.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorMethod 'isValid' is not designed for extension - needs to be abstract, final or empty.111
errorMissing a Javadoc comment.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.115
errorLine is longer than 80 characters.116
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.118
errorMethod 'propertyChange' is not designed for extension - needs to be abstract, final or empty.118
errorMissing a Javadoc comment.118
errorParameter event should be final.118
errorLine contains a tab character.119
errorLine contains a tab character.120
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.124
errorLine contains a tab character.125
errorMissing a Javadoc comment.125
errorLine contains a tab character.126
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorMethod 'isDirty' is not designed for extension - needs to be abstract, final or empty.131
errorMissing a Javadoc comment.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine contains a tab character.138
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.138
errorMissing a Javadoc comment.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine contains a tab character.145
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.145
errorMissing a Javadoc comment.145
errorParameter value should be final.145
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.152
errorMethod 'getBorder' is not designed for extension - needs to be abstract, final or empty.152
errorMissing a Javadoc comment.152
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.159
errorMissing a Javadoc comment.159
errorParameter border should be final.159
errorLine contains a tab character.160
errorLine contains a tab character.162
errorLine is longer than 80 characters.163
errorLine contains a tab character.163
errorLine contains a tab character.164
errorLine contains a tab character.165
errorMissing a Javadoc comment.165
errorParameter listener should be final.165
errorLine contains a tab character.166

net/sf/echobinding/persistence/PersistenceManager.java

ViolationMessageLine
errorType Javadoc comment is missing an @param <T> tag.34
error'<' is not preceded with whitespace.34
error'<' is not followed by whitespace.34
error'>' is not preceded with whitespace.34
errorLine has trailing spaces.35
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine has trailing spaces.38
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine has trailing spaces.45
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorExpected @param tag for 'object'.48
errorLine has trailing spaces.49
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine has trailing spaces.51
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
errorExpected an @return tag.55
errorLine contains a tab character.55
errorExpected @param tag for 'object'.55
errorLine has trailing spaces.57
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine has trailing spaces.60
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorExpected @param tag for 'object'.63
errorLine has trailing spaces.64
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorExpected @param tag for 'object'.71
errorLine has trailing spaces.72
errorLine contains a tab character.72
errorLine has trailing spaces.73
errorLine contains a tab character.73

net/sf/echobinding/model/ComponentModel.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine contains a tab character.16
errorLine contains a tab character.17
errorLine is longer than 80 characters.18
errorLine contains a tab character.18
errorLine is longer than 80 characters.19
errorLine contains a tab character.19
errorLine has trailing spaces.20
errorLine contains a tab character.20
errorLine has trailing spaces.21
errorLine contains a tab character.21
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine contains a tab character.25
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine has trailing spaces.30
errorLine contains a tab character.30
errorLine has trailing spaces.31
errorLine contains a tab character.31
errorLine has trailing spaces.32
errorLine contains a tab character.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
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine has trailing spaces.41
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine has trailing spaces.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 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
errorExpected @param tag for 'listener'.60
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
errorLine contains a tab character.67
errorLine contains a tab character.68
errorExpected @param tag for 'listener'.68

net/sf/echobinding/table/SelectableTable.java

ViolationMessageLine
errorLine has trailing spaces.44
errorType Javadoc comment is missing an @param <T> tag.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
errorLine contains a tab character.47
error'<' is not preceded with whitespace.47
error'<' is not followed by whitespace.47
error'>' is not preceded with whitespace.47
errorLine contains a tab character.49
errorMissing a Javadoc comment.49
errorLine is longer than 80 characters.51
errorLine contains a tab character.51
errorMissing a Javadoc comment.51
error'<' is not preceded with whitespace.51
error'<' is not followed by whitespace.51
error'>' is not preceded with whitespace.51
errorName '_selectionListener' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
error'<' is not preceded with whitespace.51
error'<' is not followed by whitespace.51
error'>' is not preceded with whitespace.51
error'>' is not followed by whitespace.51
errorLine contains a tab character.53
errorMissing a Javadoc comment.53
errorName '_selectedItem' must match pattern '^[a-z][a-zA-Z0-9]*$'.53
errorLine contains a tab character.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 contains a tab character.62
errorParameter list should be final.62
error'<' is not preceded with whitespace.62
error'<' is not followed by whitespace.62
error'>' is not preceded with whitespace.62
errorExpected @param tag for 'list'.62
errorParameter ctx should be final.62
errorExpected @param tag for 'ctx'.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.66
errorLine is longer than 80 characters.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine has trailing spaces.69
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 contains a tab character.73
errorParameter listBindingId should be final.73
errorExpected @param tag for 'listBindingId'.73
errorParameter ctx should be final.73
errorExpected @param tag for 'ctx'.73
errorLine contains a tab character.74
errorLine contains a tab character.76
errorLine contains a tab character.78
errorMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.78
errorMissing a Javadoc comment.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.82
errorLine is longer than 80 characters.83
errorLine contains a tab character.83
errorLine is longer than 80 characters.84
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine is longer than 80 characters.92
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine has trailing spaces.99
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorMethod 'rowIndexChanged' is not designed for extension - needs to be abstract, final or empty.102
errorMissing a Javadoc comment.102
errorParameter rowIndex should be final.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine has trailing spaces.109
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorMethod 'getSelectedItem' is not designed for extension - needs to be abstract, final or empty.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine has trailing spaces.118
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.120
errorMethod 'setSelectedItem' is not designed for extension - needs to be abstract, final or empty.120
errorParameter selectedItem should be final.120
errorExpected @param tag for 'selectedItem'.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.124
errorMethod 'addRowSelectionListener' is not designed for extension - needs to be abstract, final or empty.124
errorMissing a Javadoc comment.124
errorParameter listener should be final.124
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine contains a tab character.128
errorMissing a Javadoc comment.128
errorParameter row should be final.128
errorLine contains a tab character.129
errorLine is longer than 80 characters.130
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.132

net/sf/echobinding/table/DetailsHandler.java

ViolationMessageLine
errorFile does not end with a newline.0
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
errorLine is longer than 80 characters.45
errorLine contains a tab character.45
errorLine is longer than 80 characters.46
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorLine has trailing spaces.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 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

net/sf/echobinding/binding/AbstractBindingContext.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.beans.*.30
errorUsing the '.*' form of import should be avoided - java.util.*.32
errorLine is longer than 80 characters.42
errorLine contains a tab character.44
errorMissing a Javadoc comment.44
errorName '_parent' must match pattern '^[a-z][a-zA-Z0-9]*$'.44
errorLine contains a tab character.45
errorMissing a Javadoc comment.45
error'<' is not preceded with whitespace.45
error'<' is not followed by whitespace.45
error'>' is not preceded with whitespace.45
errorName '_childs' must match pattern '^[a-z][a-zA-Z0-9]*$'.45
errorLine is longer than 80 characters.46
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
errorName '_adapters' must match pattern '^[a-z][a-zA-Z0-9]*$'.46
errorVariable '_adapters' must be private and have accessor methods.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
error'>' is not followed by whitespace.46
errorLine contains a tab character.47
errorMissing a Javadoc comment.47
error'<' is not preceded with whitespace.47
error'<' is not followed by whitespace.47
error'>' is not preceded with whitespace.47
errorName '_controls' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
errorLine is longer than 80 characters.48
errorLine contains a tab character.48
errorMissing a Javadoc comment.48
errorName '_changes' must match pattern '^[a-z][a-zA-Z0-9]*$'.48
errorVariable '_changes' must be private and have accessor methods.48
errorLine contains a tab character.50
errorMissing a Javadoc comment.50
errorName '_presentationModel' must match pattern '^[a-z][a-zA-Z0-9]*$'.50
errorLine has trailing spaces.51
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 contains a tab character.57
errorLine contains a tab character.58
errorMethod 'add' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
errorParameter id should be final.58
errorParameter binding should be final.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 has trailing spaces.63
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorMethod 'remove' is not designed for extension - needs to be abstract, final or empty.69
errorMissing a Javadoc comment.69
errorParameter id should be final.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine has trailing spaces.73
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine has trailing spaces.76
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorMethod 'addChild' is not designed for extension - needs to be abstract, final or empty.79
errorParameter child should be final.79
errorExpected @param tag for 'child'.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorMethod 'getChilds' is not designed for extension - needs to be abstract, final or empty.86
error'<' is not preceded with whitespace.86
error'<' is not followed by whitespace.86
error'>' is not preceded with whitespace.86
error'if' construct must use '{}'s.87
errorLine contains a tab character.87
error'if' is not followed by whitespace.87
error'(' is followed by whitespace.87
errorLine contains a tab character.88
error'<' is not preceded with whitespace.88
error'<' is not followed by whitespace.88
error'>' is not preceded with whitespace.88
error'>' is not followed by whitespace.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine has trailing spaces.94
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorMethod 'setChilds' is not designed for extension - needs to be abstract, final or empty.97
errorParameter childs should be final.97
error'<' is not preceded with whitespace.97
error'<' is not followed by whitespace.97
error'>' is not preceded with whitespace.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorMethod 'getParent' is not designed for extension - needs to be abstract, final or empty.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine has trailing spaces.110
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorMethod 'setParent' is not designed for extension - needs to be abstract, final or empty.113
errorParameter parent should be final.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.117
errorMethod 'getPropertyAdapters' is not designed for extension - needs to be abstract, final or empty.117
errorMissing a Javadoc comment.117
error'<' is not preceded with whitespace.117
error'<' is not followed by whitespace.117
error'>' is not preceded with whitespace.117
errorLine is longer than 80 characters.118
errorLine contains a tab character.118
error'<' is not preceded with whitespace.118
error'<' is not followed by whitespace.118
error'>' is not preceded with whitespace.118
error'<' is not preceded with whitespace.118
error'<' is not followed by whitespace.118
error'>' is not preceded with whitespace.118
error'>' is not followed by whitespace.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.125
errorMethod 'getDecorator' is not designed for extension - needs to be abstract, final or empty.125
errorMissing a Javadoc comment.125
errorParameter id should be final.125
errorLine contains a tab character.126
errorLine contains a tab character.127
errorLine contains a tab character.129
errorMethod 'getFormat' is not designed for extension - needs to be abstract, final or empty.129
errorMissing a Javadoc comment.129
errorParameter id should be final.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorMethod 'registerControl' is not designed for extension - needs to be abstract, final or empty.137
errorParameter id should be final.137
errorExpected @param tag for 'id'.137
errorParameter control should be final.137
errorExpected @param tag for 'control'.137
error'if' construct must use '{}'s.138
errorLine contains a tab character.138
error'if' is not followed by whitespace.138
error'(' is followed by whitespace.138
error')' is preceded with whitespace.138
errorLine contains a tab character.139
error'<' is not preceded with whitespace.139
error'<' is not followed by whitespace.139
error',' is not followed by whitespace.139
error'>' is not preceded with whitespace.139
error'>' is not followed by whitespace.139
errorLine has trailing spaces.140
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine has trailing spaces.142
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine has trailing spaces.145
errorLine contains a tab character.145
errorLine contains a tab character.146
errorMethod 'removeControl' is not designed for extension - needs to be abstract, final or empty.146
errorMissing a Javadoc comment.146
errorParameter control should be final.146
error'if' construct must use '{}'s.147
errorLine contains a tab character.147
error'if' is not followed by whitespace.147
error'(' is followed by whitespace.147
error')' is preceded with whitespace.147
errorLine contains a tab character.148
errorLine contains a tab character.149
errorLine contains a tab character.152
errorMethod 'getControl' is not designed for extension - needs to be abstract, final or empty.152
errorMissing a Javadoc comment.152
errorParameter id should be final.152
error'if' construct must use '{}'s.153
errorLine contains a tab character.153
error'if' is not followed by whitespace.153
error'(' is followed by whitespace.153
error')' is preceded with whitespace.153
errorLine contains a tab character.154
errorLine contains a tab character.155
errorLine contains a tab character.156
errorLine contains a tab character.158
errorMethod 'getControls' is not designed for extension - needs to be abstract, final or empty.158
errorMissing a Javadoc comment.158
error'<' is not preceded with whitespace.158
error'<' is not followed by whitespace.158
error'>' is not preceded with whitespace.158
error'if' construct must use '{}'s.159
errorLine contains a tab character.159
error'if' is not followed by whitespace.159
errorLine has trailing spaces.160
errorLine contains a tab character.160
error'<' is not preceded with whitespace.160
error'<' is not followed by whitespace.160
error'>' is not preceded with whitespace.160
error'>' is not followed by whitespace.160
errorLine contains a tab character.161
error'<' is not preceded with whitespace.161
error'<' is not followed by whitespace.161
error'>' is not preceded with whitespace.161
error'>' is not followed by whitespace.161
error'(' is followed by whitespace.161
error')' is preceded with whitespace.161
errorLine contains a tab character.162
errorLine has trailing spaces.164
errorLine contains a tab character.164
errorLine has trailing spaces.165
errorLine contains a tab character.165
errorLine contains a tab character.166
errorLine has trailing spaces.167
errorLine contains a tab character.167
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 is longer than 80 characters.173
errorLine contains a tab character.173
errorMethod 'firePropertyChange' is not designed for extension - needs to be abstract, final or empty.173
errorParameter bindingId should be final.173
errorExpected @param tag for 'bindingId'.173
errorParameter oldValue should be final.173
errorExpected @param tag for 'oldValue'.173
errorParameter newValue should be final.173
errorExpected @param tag for 'newValue'.173
errorExpected @throws tag for 'BindingException'.173
errorRedundant throws: 'BindingException' is unchecked exception.173
errorLine is longer than 80 characters.175
errorLine contains a tab character.175
errorLine contains a tab character.176
errorLine has trailing spaces.178
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine is longer than 80 characters.182
errorLine contains a tab character.182
errorMethod 'firePropertyChange' is not designed for extension - needs to be abstract, final or empty.182
errorMissing a Javadoc comment.182
errorParameter event should be final.182
errorRedundant throws: 'BindingException' is unchecked exception.182
errorLine has trailing spaces.183
errorLine contains a tab character.183
errorLine contains a tab character.184
errorLine has trailing spaces.185
errorLine contains a tab character.185
errorLine contains a tab character.186
error'(' is followed by whitespace.186
error')' is preceded with whitespace.186
errorLine has trailing spaces.187
errorLine contains a tab character.187
errorLine contains a tab character.188
error'(' is followed by whitespace.188
error')' is preceded with whitespace.188
errorLine contains a tab character.189
errorLine has trailing spaces.190
errorLine contains a tab character.190
errorLine has trailing spaces.191
errorLine contains a tab character.191
errorLine contains a tab character.193
errorLine contains a tab character.194
errorLine has trailing spaces.195
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine contains a tab character.197
errorLine contains a tab character.198
errorParameter event should be final.198
errorExpected @param tag for 'event'.198
errorLine contains a tab character.199
errorLine has trailing spaces.200
errorLine contains a tab character.200
errorLine contains a tab character.201
error'(' is followed by whitespace.201
error')' is preceded with whitespace.201
errorLine has trailing spaces.202
errorLine contains a tab character.202
errorLine contains a tab character.203
errorLine contains a tab character.204
error'for' is not followed by whitespace.204
error'(' is followed by whitespace.204
error')' is preceded with whitespace.204
error'if' construct must use '{}'s.205
errorLine contains a tab character.205
error'if' is not followed by whitespace.205
error'(' is followed by whitespace.205
error'!' is followed by whitespace.205
error'==' is not preceded with whitespace.205
error'==' is not followed by whitespace.205
errorLine contains a tab character.206
errorLine contains a tab character.207
errorLine contains a tab character.208
errorLine contains a tab character.210
errorLine contains a tab character.211
errorLine has trailing spaces.212
errorLine contains a tab character.212
errorLine contains a tab character.213
errorLine contains a tab character.214
errorLine contains a tab character.215
errorParameter event should be final.215
errorExpected @param tag for 'event'.215
errorLine has trailing spaces.216
errorLine contains a tab character.216
errorLine contains a tab character.217
errorLine has trailing spaces.218
errorLine contains a tab character.218
errorLine contains a tab character.219
error'(' is followed by whitespace.219
error')' is preceded with whitespace.219
errorLine has trailing spaces.220
errorLine contains a tab character.220
errorLine contains a tab character.221
error'if' construct must use '{}'s.222
errorLine contains a tab character.222
error'if' is not followed by whitespace.222
error'(' is followed by whitespace.222
error'!' is followed by whitespace.222
error'(' is followed by whitespace.222
error'==' is not preceded with whitespace.222
error'==' is not followed by whitespace.222
error')' is preceded with whitespace.222
errorLine contains a tab character.223
errorLine contains a tab character.224
errorLine contains a tab character.226
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine contains a tab character.229
errorExpected an @return tag.230
errorLine contains a tab character.230
errorParameter event should be final.230
errorExpected @param tag for 'event'.230
error'if' construct must use '{}'s.231
errorLine contains a tab character.231
error'if' is not followed by whitespace.231
errorLine contains a tab character.232
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
errorLine has trailing spaces.237
errorLine contains a tab character.237
errorLine contains a tab character.238
errorLine has trailing spaces.239
errorLine contains a tab character.239
errorLine contains a tab character.240
errorLine contains a tab character.241
errorMethod 'propertyChange' is not designed for extension - needs to be abstract, final or empty.241
errorParameter event should be final.241
errorExpected @param tag for 'event'.241
errorLine has trailing spaces.242
errorLine contains a tab character.242
errorLine contains a tab character.243
error'(' is followed by whitespace.243
error')' is preceded with whitespace.243
errorLine has trailing spaces.244
errorLine contains a tab character.244
errorLine contains a tab character.245
errorLine has trailing spaces.246
errorLine contains a tab character.246
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine contains a tab character.250
errorLine has trailing spaces.251
errorLine contains a tab character.251
errorLine contains a tab character.252
errorLine contains a tab character.253
errorParameter event should be final.253
errorExpected @param tag for 'event'.253
errorLine contains a tab character.254
errorLine has trailing spaces.255
errorLine contains a tab character.255
errorComment matches to-do format 'TODO:'.256
errorLine contains a tab character.256
errorLine is longer than 80 characters.257
errorLine contains a tab character.257
error')' is preceded with whitespace.257
error'if' construct must use '{}'s.258
errorLine is longer than 80 characters.258
errorLine contains a tab character.258
errorLine contains a tab character.259
errorLine contains a tab character.260
errorLine is longer than 80 characters.262
errorLine contains a tab character.262
error')' is preceded with whitespace.262
error'if' construct must use '{}'s.263
errorLine is longer than 80 characters.263
errorLine contains a tab character.263
errorLine contains a tab character.264
errorLine contains a tab character.265
errorLine has trailing spaces.266
errorLine contains a tab character.266
errorLine has trailing spaces.267
errorLine contains a tab character.267
errorLine contains a tab character.268
errorLine has trailing spaces.271
errorLine contains a tab character.271
errorLine contains a tab character.272
errorLine has trailing spaces.273
errorLine contains a tab character.273
errorLine contains a tab character.274
errorLine contains a tab character.275
errorMethod 'addPropertyChangeListener' is not designed for extension - needs to be abstract, final or empty.275
errorParameter listener should be final.275
errorExpected @param tag for 'listener'.275
errorLine contains a tab character.276
errorLine contains a tab character.277
errorLine contains a tab character.279
errorLine contains a tab character.280
errorLine has trailing spaces.281
errorLine contains a tab character.281
errorLine contains a tab character.282
errorLine contains a tab character.283
errorLine contains a tab character.284
errorLine is longer than 80 characters.285
errorLine contains a tab character.285
errorMethod 'addPropertyChangeListener' is not designed for extension - needs to be abstract, final or empty.285
errorParameter propertyName should be final.285
errorExpected @param tag for 'propertyName'.285
errorParameter listener should be final.285
errorExpected @param tag for 'listener'.285
errorLine contains a tab character.286
errorLine contains a tab character.287
errorLine contains a tab character.289
errorLine has trailing spaces.290
errorLine contains a tab character.290
errorLine contains a tab character.291
errorLine is longer than 80 characters.292
errorLine contains a tab character.292
errorMethod 'removePropertyChangeListener' is not designed for extension - needs to be abstract, final or empty.292
errorParameter listener should be final.292
errorExpected @param tag for 'listener'.292
errorLine contains a tab character.293
errorLine contains a tab character.294
errorLine contains a tab character.296
errorLine has trailing spaces.297
errorLine contains a tab character.297
errorLine has trailing spaces.298
errorLine contains a tab character.298
errorLine contains a tab character.299
errorLine contains a tab character.300
errorLine contains a tab character.301
errorLine is longer than 80 characters.302
errorLine contains a tab character.302
errorMethod 'removePropertyChangeListener' is not designed for extension - needs to be abstract, final or empty.302
errorParameter propertyName should be final.302
errorExpected @param tag for 'propertyName'.302
errorParameter listener should be final.302
errorExpected @param tag for 'listener'.302
errorLine contains a tab character.303
errorLine contains a tab character.304
errorLine contains a tab character.306
errorLine contains a tab character.307
errorLine contains a tab character.308
errorLine contains a tab character.309
errorMethod 'synchronize' is not designed for extension - needs to be abstract, final or empty.309
errorMissing a Javadoc comment.309
errorLine contains a tab character.310
errorLine contains a tab character.311
error'for' is not followed by whitespace.311
error':' is not preceded with whitespace.311
errorLine contains a tab character.312
errorLine contains a tab character.313
errorLine contains a tab character.314
errorLine contains a tab character.315
error'for' is not followed by whitespace.315
error':' is not preceded with whitespace.315
errorLine contains a tab character.316
errorLine contains a tab character.317
errorLine contains a tab character.318
errorLine contains a tab character.320
errorLine contains a tab character.321
errorLine contains a tab character.322
errorLine contains a tab character.323
errorMethod 'isValid' is not designed for extension - needs to be abstract, final or empty.323
errorMissing a Javadoc comment.323
errorLine has trailing spaces.324
errorLine contains a tab character.324
errorLine has trailing spaces.325
errorLine contains a tab character.325
errorLine contains a tab character.326
error'for' is not followed by whitespace.326
error':' is not preceded with whitespace.326
error'if' construct must use '{}'s.327
errorLine contains a tab character.327
error'if' is not followed by whitespace.327
error'(' is followed by whitespace.327
error'!' is followed by whitespace.327
error')' is preceded with whitespace.327
errorLine contains a tab character.328
errorLine contains a tab character.329
errorLine contains a tab character.330
errorLine contains a tab character.331
error'for' is not followed by whitespace.331
error':' is not preceded with whitespace.331
error'if' construct must use '{}'s.332
errorLine contains a tab character.332
error'if' is not followed by whitespace.332
error'(' is followed by whitespace.332
error'!' is followed by whitespace.332
error')' is preceded with whitespace.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 has trailing spaces.337
errorLine contains a tab character.337
errorLine has trailing spaces.338
errorLine contains a tab character.338
errorLine contains a tab character.339
errorLine contains a tab character.340
errorLine contains a tab character.341
errorLine contains a tab character.342
errorMethod 'isDirty' is not designed for extension - needs to be abstract, final or empty.342
errorMissing a Javadoc comment.342
errorLine has trailing spaces.343
errorLine contains a tab character.343
errorLine contains a tab character.344
error'for' is not followed by whitespace.344
error':' is not preceded with whitespace.344
error'if' construct must use '{}'s.345
errorLine contains a tab character.345
error'if' is not followed by whitespace.345
error'(' is followed by whitespace.345
error')' is preceded with whitespace.345
errorLine contains a tab character.346
errorLine contains a tab character.347
errorLine contains a tab character.348
errorLine contains a tab character.349
error'for' is not followed by whitespace.349
error':' is not preceded with whitespace.349
error'if' construct must use '{}'s.350
errorLine contains a tab character.350
error'if' is not followed by whitespace.350
error'(' is followed by whitespace.350
error')' is preceded with whitespace.350
errorLine contains a tab character.351
errorLine contains a tab character.352
errorLine contains a tab character.353
errorLine contains a tab character.354
errorLine has trailing spaces.355
errorLine contains a tab character.355
errorLine contains a tab character.356
errorLine contains a tab character.357
errorLine contains a tab character.358
errorLine contains a tab character.359
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.359
errorMissing a Javadoc comment.359
errorLine has trailing spaces.360
errorLine contains a tab character.360
errorLine contains a tab character.361
error'for' is not followed by whitespace.361
error':' is not preceded with whitespace.361
errorLine contains a tab character.362
errorLine contains a tab character.363
errorLine contains a tab character.364
errorLine contains a tab character.365
error'for' is not followed by whitespace.365
error':' is not preceded with whitespace.365
errorLine contains a tab character.366
errorLine contains a tab character.367
errorLine contains a tab character.368
errorLine has trailing spaces.369
errorLine contains a tab character.369
errorLine has trailing spaces.370
errorLine contains a tab character.370
errorLine contains a tab character.372
errorLine contains a tab character.373
errorLine contains a tab character.374
errorLine contains a tab character.375
errorMethod 'validate' is not designed for extension - needs to be abstract, final or empty.375
errorMissing a Javadoc comment.375
errorLine has trailing spaces.376
errorLine contains a tab character.376
errorLine contains a tab character.377
error'for' is not followed by whitespace.377
error':' is not preceded with whitespace.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
error'for' is not followed by whitespace.381
error':' is not preceded with whitespace.381
errorLine contains a tab character.382
errorLine contains a tab character.383
errorLine contains a tab character.384
errorLine contains a tab character.386
errorMethod 'removeChild' is not designed for extension - needs to be abstract, final or empty.386
errorMissing a Javadoc comment.386
errorParameter context should be final.386
errorLine contains a tab character.387
errorLine contains a tab character.388
errorLine contains a tab character.390
errorLine contains a tab character.391
errorLine contains a tab character.392
errorLine contains a tab character.393
errorMethod 'getPresentationModel' is not designed for extension - needs to be abstract, final or empty.393
errorLine contains a tab character.394
errorLine contains a tab character.395
errorLine contains a tab character.397
errorLine contains a tab character.398
errorLine contains a tab character.399
errorLine contains a tab character.400
errorMethod 'setPresentationModel' is not designed for extension - needs to be abstract, final or empty.400
errorParameter presentationModel should be final.400
errorLine contains a tab character.401
errorLine contains a tab character.402
errorLine contains a tab character.403
errorLine has trailing spaces.405
errorLine contains a tab character.405

net/sf/echobinding/validation/ValidationReport.java

ViolationMessageLine
errorLine is longer than 80 characters.33
errorLine has trailing spaces.34
errorLine contains a tab character.39
errorMissing a Javadoc comment.39
errorName '_isValid' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorName '_message' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
errorLine has trailing spaces.41
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorParameter isValid should be final.46
errorExpected @param tag for 'isValid'.46
errorParameter message should be final.46
errorExpected @param tag for 'message'.46
errorLine contains a tab character.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorMethod 'isValid' is not designed for extension - needs to be abstract, final or empty.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.61
errorMethod 'setValid' is not designed for extension - needs to be abstract, final or empty.61
errorParameter isValid should be final.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorMethod 'getMessage' is not designed for extension - needs to be abstract, final or empty.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 contains a tab character.72
errorLine contains a tab character.73
errorMethod 'setMessage' is not designed for extension - needs to be abstract, final or empty.73
errorParameter message should be final.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine has trailing spaces.76
errorLine contains a tab character.76
errorLine has trailing spaces.77
errorLine contains a tab character.77

net/sf/echobinding/table/BoundTableHeaderRenderer.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - nextapp.echo2.app.*.33
errorLine has trailing spaces.38
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine has trailing spaces.46
errorLine contains a tab character.46
errorLine is longer than 80 characters.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine is longer than 80 characters.50
errorLine contains a tab character.50
errorMethod 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
errorParameter table should be final.50
errorParameter value should be final.50
errorLine contains a tab character.51
errorParameter col should be final.51
errorParameter row should be final.51
errorLine has trailing spaces.52
errorLine contains a tab character.52
errorLine has trailing spaces.53
errorLine is longer than 80 characters.53
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 is longer than 80 characters.57
errorLine contains a tab character.57
error'cast' is not followed by whitespace.57
errorLine contains a tab character.58
errorLine has trailing spaces.59
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
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
errorExpected an @return tag.70
errorLine is longer than 80 characters.70
errorLine contains a tab character.70
errorMethod 'createHeaderComponent' is not designed for extension - needs to be abstract, final or empty.70
errorParameter table should be final.70
errorExpected @param tag for 'table'.70
errorParameter value should be final.70
errorExpected @param tag for 'value'.70
errorParameter col should be final.70
errorExpected @param tag for 'col'.70
errorParameter row should be final.70
errorExpected @param tag for 'row'.70
errorLine contains a tab character.71
error'(' is followed by whitespace.71
error')' is preceded with whitespace.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine has trailing spaces.76
errorLine contains a tab character.76

net/sf/echobinding/datacontrol/FormColumnTable.java

ViolationMessageLine
errorLine has trailing spaces.54
errorType Javadoc comment is missing an @param <T> tag.56
error'<' is not preceded with whitespace.56
error'<' is not followed by whitespace.56
error'>' is not preceded with whitespace.56
errorLine contains a tab character.57
error'<' is not preceded with whitespace.57
error'<' is not followed by whitespace.57
error'>' is not preceded with whitespace.57
errorLine contains a tab character.59
errorMissing a Javadoc comment.59
error'<' is not preceded with whitespace.59
error'<' is not followed by whitespace.59
error'>' is not preceded with whitespace.59
errorName '_list' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
errorVariable '_list' must be private and have accessor methods.59
errorLine contains a tab character.61
errorMissing a Javadoc comment.61
errorName '_ctx' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
errorVariable '_ctx' must be private and have accessor methods.61
errorLine contains a tab character.63
errorMissing a Javadoc comment.63
errorName '_actionListener' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
errorVariable '_actionListener' must be private and have accessor methods.63
errorLine contains a tab character.65
errorMissing a Javadoc comment.65
error'<' is not preceded with whitespace.65
error'<' is not followed by whitespace.65
error'>' is not preceded with whitespace.65
errorName '_persistenceManager' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorLine has trailing spaces.68
errorLine contains a tab character.68
errorLine has trailing spaces.69
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 contains a tab character.73
errorLine contains a tab character.74
errorParameter list should be final.74
error'<' is not preceded with whitespace.74
error'<' is not followed by whitespace.74
error'>' is not preceded with whitespace.74
errorExpected @param tag for 'list'.74
errorParameter ctx should be final.74
errorExpected @param tag for 'ctx'.74
errorLine contains a tab character.75
errorLine has trailing spaces.76
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.85
errorMissing a Javadoc comment.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.91
errorLine has trailing spaces.92
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.94
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
error'(' is followed by whitespace.98
error')' is preceded with whitespace.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.102
errorLine has trailing spaces.103
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
errorExpected an @return tag.108
errorLine contains a tab character.108
errorParameter index should be final.108
errorExpected @param tag for 'index'.108
errorParameter bean should be final.108
errorExpected @param tag for 'bean'.108
errorLine is longer than 80 characters.109
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine has trailing spaces.111
errorLine contains a tab character.111
errorLine contains a tab character.112
error'(' is followed by whitespace.112
error')' is preceded with whitespace.112
errorLine has trailing spaces.113
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.117
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine is longer than 80 characters.120
errorLine contains a tab character.120
errorParameter presentationModel should be final.120
errorExpected @param tag for 'presentationModel'.120
error'if' construct must use '{}'s.121
errorLine contains a tab character.121
error'if' is not followed by whitespace.121
error'!=' is not preceded with whitespace.121
error'!=' is not followed by whitespace.121
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.125
errorLine has trailing spaces.126
errorLine contains a tab character.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 contains a tab character.130
errorLine contains a tab character.131
errorExpected an @return tag.132
errorLine contains a tab character.132
errorExpected @param tag for 'ctx'.132
errorExpected @param tag for 'rowNumber'.132
errorLine contains a tab character.135
errorMethod 'addRow' is not designed for extension - needs to be abstract, final or empty.135
errorMissing a Javadoc comment.135
errorLine contains a tab character.136
errorLine contains a tab character.137
error'(' is followed by whitespace.137
error')' is preceded with whitespace.137
errorLine contains a tab character.138
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorParameter newObject should be final.143
errorExpected @param tag for 'newObject'.143
errorLine contains a tab character.144
errorLine contains a tab character.145
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorExpected an @return tag.152
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine contains a tab character.156
errorMethod 'deleteRow' is not designed for extension - needs to be abstract, final or empty.156
errorMissing a Javadoc comment.156
errorParameter context should be final.156
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.159
errorLine has trailing spaces.160
errorLine contains a tab character.160
error'if' construct must use '{}'s.161
errorLine contains a tab character.161
error'if' is not followed by whitespace.161
errorLine contains a tab character.162
errorLine has trailing spaces.163
errorLine contains a tab character.163
errorLine contains a tab character.164
errorLine contains a tab character.165
errorLine has trailing spaces.166
errorLine contains a tab character.166
errorLine has trailing spaces.167
errorLine contains a tab character.167
errorLine contains a tab character.168
errorLine is longer than 80 characters.169
errorLine contains a tab character.169
errorLine contains a tab character.170
errorLine contains a tab character.171
errorMethod 'copyRow' is not designed for extension - needs to be abstract, final or empty.171
errorMissing a Javadoc comment.171
errorParameter context should be final.171
errorLine contains a tab character.172
errorLine contains a tab character.173
errorLine has trailing spaces.174
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine contains a tab character.177
errorLine is longer than 80 characters.178
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorMethod 'saveRow' is not designed for extension - needs to be abstract, final or empty.180
errorMissing a Javadoc comment.180
errorParameter context should be final.180
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine contains a tab character.183
errorLine has trailing spaces.184
errorLine contains a tab character.184
errorLine contains a tab character.185
errorLine is longer than 80 characters.186
errorLine contains a tab character.186
errorLine contains a tab character.187
errorLine contains a tab character.188
errorMissing a Javadoc comment.188
errorParameter context should be final.188
errorLine contains a tab character.189
errorLine contains a tab character.191
errorMethod 'getActionListener' is not designed for extension - needs to be abstract, final or empty.191
errorMissing a Javadoc comment.191
errorLine contains a tab character.192
errorLine contains a tab character.193
errorLine contains a tab character.195
errorMethod 'setActionListener' is not designed for extension - needs to be abstract, final or empty.195
errorMissing a Javadoc comment.195
errorParameter actionListener should be final.195
errorLine contains a tab character.196
errorLine contains a tab character.197
errorLine has trailing spaces.198
errorLine contains a tab character.198
errorLine contains a tab character.199
errorMethod 'isPersistent' is not designed for extension - needs to be abstract, final or empty.199
errorMissing a Javadoc comment.199
errorLine contains a tab character.200
errorParameter row should be final.200
errorLine contains a tab character.201
errorLine contains a tab character.202
errorLine contains a tab character.203
errorLine has trailing spaces.204
errorLine contains a tab character.204
errorLine contains a tab character.205
errorLine contains a tab character.206
errorLine has trailing spaces.207
errorLine contains a tab character.207
errorLine contains a tab character.208
errorLine contains a tab character.209
errorLine contains a tab character.210
errorLine contains a tab character.211
errorMethod 'save' is not designed for extension - needs to be abstract, final or empty.211
errorLine contains a tab character.212
error'for' is not followed by whitespace.212
errorLine contains a tab character.213
errorLine contains a tab character.214
errorLine contains a tab character.215
errorLine has trailing spaces.216
errorLine contains a tab character.216
errorLine contains a tab character.217
errorLine is longer than 80 characters.218
errorLine contains a tab character.218
errorLine contains a tab character.219
errorLine has trailing spaces.220
errorLine contains a tab character.220
errorLine contains a tab character.221
errorLine contains a tab character.222
errorLine contains a tab character.223
errorMethod 'getPersistenceManager' is not designed for extension - needs to be abstract, final or empty.223
error'<' is not preceded with whitespace.223
error'<' is not followed by whitespace.223
error'>' is not preceded with whitespace.223
error'if' construct must use '{}'s.224
errorLine contains a tab character.224
error'if' is not followed by whitespace.224
errorLine is longer than 80 characters.225
errorLine contains a tab character.225
error'<' is not preceded with whitespace.225
error'<' is not followed by whitespace.225
error'>' is not preceded with whitespace.225
error'>' is not followed by whitespace.225
errorLine contains a tab character.226
errorLine contains a tab character.227
errorLine contains a tab character.229
errorLine contains a tab character.230
errorLine has trailing spaces.231
errorLine contains a tab character.231
errorLine contains a tab character.232
errorLine contains a tab character.233
errorLine is longer than 80 characters.234
errorLine contains a tab character.234
errorMethod 'setPersistenceManager' is not designed for extension - needs to be abstract, final or empty.234
errorParameter persistenceManager should be final.234
error'<' is not preceded with whitespace.234
error'<' is not followed by whitespace.234
error'>' is not preceded with whitespace.234
errorLine contains a tab character.235
errorLine contains a tab character.236
errorLine contains a tab character.238
errorLine contains a tab character.239
errorLine has trailing spaces.240
errorLine contains a tab character.240
errorLine contains a tab character.241
errorLine contains a tab character.242
errorLine contains a tab character.243
errorMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.243
errorLine contains a tab character.244
errorLine contains a tab character.245
errorLine has trailing spaces.246
errorLine contains a tab character.246
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine has trailing spaces.249
errorLine contains a tab character.249
errorLine contains a tab character.250
errorLine contains a tab character.251
errorLine contains a tab character.252
errorMethod 'setContext' is not designed for extension - needs to be abstract, final or empty.252
errorParameter ctx should be final.252
errorLine contains a tab character.253
errorLine contains a tab character.254
errorLine has trailing spaces.255
errorLine contains a tab character.255
errorLine contains a tab character.256
errorLine contains a tab character.257
errorLine has trailing spaces.258
errorLine contains a tab character.258
errorLine contains a tab character.259
errorLine contains a tab character.260
errorLine contains a tab character.261
errorMethod 'getList' is not designed for extension - needs to be abstract, final or empty.261
error'<' is not preceded with whitespace.261
error'<' is not followed by whitespace.261
error'>' is not preceded with whitespace.261
errorLine contains a tab character.262
errorLine contains a tab character.263
errorLine has trailing spaces.264
errorLine contains a tab character.264
errorLine contains a tab character.265
errorLine contains a tab character.266
errorLine has trailing spaces.267
errorLine contains a tab character.267
errorLine contains a tab character.268
errorLine contains a tab character.269
errorLine contains a tab character.270
errorLine contains a tab character.271
errorMethod 'setList' is not designed for extension - needs to be abstract, final or empty.271
errorParameter list should be final.271
error'<' is not preceded with whitespace.271
error'<' is not followed by whitespace.271
error'>' is not preceded with whitespace.271
errorLine contains a tab character.272
errorLine contains a tab character.273

net/sf/echobinding/validation/DateValidator.java

ViolationMessageLine
errorMissing a Javadoc comment.33
errorLine contains a tab character.35
errorMissing a Javadoc comment.35
errorName '_dateFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'.35
errorLine has trailing spaces.36
errorLine contains a tab character.36
errorLine contains a tab character.37
errorMissing a Javadoc comment.37
errorParameter dateFormat should be final.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.41
errorMethod 'validate' is not designed for extension - needs to be abstract, final or empty.41
errorMissing a Javadoc comment.41
errorParameter bean should be final.41
errorParameter input should be final.41
errorLine contains a tab character.42
errorLine contains a tab character.43
error'{' should be on the previous line.43
errorLine contains a tab character.44
errorLine contains a tab character.45
error'}' should be on the same line.45
errorLine contains a tab character.46
errorLine contains a tab character.47
error'{' should be on the previous line.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52

net/sf/echobinding/event/SelectionChangeListener.java

ViolationMessageLine
errorLine contains a tab character.41
errorMissing a Javadoc comment.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorMissing a Javadoc comment.43
errorName '_table' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorParameter table should be final.48
errorExpected @param tag for 'table'.48
error')' is preceded with whitespace.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.52
errorLine is longer than 80 characters.53
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorMethod 'stateChanged' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
errorParameter e should be final.55
errorLine has trailing spaces.56
errorLine contains a tab character.56
errorLine contains a tab character.57
error'cast' is not followed by whitespace.57
errorLine has trailing spaces.58
errorLine contains a tab character.58
error'(' is followed by whitespace.59
error'!' is followed by whitespace.59
error')' is preceded with whitespace.59
errorLine contains a tab character.68

net/sf/echobinding/table/TableSelectionListener.java

ViolationMessageLine
errorFile does not end with a newline.0
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35
errorLine contains a tab character.37
errorMissing a Javadoc comment.37

net/sf/echobinding/validation/NumberValidator.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.text.*.31
errorLine has trailing spaces.35
error'{' should be on the previous line.39
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorName '_format' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
errorLine has trailing spaces.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
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorParameter pattern should be final.47
errorLine contains a tab character.48
error'{' should be on the previous line.48
errorLine contains a tab character.49
errorLine contains a tab character.50
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
errorExpected an @return tag.57
errorLine contains a tab character.57
errorMethod 'validate' is not designed for extension - needs to be abstract, final or empty.57
errorParameter bean should be final.57
errorExpected @param tag for 'bean'.57
errorParameter input should be final.57
errorLine contains a tab character.58
errorLine contains a tab character.59
error'{' should be on the previous line.59
errorLine contains a tab character.60
errorLine contains a tab character.61
error'}' should be on the same line.61
errorLine contains a tab character.62
errorLine contains a tab character.63
error'{' should be on the previous line.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.69

net/sf/echobinding/format/DateFormat.java

ViolationMessageLine
errorLine contains a tab character.39
errorMissing a Javadoc comment.39
errorName '_datePattern' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorName '_sdf' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
errorLine has trailing spaces.41
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorParameter datePattern should be final.45
errorExpected @param tag for 'datePattern'.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
error'(' is followed by whitespace.48
error')' is preceded with whitespace.48
errorLine contains a tab character.49
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorMethod 'format' is not designed for extension - needs to be abstract, final or empty.54
errorMissing a Javadoc comment.54
errorParameter obj should be final.54
errorLine contains a tab character.55
error'(' is followed by whitespace.55
error')' is preceded with whitespace.55
errorLine contains a tab character.56
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorMethod 'parse' is not designed for extension - needs to be abstract, final or empty.61
errorMissing a Javadoc comment.61
errorParameter source should be final.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
error'(' is followed by whitespace.64
error')' is preceded with whitespace.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

net/sf/echobinding/validation/RegexValidator.java

ViolationMessageLine
errorLine has trailing spaces.35
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorName '_pattern' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
errorLine contains a tab character.41
errorMissing a Javadoc comment.41
errorName '_regex' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine has trailing spaces.45
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorParameter regex should be final.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 has trailing spaces.55
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorExpected an @return tag.58
errorLine contains a tab character.58
errorMethod 'validate' is not designed for extension - needs to be abstract, final or empty.58
errorParameter bean should be final.58
errorExpected @param tag for 'bean'.58
errorParameter input should be final.58
error'if' construct must use '{}'s.59
errorLine contains a tab character.59
error'if' is not followed by whitespace.59
errorLine contains a tab character.60
errorLine has trailing spaces.61
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
error'if' construct must use '{}'s.65
errorLine contains a tab character.65
error'if' is not followed by whitespace.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
error'+' is not followed by whitespace.66
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69

net/sf/echobinding/binding/OgnlPropertyAdapter.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - ognl.*.37
errorUnused import - org.hibernate.Hibernate.40
errorLine is longer than 80 characters.43
errorLine has trailing spaces.45
errorLine contains a tab character.49
errorMissing a Javadoc comment.49
errorLine is longer than 80 characters.50
errorLine contains a tab character.50
errorName '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'.50
errorLine has trailing spaces.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorMissing a Javadoc comment.52
errorName '_expression' must match pattern '^[a-z][a-zA-Z0-9]*$'.52
errorLine has trailing spaces.53
errorLine contains a tab character.53
errorLine contains a tab character.54
errorMissing a Javadoc comment.54
errorName '_parsedExpression' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
errorLine has trailing spaces.55
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine is longer than 80 characters.57
errorLine contains a tab character.57
errorLine 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
errorParameter expression should be final.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine has trailing spaces.64
errorLine contains a tab character.64
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.69
errorMissing a Javadoc comment.69
errorParameter bean should be final.69
errorParameter value should be final.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76
errorParameter bean should be final.76
errorRedundant throws: 'BindingException' is unchecked exception.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.81
errorLine has trailing spaces.82
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 is longer than 80 characters.89
errorLine contains a tab character.89
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.89
errorParameter context should be final.89
errorExpected @param tag for 'context'.89
errorParameter bean should be final.89
errorExpected @param tag for 'bean'.89
errorParameter value should be final.89
errorExpected @param tag for 'value'.89
errorExpected @throws tag for 'BindingException'.89
errorRedundant throws: 'BindingException' is unchecked exception.89
errorLine has trailing spaces.90
errorLine contains a tab character.90
errorLine has trailing spaces.91
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
error'if' is not followed by whitespace.93
errorLine is longer than 80 characters.94
errorLine contains a tab character.94
error'else' construct must use '{}'s.95
errorLine contains a tab character.95
errorLine is longer than 80 characters.96
errorLine contains a tab character.96
error'}' should be on the same line.97
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.102
errorLine has trailing spaces.103
errorLine contains a tab character.103
errorLine has trailing spaces.104
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine has trailing spaces.106
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.110
errorExpected an @return tag.111
errorLine contains a tab character.111
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.111
errorParameter context should be final.111
errorExpected @param tag for 'context'.111
errorParameter bean should be final.111
errorExpected @param tag for 'bean'.111
error'if' construct must use '{}'s.112
errorLine contains a tab character.112
errorLine is longer than 80 characters.113
errorLine contains a tab character.113
errorLine has trailing spaces.114
errorLine contains a tab character.114
errorLine is longer than 80 characters.115
errorLine contains a tab character.115
errorLine has trailing spaces.116
errorLine contains a tab character.116
errorLine contains a tab character.117
error'if' construct must use '{}'s.119
errorLine contains a tab character.119
error'if' is not followed by whitespace.119
errorLine is longer than 80 characters.120
errorLine contains a tab character.120
error'(' is followed by whitespace.120
error')' is preceded with whitespace.120
error'else' construct must use '{}'s.121
errorLine contains a tab character.121
errorLine contains a tab character.122
error'(' is followed by whitespace.122
error')' is preceded with whitespace.122
error'}' should be on the same line.123
errorLine is longer than 80 characters.125
errorLine contains a tab character.125
error'(' is followed by whitespace.125
error')' is preceded with whitespace.125
errorLine contains a tab character.126
error'=' is not followed by whitespace.126
errorLine contains a tab character.127
error'if' is not followed by whitespace.127
errorLine contains a tab character.128
error'if' is not followed by whitespace.128
errorLine is longer than 80 characters.129
errorLine contains a tab character.129
error'=' is not preceded with whitespace.129
error'=' is not followed by whitespace.129
error'+' is not preceded with whitespace.129
error'+' is not followed by whitespace.129
error'+' is not preceded with whitespace.129
error'+' is not followed by whitespace.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine is longer than 80 characters.132
error'+' is not preceded with whitespace.132
error'+' is not followed by whitespace.132
error'+' is not preceded with whitespace.132
error'+' is not followed by whitespace.132
error'+' is not preceded with whitespace.132
error'+' is not followed by whitespace.132
error'+' is not preceded with whitespace.132
error'+' is not followed by whitespace.132
error'+' is not preceded with whitespace.132
error'+' is not followed by whitespace.132
error'+' is not preceded with whitespace.132
error'+' is not followed by whitespace.132
errorLine is longer than 80 characters.134
errorAvoid inline conditionals.135
errorLine contains a tab character.136
errorLine has trailing spaces.138
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine has trailing spaces.140
errorLine contains a tab character.140
errorLine has trailing spaces.141
errorLine contains a tab character.141
errorLine has trailing spaces.142
errorLine contains a tab character.142
errorLine has trailing spaces.143
errorLine contains a tab character.143
errorLine has trailing spaces.144
errorLine contains a tab character.144
errorLine has trailing spaces.145
errorLine contains a tab character.145
errorLine has trailing spaces.146
errorLine contains a tab character.146
errorLine has trailing spaces.147
errorLine contains a tab character.147
errorLine has trailing spaces.148
errorLine contains a tab character.148
errorLine contains a tab character.149
errorExpected an @return tag.150
errorLine contains a tab character.150
errorMethod 'validateBean' is not designed for extension - needs to be abstract, final or empty.150
errorParameter bean should be final.150
errorExpected @param tag for 'bean'.150
errorParameter value should be final.150
errorExpected @param tag for 'value'.150
errorLine has trailing spaces.151
errorLine contains a tab character.151
errorLine contains a tab character.152
errorLine contains a tab character.154
errorLine contains a tab character.155
error'if' is not followed by whitespace.155
error'!=' is not preceded with whitespace.155
error'!=' is not followed by whitespace.155
errorLine is longer than 80 characters.156
errorLine contains a tab character.156
error'(' is followed by whitespace.156
error'+' is not preceded with whitespace.156
error'+' is not followed by whitespace.156
error'+' is not preceded with whitespace.156
error'+' is not followed by whitespace.156
error')' is preceded with whitespace.156
errorLine contains a tab character.157
error'(' is followed by whitespace.157
error')' is preceded with whitespace.157
errorLine contains a tab character.158
errorLine has trailing spaces.159
errorLine contains a tab character.159
errorLine contains a tab character.160
errorLine contains a tab character.161
errorLine has trailing spaces.162
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.164
error'for' is not followed by whitespace.164
error'(' is followed by whitespace.164
error')' is preceded with whitespace.164
errorLine has trailing spaces.165
errorLine contains a tab character.165
errorLine contains a tab character.166
errorLine contains a tab character.167
errorLine has trailing spaces.168
errorLine contains a tab character.168
errorLine is longer than 80 characters.169
errorLine contains a tab character.169
errorLine has trailing spaces.170
errorLine contains a tab character.170
errorLine is longer than 80 characters.171
errorLine contains a tab character.171
errorLine contains a tab character.172
errorLine contains a tab character.173
error'(' is followed by whitespace.173
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 has trailing spaces.178
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine has trailing spaces.181
errorLine contains a tab character.181
errorLine has trailing spaces.182
errorLine contains a tab character.182
errorLine has trailing spaces.183
errorLine contains a tab character.183
errorLine contains a tab character.184
errorLine is longer than 80 characters.185
errorLine contains a tab character.185
errorLine contains a tab character.186
errorLine contains a tab character.187
errorMethod 'validate' is not designed for extension - needs to be abstract, final or empty.187
errorMissing a Javadoc comment.187
errorLine contains a tab character.188
errorParameter bean should be final.188
errorParameter value should be final.188
errorLine contains a tab character.189
error'(' is followed by whitespace.189
error')' is preceded with whitespace.189
errorLine has trailing spaces.190
errorLine contains a tab character.190
errorLine contains a tab character.191
error'if' construct must use '{}'s.192
errorLine contains a tab character.192
error'if' is not followed by whitespace.192
errorLine contains a tab character.193
error'(' is followed by whitespace.193
error')' is preceded with whitespace.193
errorLine has trailing spaces.194
errorLine contains a tab character.194
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine contains a tab character.199
errorMethod 'newInstance' is not designed for extension - needs to be abstract, final or empty.199
errorMissing a Javadoc comment.199
errorLine has trailing spaces.200
errorLine contains a tab character.200
errorLine is longer than 80 characters.201
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.207
errorLine contains a tab character.209
errorLine contains a tab character.210
errorLine contains a tab character.213
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.213
errorMissing a Javadoc comment.213
errorLine contains a tab character.214
errorLine contains a tab character.215
error'+' is not preceded with whitespace.215
error'+' is not followed by whitespace.215
error'+' is not preceded with whitespace.215
error'+' is not followed by whitespace.215
error'+' is not preceded with whitespace.215
error'+' is not followed by whitespace.215
errorLine contains a tab character.216
errorLine contains a tab character.219
errorLine contains a tab character.220
errorLine contains a tab character.221
errorLine contains a tab character.222
errorMethod 'getParsedExpression' is not designed for extension - needs to be abstract, final or empty.222
errorLine contains a tab character.223
errorLine contains a tab character.224
errorLine has trailing spaces.226
errorLine contains a tab character.226
errorLine contains a tab character.227
errorLine has trailing spaces.228
errorLine contains a tab character.228
errorLine contains a tab character.229
errorLine contains a tab character.230
errorLine contains a tab character.231
errorMethod 'getExpression' is not designed for extension - needs to be abstract, final or empty.231
errorLine contains a tab character.232
errorLine contains a tab character.233
errorLine contains a tab character.235
errorLine contains a tab character.236
errorLine has trailing spaces.237
errorLine contains a tab character.237
errorLine contains a tab character.238
errorUnused @param tag for 'the'.238
errorUnused Javadoc tag.239
errorLine contains a tab character.239
errorLine contains a tab character.240
errorLine contains a tab character.241
errorMethod 'setExpression' is not designed for extension - needs to be abstract, final or empty.241
errorParameter expression should be final.241
errorExpected @param tag for 'expression'.241
errorLine contains a tab character.242
errorLine contains a tab character.243
error'(' is followed by whitespace.243
error')' is preceded with whitespace.243
errorLine contains a tab character.244
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine contains a tab character.249
errorLine contains a tab character.250
errorExpected an @return tag.251
errorLine contains a tab character.251
errorParameter expression should be final.251
errorExpected @param tag for 'expression'.251
errorLine contains a tab character.252
errorLine contains a tab character.253
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 has trailing spaces.261
errorLine contains a tab character.261
errorLine has trailing spaces.262
errorLine contains a tab character.262
errorLine contains a tab character.263
errorMethod 'getLabel' is not designed for extension - needs to be abstract, final or empty.263
errorMissing a Javadoc comment.263
errorLine contains a tab character.264
error'if' construct must use '{}'s.265
errorLine contains a tab character.265
error'if' is not followed by whitespace.265
errorLine contains a tab character.266
errorLine contains a tab character.267
errorLine contains a tab character.268
errorLine contains a tab character.269
errorLine has trailing spaces.270
errorLine contains a tab character.270
errorLine contains a tab character.271
errorLine contains a tab character.272
errorExpected an @return tag.273
errorLine contains a tab character.273
errorLine has trailing spaces.274
errorLine contains a tab character.274
errorLine contains a tab character.275
error'=' is not followed by whitespace.275
errorLine is longer than 80 characters.276
errorLine contains a tab character.276
errorLine contains a tab character.277
error'while' is not followed by whitespace.277
errorLine contains a tab character.278
errorLine is longer than 80 characters.279
errorLine contains a tab character.279
error',' is not followed by whitespace.279
errorLine contains a tab character.280
errorLine has trailing spaces.281
errorLine contains a tab character.281
errorLine contains a tab character.282
errorLine contains a tab character.283
errorLine contains a tab character.286
errorLine contains a tab character.287
errorLine contains a tab character.288
errorExpected an @return tag.289
errorLine contains a tab character.289
errorMethod 'getOgnlContextName' is not designed for extension - needs to be abstract, final or empty.289
errorLine contains a tab character.291
error'(' is followed by whitespace.291
error')' is preceded with whitespace.291
errorLine contains a tab character.292
error'(' is followed by whitespace.292
error')' is preceded with whitespace.292
error'if' construct must use '{}'s.293
errorLine contains a tab character.293
error'if' is not followed by whitespace.293
errorLine contains a tab character.294
error'(' is followed by whitespace.294
error')' is preceded with whitespace.294
errorLine contains a tab character.295
errorLine contains a tab character.296
errorLine has trailing spaces.297
errorLine contains a tab character.297

net/sf/echobinding/controls/SelectField.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - net.sf.echobinding.validation.*.39
errorUsing the '.*' form of import should be avoided - nextapp.echo2.app.event.*.40
errorLine has trailing spaces.44
errorLine contains a tab character.47
errorLine contains a tab character.49
errorMissing a Javadoc comment.49
errorLine contains a tab character.51
errorMissing a Javadoc comment.51
errorName '_ctx' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
errorLine contains a tab character.53
errorMissing a Javadoc comment.53
errorName '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.53
errorLine contains a tab character.55
errorMissing a Javadoc comment.55
errorName '_itemsAdapterId' must match pattern '^[a-z][a-zA-Z0-9]*$'.55
errorLine contains a tab character.57
errorMissing a Javadoc comment.57
error'<' is not preceded with whitespace.57
error'<' is not followed by whitespace.57
error'>' is not preceded with whitespace.57
errorName '_listItems' must match pattern '^[a-z][a-zA-Z0-9]*$'.57
errorLine contains a tab character.59
errorMissing a Javadoc comment.59
error'<' is not preceded with whitespace.59
error'<' is not followed by whitespace.59
error'>' is not preceded with whitespace.59
errorName '_items' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
errorLine contains a tab character.61
errorMissing a Javadoc comment.61
errorName '_validationHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
errorFirst sentence should end with a period.63
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
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine is longer than 80 characters.69
errorLine contains a tab character.69
errorParameter adapterId should be final.69
errorExpected @param tag for 'adapterId'.69
errorParameter items should be final.69
errorExpected @param tag for 'items'.69
errorParameter context should be final.69
errorExpected @param tag for 'context'.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
error'(' is followed by whitespace.73
error')' is preceded with whitespace.73
errorLine contains a tab character.74
errorFirst sentence should end with a period.76
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.80
errorLine contains a tab character.81
errorLine is longer than 80 characters.82
errorLine contains a tab character.82
errorParameter bindingId should be final.82
errorExpected @param tag for 'bindingId'.82
errorParameter model should be final.82
errorExpected @param tag for 'model'.82
errorParameter context should be final.82
errorExpected @param tag for 'context'.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorFirst sentence should end with a period.88
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine has trailing spaces.90
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 contains a tab character.95
errorParameter adapterId should be final.95
errorExpected @param tag for 'adapterId'.95
errorParameter itemsAdapterId should be final.95
errorExpected @param tag for 'itemsAdapterId'.95
errorLine contains a tab character.96
errorParameter context should be final.96
errorExpected @param tag for 'context'.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'(' is followed by whitespace.100
error')' is preceded with whitespace.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine has trailing spaces.103
errorLine contains a tab character.103
errorLine is longer than 80 characters.104
errorLine contains a tab character.104
errorLine has trailing spaces.105
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.109
errorLine is longer than 80 characters.110
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorMethod 'setBindingConext' is not designed for extension - needs to be abstract, final or empty.112
errorMissing a Javadoc comment.112
errorParameter context should be final.112
error'if' construct must use '{}'s.113
errorLine contains a tab character.113
error'if' is not followed by whitespace.113
error'if' construct must use '{}'s.114
errorLine contains a tab character.114
error'if' is not followed by whitespace.114
error'(' is followed by whitespace.114
errorLine contains a tab character.115
error'(' is followed by whitespace.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.118
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine has trailing spaces.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
errorMethod 'setAdapterId' is not designed for extension - needs to be abstract, final or empty.126
errorMissing a Javadoc comment.126
errorParameter adapterId should be final.126
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine has trailing spaces.132
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.135
errorMissing a Javadoc comment.135
errorLine contains a tab character.136
errorLine contains a tab character.137
error'assert' is not followed by whitespace.137
errorLine has trailing spaces.138
errorLine contains a tab character.138
errorLine has trailing spaces.139
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine has trailing spaces.142
errorLine contains a tab character.142
errorLine contains a tab character.143
error'<' is not preceded with whitespace.143
error'<' is not followed by whitespace.143
error'>' is not preceded with whitespace.143
error'>' is not followed by whitespace.143
errorLine contains a tab character.144
errorLine has trailing spaces.145
errorLine contains a tab character.145
errorLine has trailing spaces.146
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.148
error'<' is not preceded with whitespace.148
error'<' is not followed by whitespace.148
error'>' is not preceded with whitespace.148
error'>' is not followed by whitespace.148
errorLine contains a tab character.149
errorLine contains a tab character.151
errorLine contains a tab character.152
error'<' is not preceded with whitespace.152
error'<' is not followed by whitespace.152
error'>' is not preceded with whitespace.152
error'>' is not followed by whitespace.152
errorLine has trailing spaces.153
errorLine is longer than 80 characters.153
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine has trailing spaces.155
errorLine contains a tab character.155
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.159
error'if' construct must use '{}'s.160
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 contains a tab character.164
error'if' construct must use '{}'s.165
errorLine contains a tab character.165
error'if' is not followed by whitespace.165
error'(' is followed by whitespace.165
error')' is preceded with whitespace.165
errorLine contains a tab character.166
error'(' is followed by whitespace.166
error')' is preceded with whitespace.166
errorLine contains a tab character.167
errorLine contains a tab character.169
errorLine has trailing spaces.170
errorLine contains a tab character.170
errorLine contains a tab character.171
errorLine is longer than 80 characters.173
errorLine contains a tab character.173
errorLine is longer than 80 characters.175
errorLine contains a tab character.175
errorParameter arg0 should be final.175
errorLine contains a tab character.176
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine contains a tab character.182
errorParameter i should be final.182
errorLine contains a tab character.183
errorLine contains a tab character.184
errorLine contains a tab character.186
errorParameter arg0 should be final.186
errorLine contains a tab character.187
errorLine contains a tab character.189
errorLine contains a tab character.191
errorLine contains a tab character.192
errorLine contains a tab character.194
errorLine contains a tab character.195
errorLine has trailing spaces.196
errorLine contains a tab character.196
errorLine contains a tab character.197
errorLine contains a tab character.198
errorLine contains a tab character.199
errorMethod 'save' is not designed for extension - needs to be abstract, final or empty.199
errorMissing a Javadoc comment.199
errorLine has trailing spaces.200
errorLine contains a tab character.200
error'if' construct must use '{}'s.201
errorLine contains a tab character.201
error'if' is not followed by whitespace.201
errorLine contains a tab character.202
error'else' construct must use '{}'s.203
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine has trailing spaces.205
errorLine contains a tab character.205
errorLine contains a tab character.207
errorLine contains a tab character.208
errorLine has trailing spaces.209
errorLine contains a tab character.209
errorLine contains a tab character.210
errorLine contains a tab character.211
errorLine contains a tab character.212
errorMethod 'isValid' is not designed for extension - needs to be abstract, final or empty.212
errorMissing a Javadoc comment.212
errorLine has trailing spaces.213
errorLine contains a tab character.213
errorLine contains a tab character.214
errorLine contains a tab character.215
errorLine contains a tab character.217
errorLine contains a tab character.218
errorLine has trailing spaces.219
errorLine contains a tab character.219
errorLine is longer than 80 characters.220
errorLine contains a tab character.220
errorLine contains a tab character.221
errorLine contains a tab character.222
errorMethod 'propertyChange' is not designed for extension - needs to be abstract, final or empty.222
errorMissing a Javadoc comment.222
errorParameter event should be final.222
errorLine is longer than 80 characters.223
errorLine contains a tab character.223
errorLine contains a tab character.224
error'(' is followed by whitespace.224
error')' is preceded with whitespace.224
errorLine contains a tab character.225
error'if' is not followed by whitespace.225
error'(' is followed by whitespace.225
error'!' is followed by whitespace.225
error'(' is followed by whitespace.225
error')' is preceded with whitespace.225
error')' is preceded with whitespace.225
errorLine contains a tab character.226
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine contains a tab character.229
errorLine contains a tab character.231
errorLine contains a tab character.232
errorLine has trailing spaces.233
errorLine contains a tab character.233
errorLine is longer than 80 characters.234
errorLine contains a tab character.234
errorLine contains a tab character.235
errorLine contains a tab character.236
errorMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.236
errorMissing a Javadoc comment.236
errorParameter event should be final.236
errorLine contains a tab character.237
errorLine contains a tab character.238
errorLine contains a tab character.240
errorLine has trailing spaces.241
errorLine contains a tab character.241
errorLine contains a tab character.242
errorLine contains a tab character.243
errorLine has trailing spaces.244
errorLine contains a tab character.244
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
errorLine is longer than 80 characters.248
errorLine contains a tab character.248
errorLine is longer than 80 characters.249
errorLine contains a tab character.249
errorLine contains a tab character.250
errorLine contains a tab character.251
errorLine contains a tab character.252
errorLine contains a tab character.253
errorLine contains a tab character.255
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.255
errorMissing a Javadoc comment.255
errorLine contains a tab character.256
errorLine contains a tab character.257
error'+' is not preceded with whitespace.257
error'+' is not followed by whitespace.257
error'+' is not preceded with whitespace.257
error'+' is not followed by whitespace.257
errorLine contains a tab character.258
errorLine contains a tab character.260
errorMethod 'setSelectedIndex' is not designed for extension - needs to be abstract, final or empty.260
errorMissing a Javadoc comment.260
errorLine contains a tab character.261
errorParameter index should be final.261
errorLine contains a tab character.262
errorLine has trailing spaces.263
errorLine contains a tab character.263
errorLine contains a tab character.264
errorLine contains a tab character.265
errorLine has trailing spaces.268
errorLine contains a tab character.268
errorLine contains a tab character.269
errorLine has trailing spaces.270
errorLine contains a tab character.270
errorLine contains a tab character.271
errorLine contains a tab character.272
errorLine contains a tab character.273
errorMethod 'validateInput' is not designed for extension - needs to be abstract, final or empty.273
errorMissing a Javadoc comment.273
errorLine has trailing spaces.274
errorLine contains a tab character.274
errorLine contains a tab character.275
errorLine contains a tab character.277
errorLine has trailing spaces.278
errorLine contains a tab character.278
errorLine contains a tab character.279
errorLine has trailing spaces.280
errorLine contains a tab character.280
errorLine contains a tab character.281
errorLine contains a tab character.283
errorLine contains a tab character.284
errorLine contains a tab character.285
errorExpected an @return tag.286
errorLine contains a tab character.286
errorLine contains a tab character.287
errorLine is longer than 80 characters.288
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.293
errorLine contains a tab character.294
errorLine contains a tab character.295
errorLine is longer than 80 characters.296
errorLine contains a tab character.296
errorParameter validationReport should be final.296
errorExpected @param tag for 'validationReport'.296
errorLine contains a tab character.297
errorLine has trailing spaces.298
errorLine contains a tab character.298
error'if' construct must use '{}'s.299
errorLine contains a tab character.299
error'if' is not followed by whitespace.299
errorLine contains a tab character.300
error'else' construct must use '{}'s.301
errorLine contains a tab character.301
errorLine contains a tab character.302
errorLine contains a tab character.303
errorFirst sentence should end with a period.305
errorLine contains a tab character.305
errorLine has trailing spaces.306
errorLine contains a tab character.306
errorLine contains a tab character.307
errorLine contains a tab character.308
errorLine contains a tab character.309
errorLine contains a tab character.310
error'if' is not followed by whitespace.310
error'(' is followed by whitespace.310
error')' is preceded with whitespace.310
errorLine contains a tab character.311
error'if' construct must use '{}'s.312
errorLine contains a tab character.312
error'if' is not followed by whitespace.312
error'(' is followed by whitespace.312
error')' is preceded with whitespace.312
errorLine is longer than 80 characters.313
errorLine contains a tab character.313
errorLine contains a tab character.314
errorLine contains a tab character.315
errorLine contains a tab character.317
errorLine contains a tab character.318
errorLine contains a tab character.319
errorLine contains a tab character.320
errorMethod 'isDirty' is not designed for extension - needs to be abstract, final or empty.320
errorMissing a Javadoc comment.320
error'if' construct must use '{}'s.321
errorLine contains a tab character.321
error'if' is not followed by whitespace.321
errorLine contains a tab character.322
error'else' construct must use '{}'s.323
errorLine contains a tab character.323
errorLine is longer than 80 characters.324
errorLine contains a tab character.324
errorLine contains a tab character.325
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 'getValue' is not designed for extension - needs to be abstract, final or empty.330
errorMissing a Javadoc comment.330
error'if' construct must use '{}'s.331
errorLine contains a tab character.331
error'if' is not followed by whitespace.331
errorLine contains a tab character.332
errorLine contains a tab character.333
errorLine contains a tab character.334
errorLine contains a tab character.336
errorLine contains a tab character.337
errorLine contains a tab character.338
errorLine contains a tab character.339
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.339
errorMissing a Javadoc comment.339
errorParameter value should be final.339
errorLine has trailing spaces.340
errorLine contains a tab character.340
error'if' is not followed by whitespace.340
error'(' is followed by whitespace.340
error'==' is not preceded with whitespace.340
error'==' is not followed by whitespace.340
error')' is preceded with whitespace.340
errorLine contains a tab character.341
error'(' is followed by whitespace.341
error')' is preceded with whitespace.341
errorLine contains a tab character.342
errorLine contains a tab character.343
errorLine contains a tab character.344
error'(' is followed by whitespace.344
error'(' is followed by whitespace.344
error')' is preceded with whitespace.344
error')' is preceded with whitespace.344
errorLine contains a tab character.345

net/sf/echobinding/table/BoundTable.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.util.*.33
errorUsing the '.*' form of import should be avoided - nextapp.echo2.app.*.37
errorLine has trailing spaces.49
errorLine has trailing spaces.52
errorLine is longer than 80 characters.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.57
errorMissing a Javadoc comment.57
errorLine contains a tab character.59
errorMissing a Javadoc comment.59
errorName '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
error'(' is followed by whitespace.59
error')' is preceded with whitespace.59
errorLine has trailing spaces.60
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
error'<' is not preceded with whitespace.64
error'<' is not followed by whitespace.64
error'>' is not preceded with whitespace.64
errorName '_list' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
errorVariable '_list' must be private and have accessor methods.64
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorName '_ctx' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
errorVariable '_ctx' must be private and have accessor methods.69
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine is longer than 80 characters.74
errorLine contains a tab character.74
error'<' is not preceded with whitespace.74
error'<' is not followed by whitespace.74
error'>' is not preceded with whitespace.74
errorName '_columnAdapters' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
error'<' is not preceded with whitespace.74
error'<' is not followed by whitespace.74
error'>' is not preceded with whitespace.74
error'>' is not followed by whitespace.74
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorName '_actionListener' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
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
errorName '_rowContexts' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.89
errorName '_headerBackground' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
errorLine contains a tab character.92
errorMissing a Javadoc comment.92
errorName '_detailHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 has trailing spaces.96
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
errorParameter list should be final.100
error'<' is not preceded with whitespace.100
error'<' is not followed by whitespace.100
error'>' is not preceded with whitespace.100
errorParameter ctx should be final.100
errorLine contains a tab character.101
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.106
errorLine contains a tab character.108
errorMethod 'init' 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.111
errorLine contains a tab character.112
errorLine has trailing spaces.113
errorLine contains a tab character.113
errorLine has trailing spaces.114
errorLine contains a tab character.114
errorLine has trailing spaces.115
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine has trailing spaces.117
errorLine contains a tab character.117
errorLine has trailing spaces.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
errorParameter listAdapterId should be final.123
errorParameter ctx should be final.123
errorLine contains a tab character.124
error'<' is not preceded with whitespace.124
error'<' is not followed by whitespace.124
error'>' is not preceded with whitespace.124
error'>' is not followed by whitespace.124
errorLine contains a tab character.125
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 has trailing spaces.132
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorMethod 'addColumn' is not designed for extension - needs to be abstract, final or empty.135
error'<' is not preceded with whitespace.135
error'<' is not followed by whitespace.135
error'>' is not preceded with whitespace.135
errorParameter adapterId should be final.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine has trailing spaces.141
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine has trailing spaces.143
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine contains a tab character.145
errorLine contains a tab character.146
errorMethod 'removeColumn' is not designed for extension - needs to be abstract, final or empty.146
errorParameter adapterId should be final.146
errorLine contains a tab character.147
error'(' is followed by whitespace.147
errorLine contains a tab character.148
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine has trailing spaces.152
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine has trailing spaces.155
errorLine contains a tab character.155
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine contains a tab character.158
errorMethod 'addColumn' is not designed for extension - needs to be abstract, final or empty.158
error'<' is not preceded with whitespace.158
error'<' is not followed by whitespace.158
error'>' is not preceded with whitespace.158
errorParameter columnIndex should be final.158
errorParameter adapterId should be final.158
error')' is preceded with whitespace.158
error'if' construct must use '{}'s.159
errorLine contains a tab character.159
error'if' is not followed by whitespace.159
error'!=' is not preceded with whitespace.159
error'!=' is not followed by whitespace.159
errorLine is longer than 80 characters.160
errorLine contains a tab character.160
error'(' is followed by whitespace.160
error')' is preceded with whitespace.160
error'else' construct must use '{}'s.161
errorLine contains a tab character.161
errorLine contains a tab character.162
error'(' is followed by whitespace.162
error')' is preceded with whitespace.162
errorLine contains a tab character.163
errorLine contains a tab character.164
errorLine has trailing spaces.165
errorLine contains a tab character.165
errorLine has trailing spaces.166
errorLine contains a tab character.166
errorLine has trailing spaces.167
errorLine contains a tab character.167
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
errorMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.172
errorLine contains a tab character.174
errorLine contains a tab character.175
error'for' construct must use '{}'s.176
errorLine is longer than 80 characters.176
errorLine contains a tab character.176
error')' is preceded with whitespace.176
errorLine has trailing spaces.177
errorLine contains a tab character.177
errorLine contains a tab character.178
errorLine contains a tab character.180
errorLine contains a tab character.182
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.188
errorLine has trailing spaces.189
errorLine contains a tab character.189
errorLine has trailing spaces.190
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 contains a tab character.193
errorLine contains a tab character.194
errorLine contains a tab character.196
errorLine has trailing spaces.197
errorLine contains a tab character.197
errorLine contains a tab character.198
error'5' is a magic number.198
error',' is not followed by whitespace.198
error'5' is a magic number.198
errorLine has trailing spaces.199
errorLine contains a tab character.199
errorLine contains a tab character.200
errorLine contains a tab character.202
errorLine contains a tab character.203
errorLine has trailing spaces.204
errorLine contains a tab character.204
errorLine contains a tab character.205
errorLine contains a tab character.206
errorLine contains a tab character.207
errorMethod 'getTableHeaderRenderer' is not designed for extension - needs to be abstract, final or empty.207
errorLine contains a tab character.208
errorLine contains a tab character.209
errorLine contains a tab character.211
errorLine contains a tab character.212
errorLine has trailing spaces.213
errorLine contains a tab character.213
errorLine contains a tab character.214
errorLine contains a tab character.215
errorLine contains a tab character.216
errorMethod 'getTableCellRenderer' is not designed for extension - needs to be abstract, final or empty.216
errorLine contains a tab character.217
errorLine contains a tab character.218
errorLine contains a tab character.220
errorLine contains a tab character.221
errorLine has trailing spaces.222
errorLine contains a tab character.222
errorLine contains a tab character.223
errorLine contains a tab character.224
errorLine contains a tab character.225
errorMethod 'createTableModel' is not designed for extension - needs to be abstract, final or empty.225
errorLine is longer than 80 characters.226
errorLine contains a tab character.226
errorLine contains a tab character.227
errorLine contains a tab character.229
errorLine contains a tab character.230
errorLine has trailing spaces.231
errorLine contains a tab character.231
errorLine contains a tab character.232
errorLine contains a tab character.233
errorLine contains a tab character.234
errorMethod 'createTableData' is not designed for extension - needs to be abstract, final or empty.234
errorLine has trailing spaces.235
errorLine contains a tab character.235
errorLine is longer than 80 characters.236
errorLine contains a tab character.236
errorLine contains a tab character.237
errorLine contains a tab character.238
errorLine contains a tab character.239
errorLine contains a tab character.240
errorLine has trailing spaces.241
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 contains a tab character.246
errorLine has trailing spaces.247
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine contains a tab character.249
errorLine contains a tab character.250
errorMethod 'createTableHeaderData' is not designed for extension - needs to be abstract, final or empty.250
errorLine has trailing spaces.251
errorLine contains a tab character.251
errorLine contains a tab character.252
errorLine contains a tab character.253
error'<' is not preceded with whitespace.253
error'<' is not followed by whitespace.253
error'>' is not preceded with whitespace.253
error'<' is not preceded with whitespace.253
error'<' is not followed by whitespace.253
error'>' is not preceded with whitespace.253
error'>' is not followed by whitespace.253
errorLine contains a tab character.254
errorLine contains a tab character.255
error'(' is followed by whitespace.255
error')' is preceded with whitespace.255
errorLine contains a tab character.256
errorLine contains a tab character.257
errorLine has trailing spaces.258
errorLine contains a tab character.258
errorLine contains a tab character.259
errorLine contains a tab character.260
errorLine contains a tab character.262
errorLine has trailing spaces.263
errorLine contains a tab character.263
errorLine has trailing spaces.264
errorLine contains a tab character.264
errorLine contains a tab character.265
errorLine contains a tab character.266
errorLine contains a tab character.267
errorLine contains a tab character.268
errorLine contains a tab character.269
errorParameter rowData should be final.269
errorLine contains a tab character.271
error'<' is not preceded with whitespace.271
error'<' is not followed by whitespace.271
error'>' is not preceded with whitespace.271
error'<' is not preceded with whitespace.271
error'<' is not followed by whitespace.271
error'>' is not preceded with whitespace.271
error'>' is not followed by whitespace.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
error'(' is followed by whitespace.275
error'cast' is not followed by whitespace.275
error')' is preceded with whitespace.275
errorLine contains a tab character.276
error'}' should be on the same line.276
errorLine contains a tab character.277
errorLine contains a tab character.278
errorLine contains a tab character.279
errorLine contains a tab character.280
errorLine contains a tab character.281
errorLine contains a tab character.282
errorLine contains a tab character.284
errorLine is longer than 80 characters.285
errorLine contains a tab character.285
errorLine contains a tab character.286
errorLine has trailing spaces.287
errorLine contains a tab character.287
errorLine contains a tab character.288
errorLine contains a tab character.289
errorLine contains a tab character.290
errorLine contains a tab character.291
errorMethod 'getAdapterId' is not designed for extension - needs to be abstract, final or empty.291
errorParameter col should be final.291
errorLine contains a tab character.292
errorLine contains a tab character.293
errorLine contains a tab character.295
errorLine is longer than 80 characters.296
errorLine contains a tab character.296
errorLine contains a tab character.297
errorLine has trailing spaces.298
errorLine contains a tab character.298
errorLine contains a tab character.299
errorLine contains a tab character.300
errorLine contains a tab character.301
errorLine contains a tab character.302
errorMethod 'getBindingContext' is not designed for extension - needs to be abstract, final or empty.302
errorParameter rowIndex should be final.302
errorLine contains a tab character.303
errorLine contains a tab character.304
errorLine contains a tab character.306
errorMissing a Javadoc comment.306
errorParameter event should be final.306
error'{' is not followed by whitespace.306
error'}' is not preceded with whitespace.306
errorLine contains a tab character.308
errorLine contains a tab character.309
errorLine has trailing spaces.310
errorLine contains a tab character.310
errorLine contains a tab character.311
errorLine contains a tab character.312
errorLine contains a tab character.313
errorMethod 'getActionListener' is not designed for extension - needs to be abstract, final or empty.313
errorLine contains a tab character.314
errorLine contains a tab character.315
errorLine contains a tab character.317
errorLine contains a tab character.318
errorLine has trailing spaces.319
errorLine contains a tab character.319
errorLine contains a tab character.320
errorLine contains a tab character.321
errorLine contains a tab character.322
errorMethod 'setActionListener' is not designed for extension - needs to be abstract, final or empty.322
errorParameter actionListener should be final.322
errorLine contains a tab character.323
errorLine contains a tab character.324
errorLine contains a tab character.326
errorLine contains a tab character.327
errorLine has trailing spaces.328
errorLine contains a tab character.328
errorLine contains a tab character.329
errorLine contains a tab character.330
errorLine contains a tab character.331
errorLine contains a tab character.332
errorMethod 'getItem' is not designed for extension - needs to be abstract, final or empty.332
errorParameter row should be final.332
errorLine contains a tab character.333
errorLine contains a tab character.334
errorLine has trailing spaces.336
errorLine contains a tab character.336
errorLine contains a tab character.337
errorLine is longer than 80 characters.338
errorLine contains a tab character.338
errorLine contains a tab character.339
errorLine contains a tab character.340
errorMethod 'propertyChange' is not designed for extension - needs to be abstract, final or empty.340
errorMissing a Javadoc comment.340
errorParameter event should be final.340
errorLine has trailing spaces.341
errorLine contains a tab character.341
errorLine is longer than 80 characters.342
errorLine contains a tab character.342
error'+' is not preceded with whitespace.342
error'+' is not followed by whitespace.342
error'+' is not preceded with whitespace.342
error'+' is not followed by whitespace.342
errorLine contains a tab character.343
errorLine contains a tab character.344
errorLine contains a tab character.346
errorLine contains a tab character.347
errorLine has trailing spaces.348
errorLine contains a tab character.348
errorLine contains a tab character.349
errorLine contains a tab character.350
errorLine contains a tab character.351
errorMethod 'getColumnAdapters' is not designed for extension - needs to be abstract, final or empty.351
error'<' is not preceded with whitespace.351
error'<' is not followed by whitespace.351
error'>' is not preceded with whitespace.351
errorLine contains a tab character.352
errorLine contains a tab character.353
errorLine contains a tab character.355
errorLine contains a tab character.356
errorLine has trailing spaces.357
errorLine contains a tab character.357
errorLine contains a tab character.358
errorLine contains a tab character.359
errorLine contains a tab character.360
errorMethod 'setColumnAdapters' is not designed for extension - needs to be abstract, final or empty.360
errorParameter columnAdapters should be final.360
error'<' is not preceded with whitespace.360
error'<' is not followed by whitespace.360
error'>' is not preceded with whitespace.360
errorLine contains a tab character.361
errorLine contains a tab character.362
errorLine contains a tab character.364
errorLine contains a tab character.365
errorLine has trailing spaces.366
errorLine contains a tab character.366
errorLine contains a tab character.367
errorLine contains a tab character.368
errorLine contains a tab character.369
errorMethod 'getList' is not designed for extension - needs to be abstract, final or empty.369
error'<' is not preceded with whitespace.369
error'<' is not followed by whitespace.369
error'>' is not preceded with whitespace.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 has trailing spaces.375
errorLine contains a tab character.375
errorLine contains a tab character.376
errorLine contains a tab character.377
errorLine contains a tab character.378
errorMethod 'setList' is not designed for extension - needs to be abstract, final or empty.378
errorParameter list should be final.378
error'<' is not preceded with whitespace.378
error'<' is not followed by whitespace.378
error'>' is not preceded with whitespace.378
errorLine contains a tab character.379
errorLine contains a tab character.380
errorLine contains a tab character.382
errorLine contains a tab character.383
errorLine has trailing spaces.384
errorLine contains a tab character.384
errorLine contains a tab character.385
errorLine contains a tab character.386
errorLine contains a tab character.387
errorMethod 'getHeaderBackground' is not designed for extension - needs to be abstract, final or empty.387
errorLine contains a tab character.388
errorLine contains a tab character.389
errorLine contains a tab character.391
errorLine contains a tab character.392
errorLine has trailing spaces.393
errorLine contains a tab character.393
errorLine contains a tab character.394
errorLine contains a tab character.395
errorLine contains a tab character.396
errorMethod 'setHeaderBackground' is not designed for extension - needs to be abstract, final or empty.396
errorParameter headerBackground should be final.396
errorLine contains a tab character.397
errorLine contains a tab character.398
errorLine has trailing spaces.399
errorLine contains a tab character.399
errorLine contains a tab character.400
errorLine has trailing spaces.401
errorLine contains a tab character.401
errorLine has trailing spaces.402
errorLine contains a tab character.402
errorLine contains a tab character.403
errorLine contains a tab character.404
errorMethod 'showDetails' is not designed for extension - needs to be abstract, final or empty.404
errorLine contains a tab character.405
errorParameter columnIndex should be final.405
errorExpected @param tag for 'columnIndex'.405
errorParameter rowIndex should be final.405
errorExpected @param tag for 'rowIndex'.405
errorLine has trailing spaces.406
errorLine contains a tab character.406
errorLine contains a tab character.407
error'if' is not followed by whitespace.407
errorLine contains a tab character.408
errorLine contains a tab character.409
errorLine contains a tab character.410
errorLine has trailing spaces.411
errorLine contains a tab character.411
errorLine contains a tab character.412
errorLine has trailing spaces.413
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 has trailing spaces.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 has trailing spaces.421
errorLine contains a tab character.421
errorLine is longer than 80 characters.422
errorLine contains a tab character.422
errorLine contains a tab character.423
errorLine has trailing spaces.424
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 'getDetailHandler' is not designed for extension - needs to be abstract, final or empty.428
errorLine contains a tab character.429
errorLine contains a tab character.430
errorLine contains a tab character.432
errorLine contains a tab character.433
errorLine contains a tab character.434
errorLine contains a tab character.435
errorMethod 'setDetailHandler' is not designed for extension - needs to be abstract, final or empty.435
errorParameter detailHandler should be final.435
errorLine contains a tab character.436
errorLine contains a tab character.437
errorLine contains a tab character.439
errorLine contains a tab character.440
errorLine contains a tab character.441
errorLine contains a tab character.442
errorMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.442
errorLine contains a tab character.443
errorLine contains a tab character.444
errorLine contains a tab character.446
errorLine contains a tab character.447
errorLine contains a tab character.448
errorLine contains a tab character.449
errorMethod 'setContext' is not designed for extension - needs to be abstract, final or empty.449
errorParameter ctx should be final.449
errorLine contains a tab character.450
errorLine contains a tab character.451
errorLine has trailing spaces.452
errorLine contains a tab character.452

net/sf/echobinding/BindingConfiguration.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.util.*.32
errorLine has trailing spaces.40
errorLine is longer than 80 characters.45
errorLine contains a tab character.45
errorMissing a Javadoc comment.45
error'<' is not preceded with whitespace.45
error'<' is not followed by whitespace.45
error'>' is not preceded with whitespace.45
errorName '_contexts' must match pattern '^[a-z][a-zA-Z0-9]*$'.45
error'<' is not preceded with whitespace.45
error'<' is not followed by whitespace.45
error'>' is not preceded with whitespace.45
error'>' is not followed by whitespace.45
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
errorParameter contextId should be final.51
errorExpected @param tag for 'contextId'.51
errorLine contains a tab character.52
error'(' is followed by whitespace.52
error')' is preceded with whitespace.52
error'if' construct must use '{}'s.53
errorLine contains a tab character.53
errorLine is longer than 80 characters.54
errorLine contains a tab character.54
error'(' is followed by whitespace.54
error')' is preceded with whitespace.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine is longer than 80 characters.58
errorLine contains a tab character.58
errorMissing a Javadoc comment.58
error'<' is not preceded with whitespace.58
error'<' is not followed by whitespace.58
error'>' is not preceded with whitespace.58
errorName '_propertyChangeListeners' must match pattern '^[a-z][a-zA-Z0-9]*$'.58
error'<' is not preceded with whitespace.58
error'<' is not followed by whitespace.58
error'>' is not preceded with whitespace.58
error'>' is not followed by whitespace.58
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorMethod 'getContexts' is not designed for extension - needs to be abstract, final or empty.63
error'<' is not preceded with whitespace.63
error'<' is not followed by whitespace.63
error'>' is not preceded with whitespace.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorMethod 'setContexts' is not designed for extension - needs to be abstract, final or empty.70
errorParameter contexts should be final.70
error'<' is not preceded with whitespace.70
error'<' is not followed by whitespace.70
error'>' is not preceded with whitespace.70
errorExpected @param tag for 'contexts'.70
errorLine contains a tab character.71
errorLine contains a tab character.72
error'(' is followed by whitespace.72
error'(' is followed by whitespace.72
error')' is preceded with whitespace.72
error')' is preceded with whitespace.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
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine is longer than 80 characters.81
errorLine contains a tab character.81
errorMethod 'addContext' is not designed for extension - needs to be abstract, final or empty.81
errorParameter contextName should be final.81
errorExpected @param tag for 'contextName'.81
errorParameter context should be final.81
errorExpected @param tag for 'context'.81
error'if' construct must use '{}'s.82
errorLine contains a tab character.82
error'if' is not followed by whitespace.82
errorLine contains a tab character.83
error'<' is not preceded with whitespace.83
error'<' is not followed by whitespace.83
error'>' is not preceded with whitespace.83
error'>' is not followed by whitespace.83
errorLine has trailing spaces.84
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine has trailing spaces.87
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine is longer than 80 characters.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
errorMethod 'registerContext' is not designed for extension - needs to be abstract, final or empty.98
errorParameter context should be final.98
errorExpected @param tag for 'context'.98
errorLine contains a tab character.100
errorLine contains a tab character.101
error'(' is followed by whitespace.101
error')' is preceded with whitespace.101
errorLine contains a tab character.102
error'(' is followed by whitespace.102
error')' is preceded with whitespace.102
errorLine contains a tab character.104
errorLine contains a tab character.105
error'(' is followed by whitespace.105
error')' is preceded with whitespace.105
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine has trailing spaces.112
errorLine contains a tab character.112
errorLine is longer than 80 characters.113
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorMethod 'propertyChange' is not designed for extension - needs to be abstract, final or empty.115
errorMissing a Javadoc comment.115
errorParameter event should be final.115
errorLine has trailing spaces.116
errorLine contains a tab character.116
errorLine is longer than 80 characters.117
errorLine contains a tab character.117
error'(' is followed by whitespace.117
errorLine is longer than 80 characters.118
errorLine contains a tab character.118
error')' is preceded with whitespace.118
errorLine is longer than 80 characters.119
errorLine contains a tab character.119
error'if' construct must use '{}'s.120
errorLine contains a tab character.120
error'(' is followed by whitespace.120
error')' is preceded with whitespace.120
errorLine contains a tab character.121
error'(' is followed by whitespace.121
error')' is preceded with whitespace.121
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine contains a tab character.127
errorLine contains a tab character.128
errorMethod 'addPropertyChangeListener' is not designed for extension - needs to be abstract, final or empty.128
errorParameter listener should be final.128
errorExpected @param tag for 'listener'.128
errorLine contains a tab character.130
error'(' is followed by whitespace.130
error')' is preceded with whitespace.130
errorLine contains a tab character.131
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine is longer than 80 characters.136
errorLine contains a tab character.136
errorMethod 'removePropertyChangeListener' is not designed for extension - needs to be abstract, final or empty.136
errorParameter listener should be final.136
errorExpected @param tag for 'listener'.136
errorLine contains a tab character.137
error'(' is followed by whitespace.137
error')' is preceded with whitespace.137
errorLine contains a tab character.138

net/sf/echobinding/App.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.7
errorUtility classes should not have a public or default constructor.7
error'{' should be on the previous line.8
errorMissing a Javadoc comment.9
error'(' is followed by whitespace.9
errorParameter args should be final.9
error')' is preceded with whitespace.9
error'{' should be on the previous line.10
error'(' is followed by whitespace.11
error')' is preceded with whitespace.11

net/sf/echobinding/model/AbstractPresentationModel.java

ViolationMessageLine
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
errorName '_context' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
errorLine has trailing spaces.39
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorExpected an @return tag.44
errorLine contains a tab character.44
errorMethod 'getControl' is not designed for extension - needs to be abstract, final or empty.44
errorParameter id should be final.44
errorExpected @param tag for 'id'.44
error'if' construct must use '{}'s.45
errorLine contains a tab character.45
error'if' is not followed by whitespace.45
errorLine is longer than 80 characters.46
errorLine contains a tab character.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.58
errorMethod 'setContext' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
errorParameter context should be final.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine has trailing spaces.61
errorLine contains a tab character.61
errorFirst sentence should end with a period.62
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine has trailing spaces.64
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
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.68
errorParameter adapterId should be final.68
errorExpected @param tag for 'adapterId'.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine has trailing spaces.71
errorLine contains a tab character.71
errorFirst sentence should end with a period.72
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.77
errorParameter adapterId should be final.77
errorExpected @param tag for 'adapterId'.77
errorParameter value should be final.77
errorExpected @param tag for 'value'.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine has trailing spaces.80
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
errorLine contains a tab character.85
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.85
errorLine has trailing spaces.86
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine has trailing spaces.88
errorLine contains a tab character.88
errorLine contains a tab character.89
error'for' is not followed by whitespace.89
error'(' is followed by whitespace.89
error':' is not preceded with whitespace.89
error')' is preceded with whitespace.89
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92

net/sf/echobinding/persistence/DefaultTablePersistenceManager.java

ViolationMessageLine
errorLine is longer than 80 characters.37
errorType Javadoc comment is missing an @param <T> tag.37
error'<' is not preceded with whitespace.37
error'<' is not followed by whitespace.37
error'>' is not preceded with whitespace.37
error'<' is not preceded with whitespace.37
error'<' is not followed by whitespace.37
error'>' is not preceded with whitespace.37
errorLine contains a tab character.39
errorMissing a Javadoc comment.39
error'<' is not preceded with whitespace.39
error'<' is not followed by whitespace.39
error'>' is not preceded with whitespace.39
errorName '_table' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
errorLine has trailing spaces.40
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorParameter object should be final.44
errorExpected @param tag for 'object'.44
errorParameter table should be final.44
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
errorExpected @param tag for 'table'.44
errorLine contains a tab character.45
error'(' is followed by whitespace.45
error')' is preceded with whitespace.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorMethod 'copyObject' is not designed for extension - needs to be abstract, final or empty.52
errorMissing a Javadoc comment.52
errorLine contains a tab character.53
errorParameter object should be final.53
errorLine contains a tab character.54
errorLine contains a tab character.55
error'if' is not followed by whitespace.55
errorLine is longer than 80 characters.56
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
error'for' is not followed by whitespace.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.66
errorLine contains a tab character.66

net/sf/echobinding/datacontrol/FormHelper.java

ViolationMessageLine
errorLine has trailing spaces.36
errorUtility classes should not have a public or default constructor.39
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 has trailing spaces.45
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorParameter component should be final.48
errorExpected @param tag for 'component'.48
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine contains a tab character.59
errorLine contains a tab character.61
errorLine is longer than 80 characters.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 has trailing spaces.65
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorParameter component should be final.68
errorExpected @param tag for 'component'.68
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
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.79
errorLine contains a tab character.81
errorLine is longer than 80 characters.82
errorLine contains a tab character.82
errorLine has trailing spaces.83
errorLine is longer than 80 characters.83
errorLine contains a tab character.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
errorParameter component should be final.88
errorExpected @param tag for 'component'.88
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 contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.99
errorLine has trailing spaces.100
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine is longer than 80 characters.102
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine has trailing spaces.104
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorExpected an @return tag.107
errorLine contains a tab character.107
errorParameter component should be final.107
errorExpected @param tag for 'component'.107
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
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 has trailing spaces.118
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.120
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine has trailing spaces.124
errorLine contains a tab character.124
errorLine contains a tab character.125
errorLine contains a tab character.126
errorExpected an @return tag.127
errorLine contains a tab character.127
errorParameter component should be final.127
errorExpected @param tag for 'component'.127
errorLine has trailing spaces.128
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 is longer than 80 characters.134
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine has trailing spaces.138
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140

net/sf/echobinding/table/BoundTableModel.java

ViolationMessageLine
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
errorLine has trailing spaces.40
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorName '_tableHeaderData' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
errorVariable '_tableHeaderData' must be private and have accessor methods.40
errorLine contains a tab character.41
errorMissing a Javadoc comment.41
errorName '_data' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
errorVariable '_data' must be private and have accessor methods.41
errorLine has trailing spaces.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
errorParameter tableHeaderData should be final.47
errorExpected @param tag for 'tableHeaderData'.47
errorParameter data should be final.47
errorExpected @param tag for 'data'.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.52
errorLine is longer than 80 characters.53
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorMissing a Javadoc comment.55
errorParameter arg0 should be final.55
errorLine contains a tab character.56
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorMethod 'getColumnClass' is not designed for extension - needs to be abstract, final or empty.61
errorMissing a Javadoc comment.61
errorParameter col should be final.61
errorLine has trailing spaces.62
errorLine contains a tab character.62
errorLine contains a tab character.63
error'if' construct must use '{}'s.64
errorLine contains a tab character.64
error'if' is not followed by whitespace.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorMethod 'getColumnCount' 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 contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorMethod 'getColumnName' is not designed for extension - needs to be abstract, final or empty.79
errorMissing a Javadoc comment.79
errorParameter col should be final.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorMethod 'getRowCount' is not designed for extension - needs to be abstract, final or empty.86
errorMissing a Javadoc comment.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorMethod 'getValueAt' is not designed for extension - needs to be abstract, final or empty.93
errorMissing a Javadoc comment.93
errorParameter col should be final.93
errorParameter row should be final.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.97
errorLine is longer than 80 characters.98
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorMissing a Javadoc comment.100
errorParameter arg0 should be final.100
errorLine contains a tab character.101

net/sf/echobinding/table/EditableTableModel.java

ViolationMessageLine
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
errorName '_data' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
errorVariable '_data' must be private and have accessor methods.38
errorLine contains a tab character.39
errorMissing a Javadoc comment.39
errorName '_headerData' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
errorVariable '_headerData' must be private and have accessor methods.39
errorLine has trailing spaces.40
errorLine contains a tab character.40
errorLine has trailing spaces.41
errorLine contains a tab character.41
errorLine has trailing spaces.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
errorParameter headerData should be final.47
errorExpected @param tag for 'headerData'.47
errorParameter data should be final.47
errorExpected @param tag for 'data'.47
error')' is preceded with whitespace.47
errorLine contains a tab character.48
errorLine has trailing spaces.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.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
errorMissing a Javadoc comment.57
errorParameter arg0 should be final.57
errorLine contains a tab character.58
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorMethod 'getColumnClass' is not designed for extension - needs to be abstract, final or empty.63
errorMissing a Javadoc comment.63
errorParameter col should be final.63
errorLine contains a tab character.64
error'if' is not followed by whitespace.64
error'==' is not preceded with whitespace.64
error'==' is not followed by whitespace.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorLine contains a tab character.68
error'-' is not preceded with whitespace.68
error'-' is not followed by whitespace.68
error'if' construct must use '{}'s.69
errorLine contains a tab character.69
error'if' is not followed by whitespace.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorMethod 'getColumnCount' is not designed for extension - needs to be abstract, final or empty.77
errorMissing a Javadoc comment.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorMethod 'getColumnName' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorParameter col should be final.84
error'if' construct must use '{}'s.85
errorLine contains a tab character.85
error'if' is not followed by whitespace.85
error'==' is not preceded with whitespace.85
error'==' is not followed by whitespace.85
errorLine contains a tab character.86
errorLine contains a tab character.87
error'-' is not preceded with whitespace.87
error'-' is not followed by whitespace.87
errorLine contains a tab character.88
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorMethod 'getRowCount' is not designed for extension - needs to be abstract, final or empty.93
errorMissing a Javadoc comment.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorMethod 'getValueAt' is not designed for extension - needs to be abstract, final or empty.100
errorMissing a Javadoc comment.100
errorParameter col should be final.100
errorParameter row should be final.100
errorLine contains a tab character.101
error'if' is not followed by whitespace.101
error'==' is not preceded with whitespace.101
error'==' is not followed by whitespace.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
error'-' is not preceded with whitespace.104
error'-' is not followed by whitespace.104
errorLine contains a tab character.105
errorLine contains a tab character.107
errorLine is longer than 80 characters.108
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorMissing a Javadoc comment.110
errorParameter arg0 should be final.110
errorLine contains a tab character.111
errorLine has trailing spaces.113
errorLine contains a tab character.113

net/sf/echobinding/controls/BoundButtonGroup.java

ViolationMessageLine
errorLine has trailing spaces.34
error'<' is not preceded with whitespace.37
error'<' is not followed by whitespace.37
error'>' is not preceded with whitespace.37
errorLine contains a tab character.39
errorMissing a Javadoc comment.39
errorLine contains a tab character.41
errorMissing a Javadoc comment.41
errorName '_adapterId' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorName '_ctx' must match pattern '^[a-z][a-zA-Z0-9]*$'.42
errorLine has trailing spaces.43
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine has trailing spaces.45
errorLine contains a tab character.45
errorLine has trailing spaces.46
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
errorParameter adapterId should be final.50
errorExpected @param tag for 'adapterId'.50
errorParameter context should be final.50
errorExpected @param tag for 'context'.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine has trailing spaces.55
errorLine contains a tab character.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 contains a tab character.62
errorExpected an @return tag.63
errorLine contains a tab character.63
errorMethod 'createButton' is not designed for extension - needs to be abstract, final or empty.63
error'<' is not preceded with whitespace.63
error'<' is not followed by whitespace.63
error'>' is not preceded with whitespace.63
errorParameter adapterId should be final.63
errorParameter label should be final.63
errorLine has trailing spaces.64
errorLine contains a tab character.64
errorLine is longer than 80 characters.65
errorLine contains a tab character.65
error'<' is not preceded with whitespace.65
error'<' is not followed by whitespace.65
error'>' is not preceded with whitespace.65
error'<' is not preceded with whitespace.65
error'<' is not followed by whitespace.65
error'>' is not preceded with whitespace.65
error'>' is not followed by whitespace.65
errorLine contains a tab character.66
error'(' is followed by whitespace.66
error')' is preceded with whitespace.66
errorLine contains a tab character.67
error'(' is followed by whitespace.67
error')' is preceded with whitespace.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
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
errorExpected an @return tag.77
errorLine contains a tab character.77
errorMethod 'load' is not designed for extension - needs to be abstract, final or empty.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine has trailing spaces.80
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
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.86
errorParameter value should be final.86
errorExpected @param tag for 'value'.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine has trailing spaces.92
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorExpected an @return tag.96
errorLine contains a tab character.96
errorMethod 'isDirty' is not designed for extension - needs to be abstract, final or empty.96
errorParameter value should be final.96
errorExpected @param tag for 'value'.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine has trailing spaces.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
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.105
errorLine contains a tab character.106
error'for' is not followed by whitespace.106
error')' is preceded with whitespace.106
errorLine contains a tab character.107
error'if' construct must use '{}'s.108
errorLine has trailing spaces.108
errorLine contains a tab character.108
error'if' is not followed by whitespace.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine has trailing spaces.113
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine has trailing spaces.115
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.118
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.118
errorParameter value should be final.118
errorExpected @param tag for 'value'.118
error'if' construct must use '{}'s.119
errorLine contains a tab character.119
error'if' is not followed by whitespace.119
errorLine contains a tab character.120
error'for' is not followed by whitespace.120
error')' is preceded with whitespace.120
errorLine contains a tab character.121
errorLine has trailing spaces.122
errorLine is longer than 80 characters.122
errorLine contains a tab character.122
error'(' is followed by whitespace.122
error')' is preceded with whitespace.122
errorLine contains a tab character.123
errorLine contains a tab character.124

net/sf/echobinding/controls/RadioButton.java

ViolationMessageLine
errorLine has trailing spaces.37
error'<' is not followed by whitespace.40
error'>' is not preceded with whitespace.40
errorLine contains a tab character.41
errorLine contains a tab character.43
errorMissing a Javadoc comment.43
errorLine contains a tab character.45
errorMissing a Javadoc comment.45
errorName '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.45
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
errorName '_ctx' must match pattern '^[a-z][a-zA-Z0-9]*$'.46
errorLine contains a tab character.47
errorMissing a Javadoc comment.47
errorName '_option' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine has trailing spaces.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine is longer than 80 characters.56
errorLine contains a tab character.56
errorParameter bindingId should be final.56
errorExpected @param tag for 'bindingId'.56
errorParameter context should be final.56
errorExpected @param tag for 'context'.56
errorParameter text should be final.56
errorExpected @param tag for 'text'.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
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
errorMethod 'setBindingConext' is not designed for extension - needs to be abstract, final or empty.65
errorMissing a Javadoc comment.65
errorParameter context should be final.65
error'if' construct must use '{}'s.66
errorLine contains a tab character.66
error'if' is not followed by whitespace.66
error'if' construct must use '{}'s.67
errorLine contains a tab character.67
error'if' is not followed by whitespace.67
error'(' is followed by whitespace.67
errorLine contains a tab character.68
error'(' is followed by whitespace.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorMethod 'setAdapterId' is not designed for extension - needs to be abstract, final or empty.75
errorMissing a Javadoc comment.75
errorParameter bindingId should be final.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.82
errorMissing a Javadoc comment.82
errorLine contains a tab character.83
error'cast' is not followed by whitespace.83
errorLine contains a tab character.84
error'(' is followed by whitespace.84
error'(' is followed by whitespace.84
error')' is preceded with whitespace.84
error')' is preceded with whitespace.84
errorLine contains a tab character.85
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorMethod 'save' is not designed for extension - needs to be abstract, final or empty.90
errorMissing a Javadoc comment.90
error'if' construct must use '{}'s.91
errorLine contains a tab character.91
error'if' is not followed by whitespace.91
errorLine contains a tab character.92
error'cast' is not followed by whitespace.92
errorLine contains a tab character.93
errorLine contains a tab character.95
errorLine is longer than 80 characters.96
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorMethod 'propertyChange' is not designed for extension - needs to be abstract, final or empty.98
errorMissing a Javadoc comment.98
errorParameter event should be final.98
errorLine contains a tab character.99
errorLine contains a tab character.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
errorMethod 'isValid' is not designed for extension - needs to be abstract, final or empty.105
errorMissing a Javadoc comment.105
error'if' construct must use '{}'s.106
errorLine contains a tab character.106
error'if' is not followed by whitespace.106
errorLine is longer than 80 characters.107
errorLine contains a tab character.107
error'cast' is not followed by whitespace.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine has trailing spaces.111
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorMissing a Javadoc comment.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.119
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorMethod 'isDirty' is not designed for extension - needs to be abstract, final or empty.122
errorMissing a Javadoc comment.122
errorLine contains a tab character.123
error'cast' is not followed by whitespace.123
errorLine contains a tab character.124
error'(' is followed by whitespace.124
error')' is preceded with whitespace.124
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine has trailing spaces.128
errorLine contains a tab character.128
errorLine is longer than 80 characters.129
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
errorExpected an @return tag.133
errorLine contains a tab character.133
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.133
errorLine contains a tab character.134
error'cast' is not followed by whitespace.134
errorLine contains a tab character.135
errorLine contains a tab character.137
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.140
errorMissing a Javadoc comment.140
errorParameter value should be final.140
errorLine contains a tab character.141
error'cast' is not followed by whitespace.141
error'(' is followed by whitespace.141
error')' is preceded with whitespace.141
errorLine contains a tab character.142
errorLine contains a tab character.144
errorLine contains a tab character.145
errorLine contains a tab character.146
errorExpected an @return tag.147
errorLine contains a tab character.147
errorMethod 'getOptionValue' is not designed for extension - needs to be abstract, final or empty.147
error'if' construct must use '{}'s.148
errorLine contains a tab character.148
error'if' is not followed by whitespace.148
error'(' is followed by whitespace.148
error')' is preceded with whitespace.148
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine has trailing spaces.153
errorLine contains a tab character.153

net/sf/echobinding/table/SelectableBoundTable.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.util.*.31
errorLine has trailing spaces.36
errorLine has trailing spaces.41
errorType Javadoc comment is missing an @param <T> tag.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
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorMissing a Javadoc comment.48
errorLine contains a tab character.50
errorLine has trailing spaces.51
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 has trailing spaces.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
errorParameter list should be final.59
error'<' is not preceded with whitespace.59
error'<' is not followed by whitespace.59
error'>' is not preceded with whitespace.59
errorExpected @param tag for 'list'.59
errorParameter ctx should be final.59
errorExpected @param tag for 'ctx'.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.63
errorLine is longer than 80 characters.64
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorParameter listBindingId should be final.70
errorExpected @param tag for 'listBindingId'.70
errorParameter ctx should be final.70
errorExpected @param tag for 'ctx'.70
errorLine contains a tab character.71
errorLine contains a tab character.73
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 contains a tab character.79
errorExpected @param tag for 'ctx'.79
errorLine contains a tab character.81
errorMethod 'rowIndexChanged' is not designed for extension - needs to be abstract, final or empty.81
errorMissing a Javadoc comment.81
errorLine contains a tab character.82
errorParameter rowIndex should be final.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorMethod 'initialize' 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
errorLine has trailing spaces.93
errorLine contains a tab character.93
errorLine is longer than 80 characters.94
errorLine contains a tab character.94
errorLine is longer than 80 characters.95
errorLine contains a tab character.95
errorLine is longer than 80 characters.96
errorLine contains a tab character.96
errorLine is longer than 80 characters.97
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.100
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.106
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
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.117
errorLine contains a tab character.118
errorLine is longer than 80 characters.119
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.125
errorLine contains a tab character.127
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine has trailing spaces.133
errorLine contains a tab character.133

net/sf/echobinding/format/TimeFormat.java

ViolationMessageLine
errorLine has trailing spaces.36
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorLine contains a tab character.44
errorMissing a Javadoc comment.44
errorName '_pattern' must match pattern '^[a-z][a-zA-Z0-9]*$'.44
error'(' is followed by whitespace.44
error')' is preceded with whitespace.44
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorMethod 'parse' is not designed for extension - needs to be abstract, final or empty.51
errorMissing a Javadoc comment.51
errorParameter source should be final.51
errorLine contains a tab character.53
error'(' is followed by whitespace.53
error')' is preceded with whitespace.53
error'if' construct must use '{}'s.55
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.58
error'(' is followed by whitespace.58
error'(' is followed by whitespace.58
error')' is preceded with whitespace.58
error')' is preceded with whitespace.58
errorLine contains a tab character.59
error'(' is followed by whitespace.59
error'(' is followed by whitespace.59
error')' is preceded with whitespace.59
error')' is preceded with whitespace.59
errorLine contains a tab character.60
error'(' is followed by whitespace.60
error'(' is followed by whitespace.60
error'3' is a magic number.60
error')' is preceded with whitespace.60
error')' is preceded with whitespace.60
errorLine contains a tab character.62
error'(' is followed by whitespace.62
error'60' is a magic number.62
error'60' is a magic number.62
error'60' is a magic number.62
error')' is preceded with whitespace.62
errorLine contains a tab character.63
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorMethod 'format' is not designed for extension - needs to be abstract, final or empty.70
errorMissing a Javadoc comment.70
errorParameter timeInSeconds should be final.70
errorLine contains a tab character.72
errorLine contains a tab character.73
error'(' is followed by whitespace.73
error')' is preceded with whitespace.73
errorLine contains a tab character.75
errorLine contains a tab character.77
errorLine contains a tab character.79
error'60' is a magic number.79
errorLine contains a tab character.80
error'60' is a magic number.80
errorLine contains a tab character.81
error'60' is a magic number.81
errorLine contains a tab character.82
error'60' is a magic number.82
errorLine contains a tab character.84
errorLine contains a tab character.85
error'(' is followed by whitespace.85
error'(' is followed by whitespace.85
error')' is preceded with whitespace.85
error')' is preceded with whitespace.85
errorLine contains a tab character.86
error'(' is followed by whitespace.86
error')' is preceded with whitespace.86
errorLine contains a tab character.87
error'(' is followed by whitespace.87
error'(' is followed by whitespace.87
error')' is preceded with whitespace.87
error')' is preceded with whitespace.87
errorLine contains a tab character.88
error'(' is followed by whitespace.88
error')' is preceded with whitespace.88
errorLine contains a tab character.89
error'(' is followed by whitespace.89
error'(' is followed by whitespace.89
error')' is preceded with whitespace.89
error')' is preceded with whitespace.89
errorLine contains a tab character.91
errorLine contains a tab character.92

net/sf/echobinding/validation/ValidationHandler.java

ViolationMessageLine
errorLine has trailing spaces.34
errorLine has trailing spaces.37
errorFirst sentence should end with a period.41
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine has trailing spaces.43
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorExpected @param tag for 'widget'.46
errorFirst sentence should end with a period.48
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorExpected @param tag for 'widget'.53

net/sf/echobinding/table/EditableTableRendererSupport.java

ViolationMessageLine
errorLine contains a tab character.37
errorLine is longer than 80 characters.38
errorLine contains a tab character.38
errorLine is longer than 80 characters.39
errorLine contains a tab character.39
errorLine has trailing spaces.40
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorExpected an @return tag.44
errorLine contains a tab character.44
errorExpected @param tag for 'row'.44
errorLine has trailing spaces.45
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 has trailing spaces.49
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorExpected an @return tag.52
errorLine contains a tab character.52
errorLine has trailing spaces.53
errorLine contains a tab character.53

net/sf/echobinding/table/RowSelectionListener.java

ViolationMessageLine
errorLine has trailing spaces.37
errorLine contains a tab character.37
errorLine contains a tab character.38
errorMissing a Javadoc comment.38

net/sf/echobinding/table/EditableTableCellRenderer.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - nextapp.echo2.app.*.31
errorLine contains a tab character.38
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorFirst sentence should end with a period.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine has trailing spaces.44
errorLine contains a tab character.44
errorLine contains a tab character.45
errorExpected an @return tag.46
errorLine contains a tab character.46
errorMethod 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty.46
errorLine is longer than 80 characters.47
errorLine contains a tab character.47
errorParameter table should be final.47
errorExpected @param tag for 'table'.47
errorParameter value should be final.47
errorExpected @param tag for 'value'.47
errorLine contains a tab character.48
errorParameter col should be final.48
errorExpected @param tag for 'col'.48
errorParameter row should be final.48
errorExpected @param tag for 'row'.48
errorLine has trailing spaces.49
errorLine contains a tab character.49
errorLine contains a tab character.50
error'if' is not followed by whitespace.50
errorLine is longer than 80 characters.51
errorLine contains a tab character.51
error'cast' is not followed by whitespace.51
errorLine contains a tab character.52
errorLine has trailing spaces.53
errorLine contains a tab character.53
errorLine is longer than 80 characters.54
errorLine contains a tab character.54
error'-' is not preceded with whitespace.54
error'-' is not followed by whitespace.54
errorLine contains a tab character.55
errorLine contains a tab character.57
errorMethod 'createLabel' is not designed for extension - needs to be abstract, final or empty.57
errorMissing a Javadoc comment.57
errorLine is longer than 80 characters.58
errorLine contains a tab character.58
errorParameter table should be final.58
errorParameter value should be final.58
errorParameter col should be final.58
errorParameter row should be final.58
errorLine contains a tab character.59
error'(' is followed by whitespace.59
error')' is preceded with whitespace.59
errorLine has trailing spaces.60
errorLine contains a tab character.60
errorLine contains a tab character.61
error'if' is not followed by whitespace.61
error'cast' is not followed by whitespace.61
errorLine is longer than 80 characters.62
errorLine contains a tab character.62
error'10' is a magic number.62
errorLine contains a tab character.63
errorLine has trailing spaces.64
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine has trailing spaces.68
errorLine contains a tab character.68
errorLine has trailing spaces.69
errorLine contains a tab character.69

net/sf/echobinding/ConfigurationSetup.java

ViolationMessageLine
errorLine is longer than 80 characters.43
errorLine contains a tab character.43
errorMissing a Javadoc comment.43
errorName '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
error'(' is followed by whitespace.43
error')' is preceded with whitespace.43
errorLine has trailing spaces.44
errorLine contains a tab character.44
errorLine is longer than 80 characters.45
errorLine contains a tab character.45
errorMissing a Javadoc comment.45
errorName '_configuration' must match pattern '^[a-z][a-zA-Z0-9]*$'.45
errorLine has trailing spaces.46
errorLine contains a tab character.46
errorFirst sentence should end with a period.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorMethod 'initialize' is not designed for extension - needs to be abstract, final or empty.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine has trailing spaces.55
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
errorLine contains a tab character.59
errorLine is longer than 80 characters.60
errorLine contains a tab character.60
error'<' is not preceded with whitespace.60
error'<' is not followed by whitespace.60
error'>' is not preceded with whitespace.60
errorLine contains a tab character.61
error'for' is not followed by whitespace.61
error')' is preceded with whitespace.61
errorLine is longer than 80 characters.62
errorLine contains a tab character.62
error'+' is not preceded with whitespace.62
error'+' is not followed by whitespace.62
error'+' is not preceded with whitespace.62
error'+' is not followed by whitespace.62
errorLine contains a tab character.63
errorLine is longer than 80 characters.64
errorLine contains a tab character.64
error'if' is not followed by whitespace.64
errorLine contains a tab character.65
error'+=' is not preceded with whitespace.65
error'+=' is not followed by whitespace.65
errorLine is longer than 80 characters.66
errorLine contains a tab character.66
error'for' is not followed by whitespace.66
errorLine contains a tab character.67
error'+=' is not preceded with whitespace.67
error'+=' is not followed by whitespace.67
error'+' is not preceded with whitespace.67
error'+' is not followed by whitespace.67
errorLine contains a tab character.68
errorLine contains a tab character.69
error'+=' is not preceded with whitespace.69
error'+=' is not followed by whitespace.69
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.75
errorMissing a Javadoc comment.75
errorLine has trailing spaces.76
errorLine contains a tab character.76
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 contains a tab character.83

net/sf/echobinding/format/Format.java

ViolationMessageLine
errorLine has trailing spaces.32
errorLine contains a tab character.37
errorMissing a Javadoc comment.37
errorLine has trailing spaces.38
errorLine contains a tab character.38
errorLine contains a tab character.39
errorMissing a Javadoc comment.39

net/sf/echobinding/controls/Button.java

ViolationMessageLine
errorLine contains a tab character.41
errorMissing a Javadoc comment.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorMissing a Javadoc comment.43
errorName '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
errorLine contains a tab character.44
errorMissing a Javadoc comment.44
errorName '_context' must match pattern '^[a-z][a-zA-Z0-9]*$'.44
errorLine has trailing spaces.45
errorLine contains a tab character.45
errorLine has trailing spaces.46
errorLine contains a tab character.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorParameter id should be final.52
errorExpected @param tag for 'id'.52
errorParameter context should be final.52
errorExpected @param tag for 'context'.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 contains a tab character.57
error'(' is followed by whitespace.57
error')' is preceded with whitespace.57
errorLine contains a tab character.58
errorLine contains a tab character.60
errorLine is longer than 80 characters.61
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorMethod 'setBindingConext' is not designed for extension - needs to be abstract, final or empty.63
errorMissing a Javadoc comment.63
errorParameter context should be final.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorMethod 'setAdapterId' is not designed for extension - needs to be abstract, final or empty.71
errorMissing a Javadoc comment.71
errorParameter bindingId should be final.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorMissing a Javadoc comment.78
errorLine contains a tab character.79
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorMissing a Javadoc comment.84
errorLine contains a tab character.85
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorMethod 'isValid' 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
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorMethod 'isDirty' is not designed for extension - needs to be abstract, final or empty.97
errorMissing a Javadoc comment.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.101
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
errorMissing a Javadoc comment.104
errorParameter event should be final.104
errorLine contains a tab character.105
errorLine has trailing spaces.106
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.110
errorMissing a Javadoc comment.110
errorLine contains a tab character.111
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorMethod 'getValue' 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
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.123
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.123
errorMissing a Javadoc comment.123
errorParameter value should be final.123
errorLine contains a tab character.124
errorLine contains a tab character.125

net/sf/echobinding/binding/BindingContext.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.44
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine has trailing spaces.53
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.58
errorLine contains a tab character.59
errorLine has trailing spaces.60
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine has trailing spaces.62
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine has trailing spaces.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
error'<' is not preceded with whitespace.73
error'<' is not followed by whitespace.73
error'>' is not preceded with whitespace.73
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
errorLine has trailing spaces.79
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 contains a tab character.84
errorLine contains a tab character.85
errorLine has trailing spaces.86
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine has trailing spaces.88
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine has trailing spaces.90
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorRedundant throws: 'BindingException' is unchecked exception.93
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine has trailing spaces.97
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine has trailing spaces.100
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorRedundant throws: 'BindingException' is unchecked exception.103
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine has trailing spaces.107
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine has trailing spaces.110
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine has trailing spaces.117
errorLine contains a tab character.117
errorLine contains a tab character.118
errorLine has trailing spaces.119
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.124
errorLine contains a tab character.125
errorLine has trailing spaces.126
errorLine contains a tab character.126
errorLine contains a tab character.127
errorLine has trailing spaces.128
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.133
errorLine contains a tab character.134
errorLine has trailing spaces.135
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine contains a tab character.138
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine has trailing spaces.144
errorLine contains a tab character.144
errorLine contains a tab character.145
errorLine has trailing spaces.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 contains a tab character.151
errorLine contains a tab character.152
errorLine is longer than 80 characters.153
errorLine contains a tab character.153
errorLine is longer than 80 characters.154
errorLine contains a tab character.154
errorLine contains a tab character.155
errorLine has trailing spaces.156
errorLine contains a tab character.156
errorLine contains a tab character.157
errorUnused @param tag for 'listener-'.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 has trailing spaces.168
errorUnused @param tag for 'listener-'.169
errorLine contains a tab character.173
errorLine contains a tab character.174
errorLine contains a tab character.176
errorLine is longer than 80 characters.177
errorLine contains a tab character.177
errorLine contains a tab character.178
errorLine is longer than 80 characters.179
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 has trailing spaces.182
errorLine contains a tab character.182
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.188
errorLine contains a tab character.189
errorLine has trailing spaces.190
errorLine contains a tab character.190
errorLine contains a tab character.191
errorLine contains a tab character.192
errorLine contains a tab character.193
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine has trailing spaces.197
errorLine contains a tab character.197
errorLine contains a tab character.198
errorUnused @param tag for 'rootObject'.198
errorLine contains a tab character.199
errorLine has trailing spaces.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.205
errorLine contains a tab character.206
errorLine contains a tab character.207
errorLine contains a tab character.208
errorLine has trailing spaces.209
errorLine contains a tab character.209
errorLine is longer than 80 characters.210
errorLine contains a tab character.210
errorLine contains a tab character.211
errorLine contains a tab character.212
errorLine has trailing spaces.213
errorLine contains a tab character.213
errorLine contains a tab character.214
errorLine contains a tab character.215
errorLine has trailing spaces.216
errorLine contains a tab character.216
errorLine contains a tab character.217
errorLine has trailing spaces.218
errorLine contains a tab character.218
errorLine contains a tab character.219
errorLine contains a tab character.220
errorLine contains a tab character.221
errorLine contains a tab character.223
errorLine contains a tab character.224
errorLine has trailing spaces.225
errorLine contains a tab character.225
errorLine contains a tab character.226
errorLine has trailing spaces.227
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine contains a tab character.229
errorLine contains a tab character.230
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
errorLine contains a tab character.236
errorLine has trailing spaces.237
errorLine contains a tab character.237
errorLine contains a tab character.238
errorLine has trailing spaces.239
errorLine contains a tab character.239
errorLine contains a tab character.240
errorLine contains a tab character.241
errorLine contains a tab character.242
errorRedundant throws: 'BindingException' is unchecked exception.242
errorLine contains a tab character.244
errorLine contains a tab character.245
errorLine contains a tab character.246
errorLine has trailing spaces.247
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine contains a tab character.249
errorLine contains a tab character.250
errorLine contains a tab character.251
errorLine has trailing spaces.252
errorLine contains a tab character.252
errorLine contains a tab character.253
errorLine has trailing spaces.254
errorLine contains a tab character.254
errorLine has trailing spaces.255
errorLine contains a tab character.255
errorLine contains a tab character.256
errorLine contains a tab character.257
errorUnused @param tag for 'id'.257
errorLine contains a tab character.258
errorLine contains a tab character.259
errorLine has trailing spaces.260
errorLine contains a tab character.260
errorLine contains a tab character.261
errorLine contains a tab character.262
errorLine has trailing spaces.263
errorLine contains a tab character.263
errorLine contains a tab character.264
errorLine has trailing spaces.265
errorLine contains a tab character.265
errorLine contains a tab character.266
errorLine contains a tab character.267
errorLine contains a tab character.268
errorLine has trailing spaces.269
errorLine contains a tab character.269
errorLine contains a tab character.270
errorLine contains a tab character.271
errorLine has trailing spaces.272
errorLine contains a tab character.272
errorLine contains a tab character.273
errorLine contains a tab character.274
errorLine contains a tab character.275
error'<' is not preceded with whitespace.275
error'<' is not followed by whitespace.275
error'>' is not preceded with whitespace.275
errorLine has trailing spaces.276
errorLine contains a tab character.276
errorLine contains a tab character.277
errorLine contains a tab character.278
errorLine has trailing spaces.279
errorLine contains a tab character.279
errorLine contains a tab character.280
errorLine contains a tab character.281
errorLine contains a tab character.282
errorLine has trailing spaces.283
errorLine contains a tab character.283
errorLine contains a tab character.284
errorLine contains a tab character.285
errorLine has trailing spaces.286
errorLine contains a tab character.286
errorLine contains a tab character.287
errorLine contains a tab character.288
errorLine contains a tab character.289
errorLine has trailing spaces.290
errorLine contains a tab character.290
errorLine contains a tab character.291
errorLine contains a tab character.292
errorLine has trailing spaces.293
errorLine contains a tab character.293
errorLine contains a tab character.294
errorLine contains a tab character.295
errorLine has trailing spaces.296
errorLine contains a tab character.296
errorLine contains a tab character.297
errorLine contains a tab character.298
errorLine contains a tab character.300
errorLine contains a tab character.301
errorLine has trailing spaces.302
errorLine contains a tab character.302
errorLine contains a tab character.303
errorLine contains a tab character.304
errorLine contains a tab character.305
errorLine has trailing spaces.306
errorLine contains a tab character.306
errorLine contains a tab character.307
errorLine contains a tab character.308
errorLine has trailing spaces.309
errorLine contains a tab character.309
errorLine contains a tab character.310
errorLine contains a tab character.311
errorLine contains a tab character.312
error'<' is not preceded with whitespace.312
error'<' is not followed by whitespace.312
error'>' is not preceded with whitespace.312
errorLine has trailing spaces.314
errorLine contains a tab character.314
errorLine contains a tab character.315
errorLine is longer than 80 characters.316
errorLine contains a tab character.316
errorLine contains a tab character.317
errorLine has trailing spaces.318
errorLine contains a tab character.318
errorLine contains a tab character.319
errorLine contains a tab character.320
errorLine has trailing spaces.321
errorLine contains a tab character.321
errorLine contains a tab character.322
errorLine contains a tab character.323
errorLine has trailing spaces.324
errorLine contains a tab character.324
errorLine contains a tab character.325
errorLine has trailing spaces.326
errorLine contains a tab character.326
errorLine contains a tab character.327
errorLine contains a tab character.328
errorLine contains a tab character.330
errorLine is longer than 80 characters.331
errorLine contains a tab character.331
errorLine contains a tab character.332
errorLine has trailing spaces.333
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 has trailing spaces.337
errorLine contains a tab character.337
errorLine has trailing spaces.338
errorLine contains a tab character.338
errorLine contains a tab character.339
errorLine is longer than 80 characters.340
errorLine contains a tab character.340
errorLine contains a tab character.341
errorLine has trailing spaces.342
errorLine contains a tab character.342
errorLine contains a tab character.343
errorLine contains a tab character.344
errorLine contains a tab character.346
errorLine is longer than 80 characters.347
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 has trailing spaces.351
errorLine contains a tab character.351

net/sf/echobinding/validation/Validator.java

ViolationMessageLine
errorLine has trailing spaces.35
errorLine has trailing spaces.36
errorLine contains a tab character.40
errorMissing a Javadoc comment.40

net/sf/echobinding/model/PresentationModel.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine has trailing spaces.41
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
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 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
errorLine contains a tab character.56
errorLine contains a tab character.57
errorExpected @param tag for 'context'.57
errorLine has trailing spaces.58
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine is longer than 80 characters.60
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine has trailing spaces.64
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine is longer than 80 characters.66
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 has trailing spaces.70
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine has trailing spaces.72
errorLine contains a tab character.72
errorLine has trailing spaces.73
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75

net/sf/echobinding/binding/OgnlBindingContext.java

ViolationMessageLine
errorUnused import - java.io.Serializable.33
errorLine has trailing spaces.47
errorLine contains a tab character.51
errorMissing a Javadoc comment.51
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 contains a tab character.58
errorMissing a Javadoc comment.58
errorLine is longer than 80 characters.59
errorLine contains a tab character.59
errorName '_logger' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
errorLine has trailing spaces.60
errorLine contains a tab character.60
errorLine contains a tab character.61
errorMissing a Javadoc comment.61
errorName '_model' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
errorLine contains a tab character.63
errorMissing a Javadoc comment.63
errorName '_ognlContext' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
errorLine is longer than 80 characters.65
errorLine contains a tab character.65
errorMissing a Javadoc comment.65
error'<' is not preceded with whitespace.65
error'<' is not followed by whitespace.65
error'>' is not preceded with whitespace.65
errorName '_contextMap' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
error'<' is not preceded with whitespace.65
error'<' is not followed by whitespace.65
error'>' is not preceded with whitespace.65
error'>' is not followed by whitespace.65
errorLine contains a tab character.67
errorMissing a Javadoc comment.67
errorName '_validationHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'.67
errorLine has trailing spaces.69
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
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorParameter bean should be final.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.81
errorLine contains a tab character.82
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.89
errorMethod 'add' is not designed for extension - needs to be abstract, final or empty.89
errorMissing a Javadoc comment.89
errorParameter id should be final.89
errorParameter adapter should be final.89
error'if' construct must use '{}'s.91
errorLine contains a tab character.91
errorLine is longer than 80 characters.92
errorLine contains a tab character.92
errorLine contains a tab character.94
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.100
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.100
errorMissing a Javadoc comment.100
errorParameter id should be final.100
errorRedundant throws: 'BindingException' is unchecked exception.100
errorLine contains a tab character.101
errorLine contains a tab character.103
errorAvoid inline conditionals.103
errorLine contains a tab character.104
errorLine has trailing spaces.105
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine has trailing spaces.109
errorLine contains a tab character.109
errorLine has trailing spaces.110
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine has trailing spaces.113
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.117
errorMissing a Javadoc comment.117
errorParameter id should be final.117
errorParameter value should be final.117
errorRedundant throws: 'BindingException' is unchecked exception.117
errorLine contains a tab character.119
errorLine contains a tab character.121
errorLine has trailing spaces.122
errorLine contains a tab character.122
error'if' construct must use '{}'s.123
errorLine contains a tab character.123
errorLine contains a tab character.124
error'(' is followed by whitespace.124
error')' is preceded with whitespace.124
error'else' construct must use '{}'s.125
errorLine contains a tab character.125
errorLine contains a tab character.126
error'(' is followed by whitespace.126
error')' is preceded with 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 contains a tab character.131
errorLine contains a tab character.132
errorLine has trailing spaces.133
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorMethod 'validate' is not designed for extension - needs to be abstract, final or empty.137
errorMissing a Javadoc comment.137
errorLine contains a tab character.138
errorParameter id should be final.138
errorParameter value should be final.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
error'if' is not followed by whitespace.142
errorLine contains a tab character.143
error'(' is followed by whitespace.143
error')' is preceded with whitespace.143
errorLine contains a tab character.144
errorLine has trailing spaces.145
errorLine contains a tab character.145
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine has trailing spaces.148
errorLine contains a tab character.148
errorLine has trailing spaces.149
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine has trailing spaces.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
errorMethod 'getModel' is not designed for extension - needs to be abstract, final or empty.155
errorMissing a Javadoc comment.155
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine contains a tab character.159
errorLine contains a tab character.160
errorLine has trailing spaces.161
errorLine contains a tab character.161
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.164
errorMethod 'setModel' is not designed for extension - needs to be abstract, final or empty.164
errorMissing a Javadoc comment.164
errorParameter bean should be final.164
errorLine contains a tab character.165
errorLine has trailing spaces.166
errorLine contains a tab character.166
errorLine contains a tab character.167
error'(' is followed by whitespace.167
error')' is preceded with whitespace.167
errorLine has trailing spaces.168
errorLine contains a tab character.168
errorLine contains a tab character.169
errorLine contains a tab character.170
errorLine has trailing spaces.171
errorLine contains a tab character.171
errorLine has trailing spaces.172
errorLine contains a tab character.172
errorLine contains a tab character.174
errorMethod 'setPresentationModel' is not designed for extension - needs to be abstract, final or empty.174
errorMissing a Javadoc comment.174
errorLine contains a tab character.175
errorParameter presentationModel should be final.175
errorLine contains a tab character.176
error'(' is followed by whitespace.176
error')' is preceded with whitespace.176
errorLine contains a tab character.177
error'(' is followed by whitespace.177
error')' is preceded with whitespace.177
errorLine contains a tab character.178
errorLine contains a tab character.180
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine has trailing spaces.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
errorParameter contextRoot should be final.186
errorExpected @param tag for 'contextRoot'.186
error'if' construct must use '{}'s.187
errorLine contains a tab character.187
error'if' is not followed by whitespace.187
error'==' is not preceded with whitespace.187
error'==' is not followed by whitespace.187
errorLine contains a tab character.188
errorLine has trailing spaces.189
errorLine contains a tab character.189
errorLine contains a tab character.190
error'(' is followed by whitespace.190
error')' is preceded with whitespace.190
errorLine is longer than 80 characters.191
errorLine contains a tab character.191
errorLine contains a tab character.192
errorLine has trailing spaces.193
errorLine contains a tab character.193
error'}' should be on the same line.193
errorLine contains a tab character.194
errorLine is longer than 80 characters.195
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine is longer than 80 characters.197
errorLine contains a tab character.197
errorLine contains a tab character.198
errorLine contains a tab character.199
errorLine contains a tab character.200
errorLine is longer than 80 characters.201
errorLine contains a tab character.201
errorLine is longer than 80 characters.202
errorLine contains a tab character.202
errorLine contains a tab character.203
errorMust have at least one statement.203
errorLine contains a tab character.204
errorLine contains a tab character.205
errorLine contains a tab character.206
errorLine contains a tab character.207
errorLine contains a tab character.209
errorLine is longer than 80 characters.210
errorLine contains a tab character.210
errorLine contains a tab character.211
errorLine has trailing spaces.212
errorLine contains a tab character.212
errorLine contains a tab character.213
errorLine contains a tab character.214
errorLine contains a tab character.215
errorLine contains a tab character.216
errorExpected an @return tag.217
errorLine contains a tab character.217
errorMethod 'addModel' is not designed for extension - needs to be abstract, final or empty.217
errorParameter contextName should be final.217
errorExpected @param tag for 'contextName'.217
errorParameter bean should be final.217
errorExpected @param tag for 'bean'.217
error'if' construct must use '{}'s.219
errorLine contains a tab character.219
errorLine contains a tab character.220
errorLine contains a tab character.221
error'(' is followed by whitespace.221
error')' is preceded with whitespace.221
errorLine contains a tab character.223
errorLine contains a tab character.225
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine has trailing spaces.230
errorLine contains a tab character.230
errorLine contains a tab character.231
errorMethod 'createChild' is not designed for extension - needs to be abstract, final or empty.231
errorMissing a Javadoc comment.231
errorLine contains a tab character.233
errorLine is longer than 80 characters.235
errorLine contains a tab character.235
error'<' is not preceded with whitespace.235
error'<' is not followed by whitespace.235
error'>' is not preceded with whitespace.235
errorLine is longer than 80 characters.236
errorLine contains a tab character.236
errorLine contains a tab character.237
errorLine contains a tab character.238
errorLine contains a tab character.240
errorLine contains a tab character.241
errorLine has trailing spaces.242
errorLine contains a tab character.242
error'if' construct must use '{}'s.243
errorLine contains a tab character.243
error'if' is not followed by whitespace.243
error'!=' is not preceded with whitespace.243
error'!=' is not followed by whitespace.243
errorLine is longer than 80 characters.244
errorLine contains a tab character.244
errorLine contains a tab character.246
errorLine has trailing spaces.247
errorLine contains a tab character.247
errorLine contains a tab character.248
errorLine contains a tab character.250
errorLine contains a tab character.251
errorLine contains a tab character.253
errorLine has trailing spaces.254
errorLine contains a tab character.254
errorLine has trailing spaces.255
errorLine contains a tab character.255
errorLine contains a tab character.256
errorLine contains a tab character.257
errorExpected an @return tag.258
errorLine contains a tab character.258
errorMethod 'getContextMap' is not designed for extension - needs to be abstract, final or empty.258
error'<' is not preceded with whitespace.258
error'<' is not followed by whitespace.258
error'>' is not preceded with whitespace.258
errorLine contains a tab character.259
errorLine contains a tab character.260
errorLine contains a tab character.262
errorMethod 'getOgnlContext' is not designed for extension - needs to be abstract, final or empty.262
errorMissing a Javadoc comment.262
errorLine contains a tab character.263
errorLine contains a tab character.264
errorLine contains a tab character.266
errorLine contains a tab character.267
errorLine has trailing spaces.268
errorLine contains a tab character.268
errorLine has trailing spaces.269
errorLine contains a tab character.269
errorLine contains a tab character.270
errorLine contains a tab character.271
errorLine contains a tab character.272
errorMethod 'setContextMap' is not designed for extension - needs to be abstract, final or empty.272
errorParameter contextMap should be final.272
error'<' is not preceded with whitespace.272
error'<' is not followed by whitespace.272
error'>' is not preceded with whitespace.272
errorExpected @param tag for 'contextMap'.272
errorLine contains a tab character.273
errorLine contains a tab character.274
errorLine is longer than 80 characters.275
errorLine contains a tab character.275
error'<' is not preceded with whitespace.275
error'<' is not followed by whitespace.275
error'>' is not preceded with whitespace.275
errorLine is longer than 80 characters.276
errorLine contains a tab character.276
errorLine contains a tab character.277
errorLine contains a tab character.278
errorLine contains a tab character.279
errorLine has trailing spaces.281
errorLine contains a tab character.281
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
errorMethod 'getValidationHandler' is not designed for extension - needs to be abstract, final or empty.285
errorMissing a Javadoc comment.285
errorParameter id should be final.285
errorLine is longer than 80 characters.286
errorLine contains a tab character.286
errorLine contains a tab character.287
error'==' is not preceded with whitespace.287
error'==' is not followed by whitespace.287
errorAvoid inline conditionals.287
errorLine contains a tab character.288
errorLine contains a tab character.290
errorLine is longer than 80 characters.291
errorLine contains a tab character.291
errorLine contains a tab character.292
errorLine contains a tab character.293
errorMethod 'setValidationHandler' is not designed for extension - needs to be abstract, final or empty.293
errorMissing a Javadoc comment.293
errorParameter handler should be final.293
errorLine contains a tab character.294
errorLine contains a tab character.295
errorLine contains a tab character.296
errorLine contains a tab character.298
errorLine contains a tab character.299
errorLine contains a tab character.300
errorLine contains a tab character.301
errorMethod 'getValidationHandler' is not designed for extension - needs to be abstract, final or empty.301
errorMissing a Javadoc comment.301
errorLine contains a tab character.302
errorLine contains a tab character.303
errorLine has trailing spaces.305
errorLine contains a tab character.305
errorLine contains a tab character.306
errorLine is longer than 80 characters.307
errorLine contains a tab character.307
errorLine contains a tab character.308
errorLine is longer than 80 characters.309
errorLine contains a tab character.309
errorMethod 'isDirty' is not designed for extension - needs to be abstract, final or empty.309
errorMissing a Javadoc comment.309
errorParameter id should be final.309
errorParameter value should be final.309
errorRedundant throws: 'BindingException' is unchecked exception.309
errorLine contains a tab character.310
error'(' is followed by whitespace.310
error')' is preceded with whitespace.310
errorLine contains a tab character.311
error'if' is not followed by whitespace.311
error'==' is not preceded with whitespace.311
error'==' is not followed by whitespace.311
error'if' construct must use '{}'s.312
errorLine contains a tab character.312
error'if' is not followed by whitespace.312
error'==' is not preceded with whitespace.312
error'==' is not followed by whitespace.312
errorLine contains a tab character.313
errorLine contains a tab character.314
errorLine contains a tab character.315
errorLine contains a tab character.316
error'!' is followed by whitespace.316
errorLine contains a tab character.317
errorLine contains a tab character.320
errorLine is longer than 80 characters.321
errorLine contains a tab character.321
errorLine is longer than 80 characters.322
errorLine contains a tab character.322
errorLine is longer than 80 characters.323
errorLine contains a tab character.323
errorLine contains a tab character.324
errorLine has trailing spaces.325
errorLine contains a tab character.325
errorLine contains a tab character.326
errorLine contains a tab character.327
errorLine contains a tab character.328
errorExpected an @return tag.329
errorLine contains a tab character.329
errorMethod 'getAdapter' is not designed for extension - needs to be abstract, final or empty.329
errorParameter id should be final.329
errorExpected @param tag for 'id'.329
errorLine is longer than 80 characters.330
errorLine contains a tab character.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 has trailing spaces.338
errorLine contains a tab character.338

net/sf/echobinding/util/Util.java

ViolationMessageLine
errorUtility classes should not have a public or default constructor.33
errorLine contains a tab character.35
errorMissing a Javadoc comment.35
errorLine has trailing spaces.36
errorLine contains a tab character.36
errorLine contains a tab character.37
errorMissing a Javadoc comment.37
errorParameter value should be final.37
errorLine contains a tab character.38
error'==' is not preceded with whitespace.38
error'==' is not followed by whitespace.38
errorAvoid inline conditionals.38
errorLine contains a tab character.39
errorLine contains a tab character.41
errorMissing a Javadoc comment.41
errorParameter string should be final.41
errorLine contains a tab character.42
errorAvoid inline conditionals.42
errorLine contains a tab character.43

net/sf/echobinding/controls/CheckBox.java

ViolationMessageLine
errorLine has trailing spaces.42
errorLine contains a tab character.46
errorLine contains a tab character.48
errorMissing a Javadoc comment.48
errorLine contains a tab character.50
errorLine has trailing spaces.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.56
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorParameter text should be final.61
errorExpected @param tag for 'text'.61
errorLine contains a tab character.62
errorLine contains a tab character.64
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorParameter icon should be final.69
errorExpected @param tag for 'icon'.69
errorLine contains a tab character.70
errorLine contains a tab character.72
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
errorParameter text should be final.78
errorExpected @param tag for 'text'.78
errorParameter icon should be final.78
errorExpected @param tag for 'icon'.78
errorLine contains a tab character.79
errorLine contains a tab character.81
errorLine has trailing spaces.82
errorLine contains a tab character.82
errorLine contains a tab character.83
errorMissing a Javadoc comment.83
errorName '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
errorLine contains a tab character.84
errorMissing a Javadoc comment.84
errorName '_ctx' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
errorLine contains a tab character.85
errorMissing a Javadoc comment.85
errorName '_validationHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
errorLine has trailing spaces.86
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine has trailing spaces.89
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
errorParameter adapterId should be final.93
errorExpected @param tag for 'adapterId'.93
errorParameter context should be final.93
errorExpected @param tag for 'context'.93
error')' is preceded with whitespace.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
error'(' is followed by whitespace.97
error')' is preceded with whitespace.97
errorLine contains a tab character.98
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
errorLine contains a tab character.103
errorMethod 'setBindingConext' is not designed for extension - needs to be abstract, final or empty.103
errorMissing a Javadoc comment.103
errorParameter context should be final.103
error'if' construct must use '{}'s.104
errorLine contains a tab character.104
error'if' is not followed by whitespace.104
error'if' construct must use '{}'s.105
errorLine contains a tab character.105
error'if' is not followed by whitespace.105
error'(' is followed by whitespace.105
errorLine contains a tab character.106
error'(' is followed by whitespace.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorMethod 'setAdapterId' is not designed for extension - needs to be abstract, final or empty.115
errorMissing a Javadoc comment.115
errorParameter bindingId should be final.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.119
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.122
errorMissing a Javadoc comment.122
errorLine contains a tab character.123
errorLine has trailing spaces.124
errorLine contains a tab character.124
errorLine contains a tab character.125
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorMethod 'save' is not designed for extension - needs to be abstract, final or empty.130
errorMissing a Javadoc comment.130
error'if' construct must use '{}'s.131
errorLine contains a tab character.131
error'if' is not followed by whitespace.131
errorLine contains a tab character.132
errorLine contains a tab character.133
error'if' construct must use '{}'s.134
errorLine contains a tab character.134
error'if' is not followed by whitespace.134
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.138
errorLine is longer than 80 characters.139
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.141
errorMethod 'propertyChange' is not designed for extension - needs to be abstract, final or empty.141
errorMissing a Javadoc comment.141
errorParameter event should be final.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine has trailing spaces.144
errorLine contains a tab character.144
errorLine contains a tab character.145
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.148
errorMethod 'isValid' is not designed for extension - needs to be abstract, final or empty.148
errorMissing a Javadoc comment.148
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine has trailing spaces.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
errorMethod 'validateInput' is not designed for extension - needs to be abstract, final or empty.156
errorMissing a Javadoc comment.156
errorLine contains a tab character.157
errorLine has trailing spaces.158
errorLine contains a tab character.158
error'if' construct must use '{}'s.159
errorLine contains a tab character.159
error'if' is not followed by whitespace.159
errorLine contains a tab character.160
error'else' construct must use '{}'s.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
errorMissing a Javadoc comment.165
errorLine contains a tab character.166
error'if' is not followed by whitespace.166
error'(' is followed by whitespace.166
error')' is preceded with whitespace.166
errorLine contains a tab character.167
error'if' construct must use '{}'s.168
errorLine contains a tab character.168
error'if' is not followed by whitespace.168
error'(' is followed by whitespace.168
error')' is preceded with whitespace.168
errorLine is longer than 80 characters.169
errorLine contains a tab character.169
errorLine contains a tab character.170
errorLine contains a tab character.171
errorLine contains a tab character.173
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine contains a tab character.176
errorMethod 'isDirty' is not designed for extension - needs to be abstract, final or empty.176
errorMissing a Javadoc comment.176
errorLine contains a tab character.177
error')' is preceded with whitespace.177
errorLine contains a tab character.178
errorLine contains a tab character.180
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine contains a tab character.183
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.183
errorMissing a Javadoc comment.183
errorLine contains a tab character.184
errorLine contains a tab character.185
errorLine contains a tab character.187
errorLine is longer than 80 characters.188
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine contains a tab character.190
errorMethod 'actionPerformed' is not designed for extension - needs to be abstract, final or empty.190
errorMissing a Javadoc comment.190
errorParameter arg0 should be final.190
errorLine is longer than 80 characters.191
errorLine contains a tab character.191
error'(' is followed by whitespace.191
error')' is preceded with whitespace.191
errorLine contains a tab character.192
errorLine contains a tab character.194
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine contains a tab character.197
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.197
errorMissing a Javadoc comment.197
errorParameter value should be final.197
error'if' construct must use '{}'s.198
errorLine contains a tab character.198
error'if' is not followed by whitespace.198
error'==' is not preceded with whitespace.198
error'==' is not followed by whitespace.198
errorLine contains a tab character.199
error'(' is followed by whitespace.199
error')' is preceded with whitespace.199
errorLine contains a tab character.200
errorLine has trailing spaces.201
errorLine contains a tab character.201

net/sf/echobinding/datacontrol/Form.java

ViolationMessageLine
errorLine has trailing spaces.33
errorFirst sentence should end with a period.38
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine has trailing spaces.43
errorLine contains a tab character.43
errorFirst sentence should end with a period.44
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 has trailing spaces.49
errorLine contains a tab character.49
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorFirst sentence should end with a period.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine has trailing spaces.53
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine has trailing spaces.56
errorLine contains a tab character.56
errorLine has trailing spaces.57
errorLine contains a tab character.57
errorLine contains a tab character.58
errorMissing a Javadoc comment.58

net/sf/echobinding/BoundControl.java

ViolationMessageLine
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine has trailing spaces.45
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.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 contains a tab character.57
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.64
errorLine contains a tab character.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
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
errorLine contains a tab character.74
errorLine contains a tab character.75
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 contains a tab character.82
errorLine contains a tab character.84
errorLine is longer than 80 characters.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 has trailing spaces.89
errorLine contains a tab character.89
errorLine has trailing spaces.90
errorLine contains a tab character.90
errorLine contains a tab character.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
errorExpected an @return tag.96
errorLine contains a tab character.96
errorLine has trailing spaces.97
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine has trailing spaces.100
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorExpected @param tag for 'value'.103
errorLine has trailing spaces.104
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
errorExpected an @return tag.109
errorLine contains a tab character.109
errorLine has trailing spaces.110
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine has trailing spaces.113
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorExpected @param tag for 'border'.116
errorLine has trailing spaces.117
errorLine contains a tab character.117

net/sf/echobinding/binding/PropertyAdapter.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - net.sf.echobinding.validation.*.35
errorLine is longer than 80 characters.38
errorLine has trailing spaces.42
errorLine contains a tab character.50
errorLine is longer than 80 characters.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine is longer than 80 characters.53
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
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine has trailing spaces.64
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine has trailing spaces.71
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine has trailing spaces.76
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorRedundant throws: 'BindingException' is unchecked exception.81
errorLine contains a tab character.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 has trailing spaces.88
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine has trailing spaces.90
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine is longer than 80 characters.92
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorRedundant throws: 'BindingException' is unchecked exception.95
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine is longer than 80 characters.100
errorLine contains a tab character.100
errorLine has trailing spaces.101
errorLine contains a tab character.101
errorLine has trailing spaces.102
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine has trailing spaces.104
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 has trailing spaces.109
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
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 has trailing spaces.118
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine has trailing spaces.120
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine has trailing spaces.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'<' is not preceded with whitespace.126
error'<' is not followed by whitespace.126
error'>' is not preceded with 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 has trailing spaces.132
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorExpected an @return tag.136
errorLine contains a tab character.136
errorExpected @param tag for 'validator'.136
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine has trailing spaces.140
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine has trailing spaces.143
errorLine contains a tab character.143
errorLine contains a tab character.144
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 has trailing spaces.150
errorLine contains a tab character.150
errorLine contains a tab character.151
errorUnused @param tag for 'format'.151
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine has trailing spaces.159
errorLine contains a tab character.159
errorLine contains a tab character.160
errorLine contains a tab character.161
errorLine has trailing spaces.162
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.164
errorLine contains a tab character.165
errorLine contains a tab character.167
errorLine contains a tab character.168
errorLine has trailing spaces.169
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.175
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine has trailing spaces.178
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine has trailing spaces.181
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine contains a tab character.183
errorLine contains a tab character.184
errorLine contains a tab character.186
errorLine contains a tab character.187
errorLine has trailing spaces.188
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine contains a tab character.190
errorLine contains a tab character.191
errorLine has trailing spaces.192
errorLine contains a tab character.192
errorLine contains a tab character.193
errorLine contains a tab character.194
errorLine contains a tab character.195
errorLine has trailing spaces.196
errorLine contains a tab character.196
errorLine is longer than 80 characters.197
errorLine contains a tab character.197
errorLine contains a tab character.198
errorLine has trailing spaces.199
errorLine contains a tab character.199
errorLine contains a tab character.200
errorLine contains a tab character.201
errorLine has trailing spaces.202
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.207
errorLine contains a tab character.208
errorLine has trailing spaces.209
errorLine contains a tab character.209
errorLine contains a tab character.210
errorLine contains a tab character.211
errorLine contains a tab character.212
errorLine contains a tab character.214
errorLine is longer than 80 characters.215
errorLine contains a tab character.215
errorLine contains a tab character.216
errorLine has trailing spaces.217
errorLine contains a tab character.217
errorLine contains a tab character.218
errorLine contains a tab character.219
errorLine contains a tab character.220
errorLine contains a tab character.222
errorLine contains a tab character.223
errorLine contains a tab character.224
errorLine has trailing spaces.225
errorLine contains a tab character.225
errorLine contains a tab character.226
errorLine contains a tab character.227
errorLine has trailing spaces.228
errorLine contains a tab character.228
errorLine contains a tab character.229
errorLine contains a tab character.230
errorLine contains a tab character.231
errorLine contains a tab character.233
errorLine contains a tab character.234
errorLine has trailing spaces.235
errorLine contains a tab character.235
errorLine contains a tab character.236
errorLine contains a tab character.237
errorLine contains a tab character.238

net/sf/echobinding/table/BoundTableCollectionCellRenderer.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - nextapp.echo2.app.*.34
errorLine has trailing spaces.41
errorLine contains a tab character.45
errorMissing a Javadoc comment.45
errorFirst sentence should end with a period.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine has trailing spaces.49
errorLine contains a tab character.49
errorLine contains a tab character.50
errorExpected an @return tag.51
errorLine is longer than 80 characters.51
errorLine contains a tab character.51
errorMethod 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty.51
errorParameter table should be final.51
errorExpected @param tag for 'table'.51
errorParameter value should be final.51
errorExpected @param tag for 'value'.51
errorLine contains a tab character.52
errorExpected @param tag for 'col'.52
errorExpected @param tag for 'row'.52
errorLine has trailing spaces.53
errorLine contains a tab character.53
errorLine contains a tab character.54
error'(' is followed by whitespace.54
error')' is preceded with whitespace.54
errorLine contains a tab character.55
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorExpected an @return tag.64
errorLine is longer than 80 characters.64
errorLine contains a tab character.64
errorMethod 'createButton' is not designed for extension - needs to be abstract, final or empty.64
errorParameter table should be final.64
errorExpected @param tag for 'table'.64
errorParameter value should be final.64
errorExpected @param tag for 'value'.64
errorExpected @param tag for 'col'.64
errorExpected @param tag for 'row'.64
errorLine contains a tab character.65
error'cast' is not followed by whitespace.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine has trailing spaces.68
errorLine contains a tab character.68
errorLine contains a tab character.69
error'(' is followed by whitespace.69
error')' is preceded with whitespace.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
errorLine contains a tab character.75
errorParameter event should be final.75
errorLine contains a tab character.76
error'(' is followed by whitespace.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.83
errorLine has trailing spaces.84
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine contains a tab character.87
errorExpected an @return tag.88
errorLine contains a tab character.88
errorMethod 'createButtonText' is not designed for extension - needs to be abstract, final or empty.88
errorExpected @param tag for 'set'.88
errorLine contains a tab character.89
error'+' is not preceded with whitespace.89
error'+' is not followed by whitespace.89
error'+' is not preceded with whitespace.89
error'+' is not followed by whitespace.89
errorLine contains a tab character.90

net/sf/echobinding/binding/AbstractPropertyAdapter.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - net.sf.echobinding.validation.*.36
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
errorName '_validators' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
errorLine contains a tab character.44
errorMissing a Javadoc comment.44
errorName '_format' must match pattern '^[a-z][a-zA-Z0-9]*$'.44
errorLine contains a tab character.45
errorMissing a Javadoc comment.45
errorName '_decorator' must match pattern '^[a-z][a-zA-Z0-9]*$'.45
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
errorName '_label' must match pattern '^[a-z][a-zA-Z0-9]*$'.46
errorLine contains a tab character.47
errorMissing a Javadoc comment.47
errorName '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
errorLine contains a tab character.48
errorMissing a Javadoc comment.48
errorName '_validationHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'.48
errorLine contains a tab character.49
errorMissing a Javadoc comment.49
errorName '_subContext' must match pattern '^[a-z][a-zA-Z0-9]*$'.49
errorLine contains a tab character.51
errorMethod 'format' is not designed for extension - needs to be abstract, final or empty.51
errorMissing a Javadoc comment.51
errorParameter value should be final.51
error'if' construct must use '{}'s.52
errorLine contains a tab character.52
error'if' is not followed by whitespace.52
error'!=' is not preceded with whitespace.52
error'!=' is not followed by whitespace.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.57
errorMethod 'parse' is not designed for extension - needs to be abstract, final or empty.57
errorMissing a Javadoc comment.57
errorParameter value should be final.57
error'if' construct must use '{}'s.58
errorLine contains a tab character.58
error'if' is not followed by whitespace.58
error'!=' is not preceded with whitespace.58
error'!=' is not followed by whitespace.58
errorLine contains a tab character.59
error'cast' is not followed by whitespace.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.63
errorMethod 'validate' is not designed for extension - needs to be abstract, final or empty.63
errorMissing a Javadoc comment.63
errorParameter bean should be final.63
errorParameter value should be final.63
errorLine has trailing spaces.64
errorLine contains a tab character.64
errorLine is longer than 80 characters.65
errorLine contains a tab character.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
error'if' is not followed by whitespace.67
error'!=' is not preceded with whitespace.67
error'!=' is not followed by whitespace.67
errorLine contains a tab character.68
error'for' is not followed by whitespace.68
error')' is preceded with whitespace.68
errorLine is longer than 80 characters.69
errorLine contains a tab character.69
error'(' is followed by whitespace.69
error'(' is followed by whitespace.69
error')' is preceded with whitespace.69
error')' is preceded with whitespace.69
error'if' construct must use '{}'s.70
errorLine is longer than 80 characters.70
errorLine contains a tab character.70
error'if' is not followed by whitespace.70
errorLine contains a tab character.71
errorLine has trailing spaces.72
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine has trailing spaces.75
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.79
errorMethod 'setValidators' is not designed for extension - needs to be abstract, final or empty.79
errorMissing a Javadoc comment.79
errorParameter validators should be final.79
error'<' is not preceded with whitespace.79
error'<' is not followed by whitespace.79
error'>' is not preceded with whitespace.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.84
errorMethod 'addValidator' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
errorParameter validator should be final.84
error'if' construct must use '{}'s.85
errorLine contains a tab character.85
error'if' is not followed by whitespace.85
error'==' is not preceded with whitespace.85
error'==' is not followed by whitespace.85
errorLine contains a tab character.86
error'<' is not preceded with whitespace.86
error'<' is not followed by whitespace.86
error'>' is not preceded with whitespace.86
error'>' is not followed by whitespace.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.91
errorMethod 'setFormat' is not designed for extension - needs to be abstract, final or empty.91
errorMissing a Javadoc comment.91
errorParameter format should be final.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.96
errorMethod 'setDecorator' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
errorParameter decorator should be final.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.101
errorMethod 'getDecorator' is not designed for extension - needs to be abstract, final or empty.101
errorMissing a Javadoc comment.101
error'if' construct must use '{}'s.102
errorLine contains a tab character.102
error'if' is not followed by whitespace.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.107
errorMethod 'getLabel' is not designed for extension - needs to be abstract, final or empty.107
errorMissing a Javadoc comment.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.112
errorMethod 'setLabel' is not designed for extension - needs to be abstract, final or empty.112
errorMissing a Javadoc comment.112
errorParameter label should be final.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.117
errorMethod 'getId' is not designed for extension - needs to be abstract, final or empty.117
errorMissing a Javadoc comment.117
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.121
errorMethod 'setId' is not designed for extension - needs to be abstract, final or empty.121
errorMissing a Javadoc comment.121
errorParameter id should be final.121
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.124
errorLine contains a tab character.126
errorMethod 'getFormat' is not designed for extension - needs to be abstract, final or empty.126
errorMissing a Javadoc comment.126
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorMethod 'getValidators' is not designed for extension - needs to be abstract, final or empty.133
error'<' is not preceded with whitespace.133
error'<' is not followed by whitespace.133
error'>' is not preceded with whitespace.133
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine is longer than 80 characters.137
errorLine contains a tab character.137
errorMethod 'setValidationHandler' is not designed for extension - needs to be abstract, final or empty.137
errorMissing a Javadoc comment.137
errorParameter validationHandler should be final.137
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.142
errorMethod 'getValidationHandler' is not designed for extension - needs to be abstract, final or empty.142
errorMissing a Javadoc comment.142
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine contains a tab character.146
errorMethod 'setSubContext' is not designed for extension - needs to be abstract, final or empty.146
errorMissing a Javadoc comment.146
errorParameter context should be final.146
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine contains a tab character.149
errorLine contains a tab character.151
errorMethod 'getSubContext' is not designed for extension - needs to be abstract, final or empty.151
errorMissing a Javadoc comment.151
errorLine contains a tab character.152
errorLine contains a tab character.153

net/sf/echobinding/table/BrowseableTable.java

ViolationMessageLine
errorLine has trailing spaces.35
errorLine contains a tab character.35
errorMissing a Javadoc comment.35
errorLine has trailing spaces.36
errorLine contains a tab character.36
errorMissing a Javadoc comment.36
errorLine has trailing spaces.37
errorLine contains a tab character.37
errorMissing a Javadoc comment.37
errorLine has trailing spaces.38
errorLine contains a tab character.38
errorMissing a Javadoc comment.38

net/sf/echobinding/controls/TextField.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - net.sf.echobinding.validation.*.36
errorLine is longer than 80 characters.41
errorLine contains a tab character.43
errorMissing a Javadoc comment.43
errorLine contains a tab character.45
errorMissing a Javadoc comment.45
errorName '_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.45
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
errorName '_ctx' must match pattern '^[a-z][a-zA-Z0-9]*$'.46
errorLine contains a tab character.47
errorMissing a Javadoc comment.47
errorName '_validationHandler' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorFirst sentence should end with a period.49
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine has trailing spaces.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorParameter adapterId should be final.55
errorExpected @param tag for 'adapterId'.55
errorParameter context should be final.55
errorExpected @param tag for 'context'.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine contains a tab character.58
error'(' is followed by whitespace.58
error')' is preceded with whitespace.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine has trailing spaces.61
errorLine contains a tab character.61
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
errorMethod 'setBindingConext' is not designed for extension - needs to be abstract, final or empty.65
errorMissing a Javadoc comment.65
errorParameter context should be final.65
error'if' construct must use '{}'s.66
errorLine contains a tab character.66
error'if' is not followed by whitespace.66
error'if' construct must use '{}'s.67
errorLine contains a tab character.67
error'if' is not followed by whitespace.67
error'(' is followed by whitespace.67
errorLine contains a tab character.68
error'(' is followed by whitespace.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorMethod 'setAdapterId' is not designed for extension - needs to be abstract, final or empty.77
errorMissing a Javadoc comment.77
errorParameter id should be final.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorMethod 'save' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
error'if' construct must use '{}'s.85
errorLine contains a tab character.85
error'if' is not followed by whitespace.85
errorLine contains a tab character.86
errorLine contains a tab character.87
error'if' construct must use '{}'s.88
errorLine has trailing spaces.88
errorLine contains a tab character.88
error'if' is not followed by whitespace.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorMethod 'update' is not designed for extension - needs to be abstract, final or empty.95
errorMissing a Javadoc comment.95
errorLine contains a tab character.96
error'assert' is not followed by whitespace.96
errorLine contains a tab character.97
error'if' construct must use '{}'s.98
errorLine contains a tab character.98
error'if' is not followed by whitespace.98
error'(' is followed by whitespace.98
error'(' is followed by whitespace.98
error')' is preceded with whitespace.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 contains a tab character.102
errorLine contains a tab character.103
errorLine is longer than 80 characters.104
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorMethod 'propertyChange' is not designed for extension - needs to be abstract, final or empty.106
errorMissing a Javadoc comment.106
errorParameter event should be final.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine has trailing spaces.109
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorMethod 'isValid' is not designed for extension - needs to be abstract, final or empty.113
errorMissing a Javadoc comment.113
errorLine is longer than 80 characters.114
errorLine contains a tab character.114
error'(' is followed by whitespace.114
error')' is preceded with whitespace.114
errorLine contains a tab character.115
errorLine has trailing spaces.116
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.118
errorLine contains a tab character.120
errorMissing a Javadoc comment.120
errorLine contains a tab character.121
error'if' is not followed by whitespace.121
error'(' is followed by whitespace.121
error')' is preceded with whitespace.121
errorLine contains a tab character.122
error'if' construct must use '{}'s.123
errorLine contains a tab character.123
error'if' is not followed by whitespace.123
error'(' is followed by whitespace.123
error')' is preceded with whitespace.123
errorLine is longer than 80 characters.124
errorLine contains a tab character.124
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorMethod 'validateInput' is not designed for extension - needs to be abstract, final or empty.131
errorMissing a Javadoc comment.131
errorLine contains a tab character.132
error'if' construct must use '{}'s.133
errorLine contains a tab character.133
error'if' is not followed by whitespace.133
errorLine contains a tab character.134
error'else' construct must use '{}'s.135
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
errorMethod 'isDirty' is not designed for extension - needs to be abstract, final or empty.142
errorMissing a Javadoc comment.142
errorLine contains a tab character.143
error'(' is followed by whitespace.143
error')' is preceded with whitespace.143
errorLine contains a tab character.144
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine contains a tab character.149
errorMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.149
errorMissing a Javadoc comment.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine contains a tab character.155
errorLine contains a tab character.156
errorMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.156
errorMissing a Javadoc comment.156
errorParameter value should be final.156
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine has trailing spaces.159
errorLine contains a tab character.159

net/sf/echobinding/table/DefaultDataBoundTableCellRenderer.java

ViolationMessageLine
errorLine contains a tab character.45
errorMissing a Javadoc comment.45
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine has trailing spaces.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 is longer than 80 characters.57
errorLine contains a tab character.57
errorMethod 'getTableCellRendererComponent' is not designed for extension - needs to be abstract, final or empty.57
errorParameter table should be final.57
errorParameter value should be final.57
errorLine contains a tab character.58
errorParameter col should be final.58
errorParameter row should be final.58
errorLine contains a tab character.60
error'(' is followed by whitespace.60
error')' is preceded with whitespace.60
errorLine contains a tab character.61
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
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine has trailing spaces.70
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
errorMethod 'createLabel' is not designed for extension - needs to be abstract, final or empty.73
errorParameter table should be final.73
errorParameter value should be final.73
errorParameter col should be final.73
errorParameter row should be final.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 has trailing spaces.79
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82

net/sf/echobinding/validation/DefaultValidationHandler.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - nextapp.echo2.app.*.32
errorLine is longer than 80 characters.36
errorLine has trailing spaces.37
errorLine is longer than 80 characters.41
errorLine contains a tab character.41
errorMissing a Javadoc comment.41
errorName 'INVALID_BORDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
error')' is preceded with whitespace.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorMissing a Javadoc comment.43
errorName '_originalBorder' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
errorLine has trailing spaces.44
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine has trailing spaces.46
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorParameter widget should be final.48
errorExpected @param tag for 'widget'.48
errorLine contains a tab character.49
error'if' construct must use '{}'s.50
errorLine has trailing spaces.50
errorLine contains a tab character.50
error'(' is followed by whitespace.50
error'!' is followed by whitespace.50
error'(' is followed by whitespace.50
error')' is preceded with whitespace.50
error')' is preceded with whitespace.50
errorLine is longer than 80 characters.51
errorLine contains a tab character.51
error'+' is not preceded with whitespace.51
error'+' is not followed by whitespace.51
error')' is preceded with whitespace.51
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.56
errorLine is longer than 80 characters.57
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorMethod 'markInvalid' is not designed for extension - needs to be abstract, final or empty.59
errorMissing a Javadoc comment.59
errorParameter widget should be final.59
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
error'(' is followed by whitespace.63
error')' is preceded with whitespace.63
errorLine contains a tab character.64
errorLine contains a tab character.65
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
errorMethod 'markValid' is not designed for extension - needs to be abstract, final or empty.70
errorMissing a Javadoc comment.70
errorParameter widget should be final.70
errorLine has trailing spaces.71
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
error'(' is followed by whitespace.74
error')' is preceded with whitespace.74
errorLine contains a tab character.75
errorLine contains a tab character.76
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 contains a tab character.82
errorLine contains a tab character.83
errorParameter widget should be final.83
errorExpected @param tag for 'widget'.83
errorParameter border should be final.83
errorLine contains a tab character.84
errorLine contains a tab character.85
error'if' is not followed by whitespace.85
error'(' is followed by whitespace.85
error')' is preceded with whitespace.85
error'if' construct must use '{}'s.86
errorLine has trailing spaces.86
errorLine contains a tab character.86
error'if' is not followed by whitespace.86
error'(' is followed by whitespace.86
error')' is preceded with whitespace.86
errorLine contains a tab character.87
errorLine contains a tab character.88
error'}' should be on the same line.88
errorLine is longer than 80 characters.89
errorLine contains a tab character.89
error'if' is not followed by whitespace.89
error'(' is followed by whitespace.89
error'(' is followed by whitespace.89
error')' is preceded with whitespace.89
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.93
error'(' is followed by whitespace.93
error')' is preceded with whitespace.93
errorLine contains a tab character.94

net/sf/echobinding/decorator/Decorator.java

ViolationMessageLine
errorLine contains a tab character.36
errorMissing a Javadoc comment.36

net/sf/echobinding/persistence/DefaultPersistenceManager.java

ViolationMessageLine
errorType Javadoc comment is missing an @param <T> tag.36
error'<' is not preceded with whitespace.36
error'<' is not followed by whitespace.36
error'>' is not preceded with whitespace.36
error'<' is not preceded with whitespace.36
error'<' is not followed by whitespace.36
error'>' is not preceded with whitespace.36
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
errorName '_object' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
errorLine has trailing spaces.40
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine has trailing spaces.43
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorParameter object should be final.46
errorExpected @param tag for 'object'.46
errorLine contains a tab character.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine has trailing spaces.55
errorLine contains a tab character.55
errorLine is longer than 80 characters.56
errorLine contains a tab character.56
errorLine contains a tab character.57
errorExpected an @return tag.58
errorLine contains a tab character.58
errorMethod 'createNewObject' is not designed for extension - needs to be abstract, final or empty.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine is longer than 80 characters.62
errorLine contains a tab character.62
error'<' is not preceded with whitespace.62
error'<' is not followed by whitespace.62
error'>' is not preceded with whitespace.62
error'<' is not preceded with whitespace.62
error'<' is not followed by whitespace.62
error'>' is not preceded with whitespace.62
error'>' is not followed by whitespace.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 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
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 contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
errorMissing a Javadoc comment.83
errorParameter object should be final.83
errorLine contains a tab character.84
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.89
errorMethod 'copyObject' is not designed for extension - needs to be abstract, final or empty.89
errorMissing a Javadoc comment.89
errorParameter object should be final.89
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorMissing a Javadoc comment.97
errorParameter object should be final.97
errorLine contains a tab character.98
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorMethod 'isPersistent' is not designed for extension - needs to be abstract, final or empty.103
errorMissing a Javadoc comment.103
errorParameter object should be final.103
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine has trailing spaces.106
errorLine contains a tab character.106
errorLine has trailing spaces.107
errorLine contains a tab character.107
errorLine has trailing spaces.108
errorLine contains a tab character.108

net/sf/echobinding/table/EditableTable.java

ViolationMessageLine
errorType Javadoc comment is missing an @param <T> tag.35
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine has trailing spaces.39
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorExpected @param tag for 'context'.42
errorLine has trailing spaces.43
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 has trailing spaces.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 contains a tab character.54
errorExpected @param tag for 'context'.54
errorLine has trailing spaces.55
errorLine contains a tab character.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
errorExpected @param tag for 'context'.61
errorLine has trailing spaces.62
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine is longer than 80 characters.64
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine has trailing spaces.67
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorExpected @param tag for 'context'.70
errorLine has trailing spaces.71
errorLine contains a tab character.71
errorLine has trailing spaces.72
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine has trailing spaces.76
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
errorExpected an @return tag.80
errorLine contains a tab character.80
errorExpected @param tag for 'row'.80

net/sf/echobinding/decorator/DefaultDecorator.java

ViolationMessageLine
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorMethod 'decorate' 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

net/sf/echobinding/Configuration.java

ViolationMessageLine
errorLine is longer than 80 characters.39
errorLine contains a tab character.39
errorMissing a Javadoc comment.39
errorLine is longer than 80 characters.40
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorLine is longer than 80 characters.41
errorLine contains a tab character.41
errorMissing a Javadoc comment.41
errorLine is longer than 80 characters.42
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorLine is longer than 80 characters.44
errorLine contains a tab character.44
errorMissing a Javadoc comment.44
errorLine is longer than 80 characters.45
errorLine contains a tab character.45
errorMissing a Javadoc comment.45
errorLine is longer than 80 characters.46
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
errorLine is longer than 80 characters.47
errorLine contains a tab character.47
errorMissing a Javadoc comment.47
errorLine is longer than 80 characters.49
errorLine contains a tab character.49
errorMissing a Javadoc comment.49
errorLine is longer than 80 characters.50
errorLine contains a tab character.50
errorMissing a Javadoc comment.50
errorLine is longer than 80 characters.51
errorLine contains a tab character.51
errorMissing a Javadoc comment.51
errorLine is longer than 80 characters.52
errorLine contains a tab character.52
errorMissing a Javadoc comment.52

net/sf/echobinding/util/Images.java

ViolationMessageLine
errorUtility classes should not have a public or default constructor.35
errorLine contains a tab character.37
errorMissing a Javadoc comment.37
errorLine has trailing spaces.38
errorLine contains a tab character.38
errorLine is longer than 80 characters.39
errorLine contains a tab character.39
errorMissing a Javadoc comment.39
errorLine is longer than 80 characters.40
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorLine is longer than 80 characters.41
errorLine contains a tab character.41
errorMissing a Javadoc comment.41
errorLine is longer than 80 characters.42
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorLine is longer than 80 characters.43
errorLine contains a tab character.43
errorMissing a Javadoc comment.43
errorLine is longer than 80 characters.44
errorLine contains a tab character.44
errorMissing a Javadoc comment.44
errorLine has trailing spaces.45
errorLine contains a tab character.45
errorLine is longer than 80 characters.46
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorMissing a Javadoc comment.48
errorParameter image should be final.48
errorLine contains a tab character.49
error'+' is not preceded with whitespace.49
error'+' is not followed by whitespace.49
error'+' is not preceded with whitespace.49
error'+' is not followed by whitespace.49
errorLine contains a tab character.50
errorLine has trailing spaces.51
errorLine contains a tab character.51