Checkstyle Results

The following document contains the results of . Checkstyle

Summary

Files Errors
93 380

Files

Files Errors
org\scopemvc\controller\basic\ViewContext.java 1
org\scopemvc\controller\servlet\ScopeServlet.java 14
org\scopemvc\controller\servlet\ServletContext.java 5
org\scopemvc\controller\servlet\jsp\JSPContext.java 5
org\scopemvc\controller\servlet\jsp\JSPScopeServlet.java 2
org\scopemvc\controller\servlet\xml\XSLScopeServlet.java 2
org\scopemvc\controller\servlet\xml\XSLServletContext.java 4
org\scopemvc\controller\swing\SwingContext.java 2
org\scopemvc\core\ActionManager.java 1
org\scopemvc\core\ModelChangeTypes.java 4
org\scopemvc\core\ModelManager.java 1
org\scopemvc\core\Selector.java 1
org\scopemvc\model\basic\ModelChangeEventSupport.java 2
org\scopemvc\model\beans\Accessor.java 10
org\scopemvc\model\beans\BeanInfos.java 1
org\scopemvc\model\beans\BeansActionManager.java 3
org\scopemvc\model\beans\BeansPropertyManager.java 11
org\scopemvc\model\beans\DynamicInvokable.java 1
org\scopemvc\model\beans\DynamicReadOnly.java 1
org\scopemvc\model\collection\ArrayModel.java 1
org\scopemvc\model\collection\ListModel.java 10
org\scopemvc\model\collection\ListModelAdaptor.java 1
org\scopemvc\model\collection\ListModelSource.java 2
org\scopemvc\model\collection\SetModel.java 9
org\scopemvc\model\util\ArraySelectorIterator.java 1
org\scopemvc\util\BasicObjectPool.java 1
org\scopemvc\util\BasicPoolableObjectFactory.java 2
org\scopemvc\util\Debug.java 2
org\scopemvc\util\DefaultScopeConfig.java 3
org\scopemvc\util\LocalizedException.java 1
org\scopemvc\util\ObjectPool.java 3
org\scopemvc\util\ObjectPoolManager.java 2
org\scopemvc\util\PoolableObjectFactory.java 4
org\scopemvc\util\ResourceLoader.java 3
org\scopemvc\util\ScopeConfig.java 7
org\scopemvc\util\UIStrings.java 1
org\scopemvc\util\WeakSet.java 14
org\scopemvc\util\convertor\BooleanStringConvertor.java 3
org\scopemvc\util\convertor\DateStringConvertor.java 6
org\scopemvc\util\convertor\DateTimeStringConvertor.java 4
org\scopemvc\util\convertor\StringConvertor.java 2
org\scopemvc\util\convertor\StringConvertors.java 6
org\scopemvc\util\convertor\TimeStringConvertor.java 2
org\scopemvc\view\servlet\Page.java 5
org\scopemvc\view\servlet\ServletView.java 3
org\scopemvc\view\servlet\jsp\JSPPage.java 4
org\scopemvc\view\servlet\jsp\PropertyTag.java 1
org\scopemvc\view\servlet\xml\AbstractXSLPage.java 8
org\scopemvc\view\servlet\xml\ModelToXML.java 15
org\scopemvc\view\servlet\xml\PropertyIDGenerator.java 1
org\scopemvc\view\servlet\xml\XSLPage.java 6
org\scopemvc\view\swing\SAbstractListModel.java 3
org\scopemvc\view\swing\SAction.java 2
org\scopemvc\view\swing\SActionListener.java 2
org\scopemvc\view\swing\SButtonBeanInfo.java 4
org\scopemvc\view\swing\SCheckBoxBeanInfo.java 5
org\scopemvc\view\swing\SComboBox.java 5
org\scopemvc\view\swing\SComboBoxBeanInfo.java 15
org\scopemvc\view\swing\SComboBoxEditor.java 1
org\scopemvc\view\swing\SComboBoxModel.java 2
org\scopemvc\view\swing\SDefaultTableCellRenderer.java 1
org\scopemvc\view\swing\SLabel.java 1
org\scopemvc\view\swing\SLabelBeanInfo.java 4
org\scopemvc\view\swing\SList.java 4
org\scopemvc\view\swing\SListBeanInfo.java 17
org\scopemvc\view\swing\SListCellRenderer.java 1
org\scopemvc\view\swing\SListModel.java 1
org\scopemvc\view\swing\SListSelectionModel.java 2
org\scopemvc\view\swing\SMenuItemBeanInfo.java 4
org\scopemvc\view\swing\SModelAction.java 2
org\scopemvc\view\swing\SModelButton.java 4
org\scopemvc\view\swing\SPanel.java 2
org\scopemvc\view\swing\SPanelBeanInfo.java 3
org\scopemvc\view\swing\SPasswordFieldBeanInfo.java 8
org\scopemvc\view\swing\SRadioButtonBeanInfo.java 5
org\scopemvc\view\swing\SSliderBeanInfo.java 3
org\scopemvc\view\swing\STable.java 9
org\scopemvc\view\swing\STableBeanInfo.java 13
org\scopemvc\view\swing\STableModel.java 10
org\scopemvc\view\swing\STableTextCellEditor.java 1
org\scopemvc\view\swing\STextAreaBeanInfo.java 4
org\scopemvc\view\swing\STextCellEditor.java 2
org\scopemvc\view\swing\STextField.java 1
org\scopemvc\view\swing\STextFieldBeanInfo.java 7
org\scopemvc\view\swing\SUnboundPanel.java 1
org\scopemvc\view\swing\SUnboundPanelBeanInfo.java 1
org\scopemvc\view\swing\SwingUtil.java 1
org\scopemvc\view\swing\ValidationHelper.java 1
org\scopemvc\view\swing\beaninfo\BasicBeanInfo.java 7
org\scopemvc\view\util\ActiveBoundModel.java 5
org\scopemvc\view\util\BoundModel.java 2
org\scopemvc\view\util\ModelBindable.java 4
org\scopemvc\view\util\PropertyEditorFactory.java 6

org\scopemvc\controller\basic\ViewContext.java

Error Line
Unused import - org.scopemvc.util.Debug 46

org\scopemvc\controller\servlet\ScopeServlet.java

Error Line
'static' modifier out of order with the JLS suggestions. 109
variable 'CONTROL_PARAM' must be private and have accessor methods. 119
variable 'VIEW_ID_PARAM' must be private and have accessor methods. 129
'static' modifier out of order with the JLS suggestions. 131
variable 'sharedControllerPool' must be private and have accessor methods. 136
')' is preceeded by whitespace. 217
')' is preceeded by whitespace. 276
line longer than 120 characters 287
line longer than 120 characters 335
line longer than 120 characters 392
')' is preceeded by whitespace. 436
line longer than 120 characters 485
')' is preceeded by whitespace. 501
')' is preceeded by whitespace. 547

org\scopemvc\controller\servlet\ServletContext.java

Error Line
'static' modifier out of order with the JLS suggestions. 80
variable 'response' must be private and have accessor methods. 86
variable 'request' must be private and have accessor methods. 91
variable 'formParameters' must be private and have accessor methods. 96
variable 'servlet' must be private and have accessor methods. 101

org\scopemvc\controller\servlet\jsp\JSPContext.java

Error Line
'static' modifier out of order with the JLS suggestions. 71
'static' modifier out of order with the JLS suggestions. 73
line longer than 120 characters 104
line longer than 120 characters 107
line longer than 120 characters 113

org\scopemvc\controller\servlet\jsp\JSPScopeServlet.java

Error Line
'static' modifier out of order with the JLS suggestions. 62
line longer than 120 characters 73

org\scopemvc\controller\servlet\xml\XSLScopeServlet.java

Error Line
'static' modifier out of order with the JLS suggestions. 68
line longer than 120 characters 98

org\scopemvc\controller\servlet\xml\XSLServletContext.java

Error Line
'static' modifier out of order with the JLS suggestions. 66
line longer than 120 characters 97
line longer than 120 characters 100
line longer than 120 characters 106

org\scopemvc\controller\swing\SwingContext.java

Error Line
')' is preceeded by whitespace. 445
')' is preceeded by whitespace. 635

org\scopemvc\core\ActionManager.java

Error Line
'static' modifier out of order with the JLS suggestions. 55

org\scopemvc\core\ModelChangeTypes.java

Error Line
'static' modifier out of order with the JLS suggestions. 55
'static' modifier out of order with the JLS suggestions. 60
'static' modifier out of order with the JLS suggestions. 65
'static' modifier out of order with the JLS suggestions. 70

org\scopemvc\core\ModelManager.java

Error Line
'static' modifier out of order with the JLS suggestions. 63

org\scopemvc\core\Selector.java

Error Line
line longer than 120 characters 301

org\scopemvc\model\basic\ModelChangeEventSupport.java

Error Line
'static' modifier out of order with the JLS suggestions. 65
')' is preceeded by whitespace. 209

org\scopemvc\model\beans\Accessor.java

Error Line
variable 'model' must be private and have accessor methods. 75
variable 'selector' must be private and have accessor methods. 80
variable 'originalModel' must be private and have accessor methods. 85
variable 'originalSelector' must be private and have accessor methods. 90
variable 'descriptor' must be private and have accessor methods. 101
variable 'isGetterIndexed' must be private and have accessor methods. 106
line longer than 120 characters 190
line longer than 120 characters 242
line longer than 120 characters 249
line longer than 120 characters 255

org\scopemvc\model\beans\BeanInfos.java

Error Line
'static' modifier out of order with the JLS suggestions. 62

org\scopemvc\model\beans\BeansActionManager.java

Error Line
line longer than 120 characters 76
line longer than 120 characters 85
line longer than 120 characters 90

org\scopemvc\model\beans\BeansPropertyManager.java

Error Line
line longer than 120 characters 363
line longer than 120 characters 383
line longer than 120 characters 396
line longer than 120 characters 402
line longer than 120 characters 415
line longer than 120 characters 423
line longer than 120 characters 432
line longer than 120 characters 434
line longer than 120 characters 439
line longer than 120 characters 444
Unused @throws tag for 'Exception'. 478

org\scopemvc\model\beans\DynamicInvokable.java

Error Line
redundant 'public' modifier. 65

org\scopemvc\model\beans\DynamicReadOnly.java

Error Line
redundant 'public' modifier. 71

org\scopemvc\model\collection\ArrayModel.java

Error Line
line longer than 120 characters 311

org\scopemvc\model\collection\ListModel.java

Error Line
variable 'contents' must be private and have accessor methods. 93
variable 'propagateModelChanges' must be private and have accessor methods. 98
')' is preceeded by whitespace. 209
')' is preceeded by whitespace. 223
')' is preceeded by whitespace. 277
')' is preceeded by whitespace. 372
')' is preceeded by whitespace. 415
')' is preceeded by whitespace. 444
')' is preceeded by whitespace. 470
')' is preceeded by whitespace. 502

org\scopemvc\model\collection\ListModelAdaptor.java

Error Line
line longer than 120 characters 257

org\scopemvc\model\collection\ListModelSource.java

Error Line
')' is preceeded by whitespace. 194
')' is preceeded by whitespace. 198

org\scopemvc\model\collection\SetModel.java

Error Line
variable 'contents' must be private and have accessor methods. 93
variable 'propagateModelChanges' must be private and have accessor methods. 98
')' is preceeded by whitespace. 184
')' is preceeded by whitespace. 198
')' is preceeded by whitespace. 241
')' is preceeded by whitespace. 374
')' is preceeded by whitespace. 396
')' is preceeded by whitespace. 421
')' is preceeded by whitespace. 439

org\scopemvc\model\util\ArraySelectorIterator.java

Error Line
'static' modifier out of order with the JLS suggestions. 58

org\scopemvc\util\BasicObjectPool.java

Error Line
'static' modifier out of order with the JLS suggestions. 54

org\scopemvc\util\BasicPoolableObjectFactory.java

Error Line
'static' modifier out of order with the JLS suggestions. 54
variable 'clazz' must be private and have accessor methods. 59

org\scopemvc\util\Debug.java

Error Line
'static' modifier out of order with the JLS suggestions. 66
'static' modifier out of order with the JLS suggestions. 68

org\scopemvc\util\DefaultScopeConfig.java

Error Line
variable 'contents' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 58
line longer than 120 characters 127
line longer than 120 characters 128

org\scopemvc\util\LocalizedException.java

Error Line
'static' modifier out of order with the JLS suggestions. 59

org\scopemvc\util\ObjectPool.java

Error Line
redundant 'public' modifier. 53
redundant 'public' modifier. 61
redundant 'public' modifier. 70

org\scopemvc\util\ObjectPoolManager.java

Error Line
'static' modifier out of order with the JLS suggestions. 55
'static' modifier out of order with the JLS suggestions. 60

org\scopemvc\util\PoolableObjectFactory.java

Error Line
redundant 'public' modifier. 54
redundant 'public' modifier. 62
redundant 'public' modifier. 70
redundant 'public' modifier. 78

org\scopemvc\util\ResourceLoader.java

Error Line
Unused import - java.util.ArrayList 42
'static' modifier out of order with the JLS suggestions. 70
line longer than 120 characters 144

org\scopemvc\util\ScopeConfig.java

Error Line
Unused import - java.util.MissingResourceException 44
line longer than 120 characters 194
line longer than 120 characters 228
')' is preceeded by whitespace. 247
')' is preceeded by whitespace. 332
')' is preceeded by whitespace. 348
')' is preceeded by whitespace. 400

org\scopemvc\util\UIStrings.java

Error Line
'static' modifier out of order with the JLS suggestions. 60

org\scopemvc\util\WeakSet.java

Error Line
'static' modifier out of order with the JLS suggestions. 64
Unused @throws tag for 'UnsupportedOperationException'. 99
Unused @throws tag for 'ArrayStoreException'. 158
Unused @throws tag for 'UnsupportedOperationException'. 175
Unused @throws tag for 'UnsupportedOperationException'. 227
Unused @throws tag for 'UnsupportedOperationException'. 239
Unused @throws tag for 'UnsupportedOperationException'. 274
Unused @throws tag for 'ClassCastException'. 276
Unused @throws tag for 'IllegalArgumentException'. 278
')' is preceeded by whitespace. 285
Unused @throws tag for 'UnsupportedOperationException'. 338
Unused @throws tag for 'ClassCastException'. 340
Unused @throws tag for 'IllegalArgumentException'. 342
')' is preceeded by whitespace. 392

org\scopemvc\util\convertor\BooleanStringConvertor.java

Error Line
'static' modifier out of order with the JLS suggestions. 50
'static' modifier out of order with the JLS suggestions. 51
line longer than 120 characters 84

org\scopemvc\util\convertor\DateStringConvertor.java

Error Line
'static' modifier out of order with the JLS suggestions. 84
'static' modifier out of order with the JLS suggestions. 87
variable 'defaultParsers' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 87
Unused @throws tag for 'IllegalArgumentException'. 127
Unused @throws tag for 'IllegalArgumentException'. 145
')' is preceeded by whitespace. 258

org\scopemvc\util\convertor\DateTimeStringConvertor.java

Error Line
Unused import - java.io.Serializable 40
Unused import - java.text.ParseException 43
'static' modifier out of order with the JLS suggestions. 75
variable 'defaultParsers' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 75

org\scopemvc\util\convertor\StringConvertor.java

Error Line
redundant 'public' modifier. 68
redundant 'public' modifier. 81

org\scopemvc\util\convertor\StringConvertors.java

Error Line
'static' modifier out of order with the JLS suggestions. 59
'static' modifier out of order with the JLS suggestions. 60
'static' modifier out of order with the JLS suggestions. 61
line longer than 120 characters 74
')' is preceeded by whitespace. 86
line longer than 120 characters 129

org\scopemvc\util\convertor\TimeStringConvertor.java

Error Line
'static' modifier out of order with the JLS suggestions. 75
variable 'defaultParsers' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 75

org\scopemvc\view\servlet\Page.java

Error Line
line longer than 120 characters 62
'static' modifier out of order with the JLS suggestions. 76
line longer than 120 characters 158
line longer than 120 characters 181
line longer than 120 characters 191

org\scopemvc\view\servlet\ServletView.java

Error Line
'static' modifier out of order with the JLS suggestions. 77
variable 'pages' must be private and have accessor methods. 82
')' is preceeded by whitespace. 253

org\scopemvc\view\servlet\jsp\JSPPage.java

Error Line
variable 'PROPERTY_ID_PREFIX' must be private and have accessor methods. 77
'static' modifier out of order with the JLS suggestions. 79
')' is preceeded by whitespace. 130
')' is preceeded by whitespace. 173

org\scopemvc\view\servlet\jsp\PropertyTag.java

Error Line
'static' modifier out of order with the JLS suggestions. 63

org\scopemvc\view\servlet\xml\AbstractXSLPage.java

Error Line
Unused import - java.io.Writer 46
variable 'templateCache' must be private and have accessor methods. 96
'static' modifier out of order with the JLS suggestions. 98
variable 'shouldCacheTemplates' must be private and have accessor methods. 110
variable 'xslURI' must be private and have accessor methods. 117
variable 'debugXMLDirectory' must be private and have accessor methods. 123
line longer than 120 characters 390
line longer than 120 characters 393

org\scopemvc\view\servlet\xml\ModelToXML.java

Error Line
'static' modifier out of order with the JLS suggestions. 89
'static' modifier out of order with the JLS suggestions. 93
'static' modifier out of order with the JLS suggestions. 97
'static' modifier out of order with the JLS suggestions. 101
'static' modifier out of order with the JLS suggestions. 105
variable 'COLLECTION_ELEMENT' must be private and have accessor methods. 110
variable 'COLLECTION_INDEX_ATTRIBUTE' must be private and have accessor methods. 115
variable 'MODEL_ELEMENT' must be private and have accessor methods. 120
'static' modifier out of order with the JLS suggestions. 122
variable 'idAttributes' must be private and have accessor methods. 128
variable 'idrefAttributes' must be private and have accessor methods. 132
variable 'pathIndexAttributes' must be private and have accessor methods. 136
variable 'indexAttributes' must be private and have accessor methods. 140
variable 'pathAttributes' must be private and have accessor methods. 144
line longer than 120 characters 213

org\scopemvc\view\servlet\xml\PropertyIDGenerator.java

Error Line
variable 'currentPropertySelector' must be private and have accessor methods. 63

org\scopemvc\view\servlet\xml\XSLPage.java

Error Line
variable 'PROPERTY_ID_PREFIX' must be private and have accessor methods. 81
'static' modifier out of order with the JLS suggestions. 83
variable 'requiresPropertyDescriptions' must be private and have accessor methods. 91
variable 'xmlGenerator' must be private and have accessor methods. 96
')' is preceeded by whitespace. 149
')' is preceeded by whitespace. 192

org\scopemvc\view\swing\SAbstractListModel.java

Error Line
variable 'index' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 106
variable 'sizeSelector' must be private and have accessor methods. 113
variable 'listModel' must be private and have accessor methods. 120

org\scopemvc\view\swing\SAction.java

Error Line
Unused import - javax.swing.Action 42
Unused import - org.scopemvc.controller.basic.ViewContext 48

org\scopemvc\view\swing\SActionListener.java

Error Line
'static' modifier out of order with the JLS suggestions. 66
Unused @throws tag for 'IllegalStateException'. 108

org\scopemvc\view\swing\SButtonBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
line longer than 120 characters 67
variable '_controlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
line longer than 120 characters 69

org\scopemvc\view\swing\SCheckBoxBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
variable '_controlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
line longer than 120 characters 68
variable '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
line longer than 120 characters 71

org\scopemvc\view\swing\SComboBox.java

Error Line
line contains a tab character 93
line longer than 120 characters 356
line longer than 120 characters 370
line longer than 120 characters 385
line longer than 120 characters 400

org\scopemvc\view\swing\SComboBoxBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
line longer than 120 characters 67
variable '_changeSelectionControlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
line longer than 120 characters 69
line longer than 120 characters 70
variable '_rendererIconSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
line longer than 120 characters 73
variable '_rendererSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
line longer than 120 characters 75
line longer than 120 characters 76
variable '_selectionSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 76
variable '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
line longer than 120 characters 82
variable '_sizeSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
line longer than 120 characters 84

org\scopemvc\view\swing\SComboBoxEditor.java

Error Line
'static' modifier out of order with the JLS suggestions. 67

org\scopemvc\view\swing\SComboBoxModel.java

Error Line
variable '_jdk1_3fixIgnoreSetSelectedItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
method name 'jdk1_3fixIgnoreSetSelectedItem' must match pattern '^[a-z][a-zA-Z0-9]*$'. 213

org\scopemvc\view\swing\SDefaultTableCellRenderer.java

Error Line
'static' modifier out of order with the JLS suggestions. 53

org\scopemvc\view\swing\SLabel.java

Error Line
Avoid using the '.*' form of import. 41

org\scopemvc\view\swing\SLabelBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
line longer than 120 characters 66
variable '_disableOnNull' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
variable '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69

org\scopemvc\view\swing\SList.java

Error Line
line longer than 120 characters 299
line longer than 120 characters 313
line longer than 120 characters 328
line longer than 120 characters 343

org\scopemvc\view\swing\SListBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
line longer than 120 characters 67
variable '_changeSelectionControlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
line longer than 120 characters 69
line longer than 120 characters 70
variable '_doubleClickControlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
line longer than 120 characters 73
variable '_rendererIconSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
line longer than 120 characters 76
variable '_rendererSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 76
line longer than 120 characters 78
line longer than 120 characters 79
variable '_selectionSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
variable '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 82
line longer than 120 characters 85
variable '_sizeSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 85
line longer than 120 characters 87

org\scopemvc\view\swing\SListCellRenderer.java

Error Line
'static' modifier out of order with the JLS suggestions. 68

org\scopemvc\view\swing\SListModel.java

Error Line
'static' modifier out of order with the JLS suggestions. 59

org\scopemvc\view\swing\SListSelectionModel.java

Error Line
'static' modifier out of order with the JLS suggestions. 70
')' is preceeded by whitespace. 323

org\scopemvc\view\swing\SMenuItemBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
line longer than 120 characters 67
variable '_controlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
line longer than 120 characters 69

org\scopemvc\view\swing\SModelAction.java

Error Line
line longer than 120 characters 298
line longer than 120 characters 302

org\scopemvc\view\swing\SModelButton.java

Error Line
Unused import - javax.swing.JToolTip 40
Unused import - org.scopemvc.core.Controller 44
line longer than 120 characters 310
line longer than 120 characters 314

org\scopemvc\view\swing\SPanel.java

Error Line
line longer than 120 characters 109
line longer than 120 characters 125

org\scopemvc\view\swing\SPanelBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
variable '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
line longer than 120 characters 69

org\scopemvc\view\swing\SPasswordFieldBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
line longer than 120 characters 67
variable '_controlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
line longer than 120 characters 69
line longer than 120 characters 70
variable '_disableOnNull' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
variable '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
line longer than 120 characters 75

org\scopemvc\view\swing\SRadioButtonBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
line longer than 120 characters 67
variable '_controlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
line longer than 120 characters 69
variable '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70

org\scopemvc\view\swing\SSliderBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
variable '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
line longer than 120 characters 69

org\scopemvc\view\swing\STable.java

Error Line
variable 'editors' must be private and have accessor methods. 99
line contains a tab character 127
line contains a tab character 132
line contains a tab character 228
line contains a tab character 229
line contains a tab character 231
line contains a tab character 232
line contains a tab character 233
line contains a tab character 234

org\scopemvc\view\swing\STableBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
line longer than 120 characters 67
variable '_changeSelectionControlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
variable '_columnNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
line longer than 120 characters 73
variable '_columnSelectors' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
line longer than 120 characters 75
variable '_columnSelectorStrings' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75
line longer than 120 characters 77
variable '_doubleClickControlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 77
line longer than 120 characters 80
variable '_selectionSelector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
variable '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83

org\scopemvc\view\swing\STableModel.java

Error Line
'static' modifier out of order with the JLS suggestions. 62
variable 'columnSelectors' must be private and have accessor methods. 67
variable 'columnNames' must be private and have accessor methods. 71
variable 'columnsEditable' must be private and have accessor methods. 75
variable 'manager' must be private and have accessor methods. 81
variable 'table' must be private and have accessor methods. 86
line longer than 120 characters 227
line contains a tab character 529
line contains a tab character 530
line contains a tab character 531

org\scopemvc\view\swing\STableTextCellEditor.java

Error Line
'static' modifier out of order with the JLS suggestions. 60

org\scopemvc\view\swing\STextAreaBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
line longer than 120 characters 67
variable '_disableOnNull' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
variable '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70

org\scopemvc\view\swing\STextCellEditor.java

Error Line
'static' modifier out of order with the JLS suggestions. 70
variable 'component' must be private and have accessor methods. 74

org\scopemvc\view\swing\STextField.java

Error Line
line longer than 120 characters 88

org\scopemvc\view\swing\STextFieldBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40
line longer than 120 characters 67
variable '_controlID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
line longer than 120 characters 69
line longer than 120 characters 70
variable '_disableOnNull' must match pattern '^[a-z][a-zA-Z0-9]*$'. 70
variable '_selector' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73

org\scopemvc\view\swing\SUnboundPanel.java

Error Line
'static' modifier out of order with the JLS suggestions. 73

org\scopemvc\view\swing\SUnboundPanelBeanInfo.java

Error Line
Avoid using the '.*' form of import. 40

org\scopemvc\view\swing\SwingUtil.java

Error Line
'static' modifier out of order with the JLS suggestions. 61

org\scopemvc\view\swing\ValidationHelper.java

Error Line
'static' modifier out of order with the JLS suggestions. 65

org\scopemvc\view\swing\beaninfo\BasicBeanInfo.java

Error Line
Avoid using the '.*' form of import. 41
variable 'beanClass' must be private and have accessor methods. 54
variable 'iconColor16x16' must be private and have accessor methods. 56
variable 'iconColor32x32' must be private and have accessor methods. 57
variable 'iconMono16x16' must be private and have accessor methods. 58
variable 'iconMono32x32' must be private and have accessor methods. 59
line longer than 120 characters 123

org\scopemvc\view\util\ActiveBoundModel.java

Error Line
variable 'view' must be private and have accessor methods. 74
variable 'manager' must be private and have accessor methods. 79
line longer than 120 characters 226
line longer than 120 characters 230
line longer than 120 characters 289

org\scopemvc\view\util\BoundModel.java

Error Line
variable 'boundModel' must be private and have accessor methods. 64
variable 'selector' must be private and have accessor methods. 69

org\scopemvc\view\util\ModelBindable.java

Error Line
redundant 'public' modifier. 63
redundant 'public' modifier. 72
redundant 'public' modifier. 82
redundant 'public' modifier. 90

org\scopemvc\view\util\PropertyEditorFactory.java

Error Line
'static' modifier out of order with the JLS suggestions. 72
'static' modifier out of order with the JLS suggestions. 74
'static' modifier out of order with the JLS suggestions. 76
'static' modifier out of order with the JLS suggestions. 77
variable 'DELIMITER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 91
')' is preceeded by whitespace. 187