Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
34 707

Files

Files Errors
net\plugin\sql\SQLPlugin.java 72
net\plugin\sql\actions\SQLConnectionCreatorAction.java 10
net\plugin\sql\beans\DataSource.java 31
net\plugin\sql\beans\TableInfo.java 7
net\plugin\sql\gui\CellViewerFrame.java 18
net\plugin\sql\gui\DataSourcePopupMenu.java 8
net\plugin\sql\gui\MainSQLView.java 17
net\plugin\sql\gui\QueryHistoryFrame.java 26
net\plugin\sql\gui\SQLConnectionCreatorFrame.java 26
net\plugin\sql\gui\SQLConnectionTree.java 40
net\plugin\sql\gui\SQLDataPanel.java 48
net\plugin\sql\gui\SQLDataTablePanel.java 21
net\plugin\sql\gui\SQLFrame.java 29
net\plugin\sql\gui\SQLQueryFrame.java 44
net\plugin\sql\gui\SQLWindowManager.java 34
net\plugin\sql\gui\configuration\DataSourceConfigurationView.java 35
net\plugin\sql\gui\configuration\MainConfigurationView.java 70
net\plugin\sql\gui\model\table\CachedRowSetTableInfoModel.java 33
net\plugin\sql\gui\model\table\CachedRowSetTableModel.java 19
net\plugin\sql\gui\model\tree\DataSourceTreeNode.java 5
net\plugin\sql\gui\table\SQLDataTable.java 19
net\plugin\sql\gui\table\SQLInfoTable.java 12
net\plugin\sql\listeners\AdhocQuerySelectionListener.java 3
net\plugin\sql\listeners\DataSourceChangeListener.java 3
net\plugin\sql\listeners\DataSourceSelectionListener.java 3
net\plugin\sql\listeners\QueryListener.java 3
net\plugin\sql\listeners\TableSelectionListener.java 3
net\plugin\sql\util\Constants.java 4
net\plugin\sql\util\DataSourceException.java 2
net\plugin\sql\util\DataSourceManager.java 25
net\plugin\sql\util\JDBCConnectionManager.java 9
net\plugin\sql\util\ProjectHolder.java 10
net\plugin\sql\util\QueryManager.java 15
net\plugin\sql\util\TableInfoComparator.java 3

net\plugin\sql\SQLPlugin.java

Error Line
Avoid using the '.*' form of import. 13
Avoid using the '.*' form of import. 22
Avoid using the '.*' form of import. 25
Avoid using the '.*' form of import. 28
type is missing a Javadoc comment. 34
variable 'project' missing Javadoc. 37
variable 'view' missing Javadoc. 38
method is missing a Javadoc comment. 40
method is missing a Javadoc comment. 46
method is missing a Javadoc comment. 50
line longer than 80 characters 53
method is missing a Javadoc comment. 57
line longer than 80 characters 59
line longer than 80 characters 60
line longer than 80 characters 61
Comment matches to-do format 'TODO:'. 61
line contains a tab character 61
line longer than 80 characters 62
line longer than 80 characters 66
method is missing a Javadoc comment. 70
method is missing a Javadoc comment. 75
line longer than 80 characters 77
method is missing a Javadoc comment. 84
method is missing a Javadoc comment. 88
method is missing a Javadoc comment. 93
line longer than 80 characters 98
method is missing a Javadoc comment. 98
Comment matches to-do format 'TODO:'. 103
line contains a tab character 103
line longer than 80 characters 104
line contains a tab character 104
line contains a tab character 105
line contains a tab character 106
line contains a tab character 107
line longer than 80 characters 108
line contains a tab character 108
line longer than 80 characters 109
line contains a tab character 109
line longer than 80 characters 110
line contains a tab character 110
line longer than 80 characters 111
line contains a tab character 111
line longer than 80 characters 112
line contains a tab character 112
line longer than 80 characters 113
line contains a tab character 113
line contains a tab character 114
line longer than 80 characters 115
line contains a tab character 115
line longer than 80 characters 116
line contains a tab character 116
line contains a tab character 117
line longer than 80 characters 118
line contains a tab character 118
line contains a tab character 119
line contains a tab character 120
'}' should be on the same line. 120
line contains a tab character 121
line contains a tab character 122
'{' should be on the previous line. 122
line longer than 80 characters 123
line contains a tab character 123
line contains a tab character 124
line longer than 80 characters 129
line longer than 80 characters 133
method is missing a Javadoc comment. 133
line longer than 80 characters 135
line contains a tab character 145
line contains a tab character 146
'{' should be on the previous line. 146
line contains a tab character 147
line contains a tab character 148

net\plugin\sql\actions\SQLConnectionCreatorAction.java

Error Line
Avoid using the '.*' form of import. 12
Unused import - com.intellij.openapi.wm.ToolWindowManager 14
Unused import - com.intellij.openapi.wm.ToolWindow 15
Unused import - net.plugin.sql.util.Constants 18
type is missing a Javadoc comment. 20
method is missing a Javadoc comment. 22
method is missing a Javadoc comment. 27
line longer than 80 characters 28
line longer than 80 characters 30
line longer than 80 characters 31

net\plugin\sql\beans\DataSource.java

Error Line
type is missing a Javadoc comment. 11
variable 'name' missing Javadoc. 13
variable 'driver' missing Javadoc. 14
variable 'url' missing Javadoc. 15
variable 'user' missing Javadoc. 16
variable 'password' missing Javadoc. 17
line contains a tab character 18
variable 'lastScheme' missing Javadoc. 18
method is missing a Javadoc comment. 20
method is missing a Javadoc comment. 24
method is missing a Javadoc comment. 28
method is missing a Javadoc comment. 32
method is missing a Javadoc comment. 36
method is missing a Javadoc comment. 40
method is missing a Javadoc comment. 44
method is missing a Javadoc comment. 48
method is missing a Javadoc comment. 52
method is missing a Javadoc comment. 56
line contains a tab character 60
method is missing a Javadoc comment. 60
line contains a tab character 61
'{' should be on the previous line. 61
line contains a tab character 62
line contains a tab character 63
line contains a tab character 65
method is missing a Javadoc comment. 65
line contains a tab character 66
'{' should be on the previous line. 66
line contains a tab character 67
line contains a tab character 68
method is missing a Javadoc comment. 70

net\plugin\sql\beans\TableInfo.java

Error Line
type is missing a Javadoc comment. 11
variable 'tableName' missing Javadoc. 12
variable 'schemaName' missing Javadoc. 13
method is missing a Javadoc comment. 15
method is missing a Javadoc comment. 19
method is missing a Javadoc comment. 23
method is missing a Javadoc comment. 27

net\plugin\sql\gui\CellViewerFrame.java

Error Line
Avoid using the '.*' form of import. 12
Avoid using the '.*' form of import. 15
line longer than 80 characters 17
type is missing a Javadoc comment. 17
variable 'textArea' missing Javadoc. 19
variable 'pane' missing Javadoc. 20
method is missing a Javadoc comment. 22
',' needs to be followed by whitespace. 24
',' needs to be followed by whitespace. 24
method is missing a Javadoc comment. 36
line longer than 80 characters 39
method is missing a Javadoc comment. 48
method is missing a Javadoc comment. 51
method is missing a Javadoc comment. 56
method is missing a Javadoc comment. 59
method is missing a Javadoc comment. 62
method is missing a Javadoc comment. 65
method is missing a Javadoc comment. 68

net\plugin\sql\gui\DataSourcePopupMenu.java

Error Line
Avoid using the '.*' form of import. 11
type is missing a Javadoc comment. 14
variable 'removeItem' missing Javadoc. 16
variable 'removeItem' must be private and have accessor methods. 16
variable 'queryItem' missing Javadoc. 17
variable 'queryItem' must be private and have accessor methods. 17
method is missing a Javadoc comment. 19
method is missing a Javadoc comment. 26

net\plugin\sql\gui\MainSQLView.java

Error Line
Avoid using the '.*' form of import. 14
Avoid using the '.*' form of import. 15
Avoid using the '.*' form of import. 17
line longer than 80 characters 21
type is missing a Javadoc comment. 21
variable 'project' missing Javadoc. 23
variable 'splitPane' missing Javadoc. 24
variable 'sqlWindowManager' missing Javadoc. 25
variable 'sqlConnectionTree' missing Javadoc. 26
method is missing a Javadoc comment. 28
method is missing a Javadoc comment. 35
line longer than 80 characters 43
method is missing a Javadoc comment. 48
method is missing a Javadoc comment. 52
method is missing a Javadoc comment. 56
method is missing a Javadoc comment. 60
method is missing a Javadoc comment. 64

net\plugin\sql\gui\QueryHistoryFrame.java

Error Line
Avoid using the '.*' form of import. 14
Avoid using the '.*' form of import. 17
line longer than 80 characters 21
type is missing a Javadoc comment. 21
'{' is not preceeded with whitespace. 21
variable 'queryList' missing Javadoc. 23
variable 'queryList' must be private and have accessor methods. 23
variable 'queries' missing Javadoc. 24
variable 'listener' missing Javadoc. 25
method is missing a Javadoc comment. 28
method is missing a Javadoc comment. 39
method is missing a Javadoc comment. 45
method is missing a Javadoc comment. 49
method is missing a Javadoc comment. 59
method is missing a Javadoc comment. 67
method is missing a Javadoc comment. 70
method is missing a Javadoc comment. 74
method is missing a Javadoc comment. 77
method is missing a Javadoc comment. 80
method is missing a Javadoc comment. 83
method is missing a Javadoc comment. 86
method is missing a Javadoc comment. 91
method is missing a Javadoc comment. 94
method is missing a Javadoc comment. 97
method is missing a Javadoc comment. 100
method is missing a Javadoc comment. 104

net\plugin\sql\gui\SQLConnectionCreatorFrame.java

Error Line
Avoid using the '.*' form of import. 15
Avoid using the '.*' form of import. 16
Unused import - com.intellij.openapi.project.ProjectManager 21
line longer than 80 characters 23
type is missing a Javadoc comment. 23
line contains a tab character 25
variable 'project' missing Javadoc. 25
variable 'nameLabel' missing Javadoc. 26
variable 'nameTf' missing Javadoc. 27
variable 'driverLabel' missing Javadoc. 28
variable 'driverTf' missing Javadoc. 29
variable 'urlLabel' missing Javadoc. 30
variable 'urlTf' missing Javadoc. 31
variable 'userLabel' missing Javadoc. 32
variable 'userTf' missing Javadoc. 33
variable 'passwordLabel' missing Javadoc. 34
variable 'passwordTf' missing Javadoc. 35
variable 'addButton' missing Javadoc. 37
variable 'inputPanel' missing Javadoc. 39
variable 'buttonPanel' missing Javadoc. 40
method is missing a Javadoc comment. 42
line contains a tab character 44
method is missing a Javadoc comment. 84
line contains a tab character 85
line longer than 80 characters 94
line longer than 80 characters 96

net\plugin\sql\gui\SQLConnectionTree.java

Error Line
Avoid using the '.*' form of import. 18
Avoid using the '.*' form of import. 20
Avoid using the '.*' form of import. 21
Avoid using the '.*' form of import. 22
Unused import - com.intellij.openapi.project.ProjectManager 25
line longer than 80 characters 27
type is missing a Javadoc comment. 27
variable 'dataSourceListeners' missing Javadoc. 28
variable 'adhocQueryListeners' missing Javadoc. 29
variable 'popupMenu' missing Javadoc. 31
line contains a tab character 33
variable 'project' missing Javadoc. 33
method is missing a Javadoc comment. 35
line contains a tab character 37
line longer than 80 characters 41
method is missing a Javadoc comment. 49
line longer than 80 characters 50
line longer than 80 characters 51
method is missing a Javadoc comment. 61
line longer than 80 characters 63
method is missing a Javadoc comment. 67
line longer than 80 characters 69
method is missing a Javadoc comment. 74
method is missing a Javadoc comment. 80
method is missing a Javadoc comment. 86
method is missing a Javadoc comment. 89
method is missing a Javadoc comment. 92
line longer than 80 characters 93
line longer than 80 characters 98
method is missing a Javadoc comment. 105
line longer than 80 characters 106
line longer than 80 characters 107
method is missing a Javadoc comment. 112
line longer than 80 characters 113
line longer than 80 characters 114
line longer than 80 characters 119
method is missing a Javadoc comment. 119
line longer than 80 characters 123
method is missing a Javadoc comment. 123
method is missing a Javadoc comment. 127

net\plugin\sql\gui\SQLDataPanel.java

Error Line
Avoid using the '.*' form of import. 13
Avoid using the '.*' form of import. 16
Avoid using the '.*' form of import. 18
Avoid using the '.*' form of import. 20
Avoid using the '.*' form of import. 21
Avoid using the '.*' form of import. 22
line longer than 80 characters 24
type is missing a Javadoc comment. 24
variable 'dataSource' missing Javadoc. 26
variable 'listeners' missing Javadoc. 28
variable 'tableList' missing Javadoc. 29
variable 'schemaBox' missing Javadoc. 30
variable 'scrollPane' missing Javadoc. 31
variable 'currentSchema' missing Javadoc. 32
variable 'schemaPanel' missing Javadoc. 33
variable 'tableNames' missing Javadoc. 35
variable 'schemaNames' missing Javadoc. 36
method is missing a Javadoc comment. 38
line longer than 80 characters 51
line contains a tab character 51
line contains a tab character 52
line contains a tab character 53
line contains a tab character 54
line contains a tab character 55
'}' should be on the same line. 55
line contains a tab character 56
line contains a tab character 57
'{' should be on the previous line. 57
line contains a tab character 58
line contains a tab character 59
line contains a tab character 60
method is missing a Javadoc comment. 73
'if' construct must use '{}'s. 76
'else' construct must use '{}'s. 78
method is missing a Javadoc comment. 84
line longer than 80 characters 89
method is missing a Javadoc comment. 117
line longer than 80 characters 125
method is missing a Javadoc comment. 160
method is missing a Javadoc comment. 163
method is missing a Javadoc comment. 166
method is missing a Javadoc comment. 169
method is missing a Javadoc comment. 172
line longer than 80 characters 174
method is missing a Javadoc comment. 179
method is missing a Javadoc comment. 183
line contains a tab character 186
method is missing a Javadoc comment. 191

net\plugin\sql\gui\SQLDataTablePanel.java

Error Line
Avoid using the '.*' form of import. 17
Avoid using the '.*' form of import. 18
Avoid using the '.*' form of import. 19
Import from illegal package - sun.jdbc.rowset.CachedRowSet 21
type is missing a Javadoc comment. 23
variable 'SQLHEADER' missing Javadoc. 25
variable 'tableName' missing Javadoc. 27
variable 'tabbedPane' missing Javadoc. 29
variable 'dataScrollPane' missing Javadoc. 30
variable 'infoScrollPane' missing Javadoc. 31
variable 'dataTable' missing Javadoc. 33
variable 'infoTable' missing Javadoc. 34
variable 'rowSet' missing Javadoc. 36
variable 'dataSource' missing Javadoc. 38
method is missing a Javadoc comment. 40
method is missing a Javadoc comment. 53
method is missing a Javadoc comment. 58
method is missing a Javadoc comment. 65
line longer than 80 characters 72
line longer than 80 characters 81
line longer than 80 characters 83

net\plugin\sql\gui\SQLFrame.java

Error Line
Avoid using the '.*' form of import. 13
Avoid using the '.*' form of import. 15
Avoid using the '.*' form of import. 16
Avoid using the '.*' form of import. 18
line longer than 80 characters 20
type is missing a Javadoc comment. 20
variable 'adhocQueryListeners' missing Javadoc. 22
variable 'splitPane' missing Javadoc. 24
variable 'treePanel' missing Javadoc. 26
variable 'tablePanel' missing Javadoc. 28
'=' is not preceeded with whitespace. 28
variable 'dataSource' missing Javadoc. 30
variable 'tabbedTablePane' missing Javadoc. 32
variable 'tabbedDataPane' missing Javadoc. 33
variable 'treePane' missing Javadoc. 35
variable 'menuBar' missing Javadoc. 36
variable 'sqlMenu' missing Javadoc. 37
variable 'sqlQueryItem' missing Javadoc. 38
method is missing a Javadoc comment. 40
line longer than 80 characters 66
method is missing a Javadoc comment. 71
method is missing a Javadoc comment. 75
method is missing a Javadoc comment. 80
method is missing a Javadoc comment. 87
line longer than 80 characters 88
line longer than 80 characters 89
line longer than 80 characters 94
method is missing a Javadoc comment. 94
method is missing a Javadoc comment. 98

net\plugin\sql\gui\SQLQueryFrame.java

Error Line
Avoid using the '.*' form of import. 14
Avoid using the '.*' form of import. 16
Avoid using the '.*' form of import. 20
Avoid using the '.*' form of import. 21
Import from illegal package - sun.jdbc.rowset.CachedRowSet 23
line longer than 80 characters 25
type is missing a Javadoc comment. 25
variable 'splitPane' missing Javadoc. 27
variable 'tablePanel' missing Javadoc. 29
variable 'historyFrame' missing Javadoc. 30
variable 'dataSource' missing Javadoc. 32
variable 'inputPanel' missing Javadoc. 34
variable 'masterPanel' missing Javadoc. 35
variable 'sqlLabel' missing Javadoc. 36
variable 'text' missing Javadoc. 37
variable 'button' missing Javadoc. 38
variable 'textPane' missing Javadoc. 40
variable 'tablePane' missing Javadoc. 41
variable 'menuBar' missing Javadoc. 43
variable 'menu' missing Javadoc. 44
variable 'queryHistoryItem' missing Javadoc. 45
method is missing a Javadoc comment. 48
line longer than 80 characters 77
method is missing a Javadoc comment. 83
method is missing a Javadoc comment. 88
method is missing a Javadoc comment. 105
line longer than 80 characters 108
line longer than 80 characters 117
line longer than 80 characters 127
line longer than 80 characters 131
line longer than 80 characters 133
method is missing a Javadoc comment. 151
method is missing a Javadoc comment. 158
method is missing a Javadoc comment. 162
line longer than 80 characters 163
method is missing a Javadoc comment. 169
method is missing a Javadoc comment. 172
method is missing a Javadoc comment. 175
method is missing a Javadoc comment. 183
method is missing a Javadoc comment. 186
method is missing a Javadoc comment. 189
method is missing a Javadoc comment. 192
method is missing a Javadoc comment. 195
method is missing a Javadoc comment. 199

net\plugin\sql\gui\SQLWindowManager.java

Error Line
Avoid using the '.*' form of import. 15
line longer than 80 characters 22
type is missing a Javadoc comment. 22
variable 'x' missing Javadoc. 24
variable 'y' missing Javadoc. 25
variable 'position' missing Javadoc. 26
variable 'X_MAX_START' missing Javadoc. 28
variable 'Y_MAX_START' missing Javadoc. 29
variable 'creatorOpen' missing Javadoc. 31
variable 'project' missing Javadoc. 33
method is missing a Javadoc comment. 36
method is missing a Javadoc comment. 42
Empty catch block. 52
method is missing a Javadoc comment. 56
Empty catch block. 65
method is missing a Javadoc comment. 69
Empty catch block. 78
method is missing a Javadoc comment. 82
line longer than 80 characters 84
method is missing a Javadoc comment. 95
'if' construct must use '{}'s. 96
'else' construct must use '{}'s. 98
method is missing a Javadoc comment. 103
'if' construct must use '{}'s. 104
'else' construct must use '{}'s. 106
method is missing a Javadoc comment. 111
method is missing a Javadoc comment. 116
method is missing a Javadoc comment. 119
method is missing a Javadoc comment. 123
method is missing a Javadoc comment. 126
method is missing a Javadoc comment. 129
method is missing a Javadoc comment. 132
method is missing a Javadoc comment. 135
method is missing a Javadoc comment. 138

net\plugin\sql\gui\configuration\DataSourceConfigurationView.java

Error Line
Unused import - net.plugin.sql.util.DataSourceManager 11
Unused import - net.plugin.sql.util.DataSourceException 12
Unused import - net.plugin.sql.beans.DataSource 13
Avoid using the '.*' form of import. 15
Avoid using the '.*' form of import. 16
Unused import - java.awt.event.ActionListener 17
Unused import - java.awt.event.ActionEvent 18
Unused import - com.intellij.openapi.project.ProjectManager 21
type is missing a Javadoc comment. 23
'{' should be on the previous line. 24
line contains a tab character 26
variable 'project' missing Javadoc. 26
variable 'nameLabel' missing Javadoc. 27
variable 'nameTf' missing Javadoc. 28
variable 'driverLabel' missing Javadoc. 29
variable 'driverTf' missing Javadoc. 30
variable 'urlLabel' missing Javadoc. 31
variable 'urlTf' missing Javadoc. 32
variable 'userLabel' missing Javadoc. 33
variable 'userTf' missing Javadoc. 34
variable 'passwordLabel' missing Javadoc. 35
variable 'passwordTf' missing Javadoc. 36
method is missing a Javadoc comment. 39
line contains a tab character 41
line contains a tab character 56
line contains a tab character 69
line contains a tab character 70
line contains a tab character 71
line contains a tab character 72
line contains a tab character 73
line contains a tab character 74
line contains a tab character 75
line contains a tab character 76
line contains a tab character 77
line contains a tab character 78

net\plugin\sql\gui\configuration\MainConfigurationView.java

Error Line
line longer than 80 characters 4
Avoid using the '.*' form of import. 12
Avoid using the '.*' form of import. 14
'{' should be on the previous line. 23
line longer than 80 characters 24
line contains a tab character 24
line contains a tab character 25
line longer than 80 characters 26
line contains a tab character 26
line longer than 80 characters 28
line contains a tab character 28
line contains a tab character 29
line longer than 80 characters 30
line contains a tab character 30
line contains a tab character 32
variable 'project' missing Javadoc. 32
line contains a tab character 34
variable 'splitPane' missing Javadoc. 34
line contains a tab character 36
variable 'tabbedPane' missing Javadoc. 36
line longer than 80 characters 37
line contains a tab character 37
line contains a tab character 38
line longer than 80 characters 39
line contains a tab character 39
line contains a tab character 41
method is missing a Javadoc comment. 41
line contains a tab character 42
line contains a tab character 44
line longer than 80 characters 46
line contains a tab character 46
line contains a tab character 47
line contains a tab character 49
line longer than 80 characters 50
line contains a tab character 50
line contains a tab character 52
line contains a tab character 54
line contains a tab character 56
method is missing a Javadoc comment. 56
line contains a tab character 57
'{' should be on the previous line. 57
line contains a tab character 58
line contains a tab character 59
line contains a tab character 61
method is missing a Javadoc comment. 61
line contains a tab character 62
'{' should be on the previous line. 62
line contains a tab character 63
line contains a tab character 65
method is missing a Javadoc comment. 65
line contains a tab character 66
'{' should be on the previous line. 66
line contains a tab character 67
line longer than 80 characters 69
line contains a tab character 69
line contains a tab character 70
line longer than 80 characters 71
line contains a tab character 71
line longer than 80 characters 73
line contains a tab character 73
line contains a tab character 74
line longer than 80 characters 75
line contains a tab character 75
line longer than 80 characters 77
line contains a tab character 77
line contains a tab character 78
line longer than 80 characters 79
line contains a tab character 79
line longer than 80 characters 81
line contains a tab character 81

net\plugin\sql\gui\model\table\CachedRowSetTableInfoModel.java

Error Line
Avoid using the '.*' form of import. 8
Avoid using the '.*' form of import. 9
Import from illegal package - sun.jdbc.rowset.CachedRowSet 14
line longer than 80 characters 16
type is missing a Javadoc comment. 16
variable 'rowSet' missing Javadoc. 17
line longer than 80 characters 19
variable 'HEADERS' missing Javadoc. 19
method is missing a Javadoc comment. 21
method is missing a Javadoc comment. 27
method is missing a Javadoc comment. 30
method is missing a Javadoc comment. 52
method is missing a Javadoc comment. 56
method is missing a Javadoc comment. 60
method is missing a Javadoc comment. 72
'+' is not preceeded with whitespace. 78
'+' is not followed by whitespace. 78
'+' is not preceeded with whitespace. 82
'+' is not followed by whitespace. 82
'+' is not preceeded with whitespace. 86
'+' is not followed by whitespace. 86
line longer than 80 characters 90
'if' construct must use '{}'s. 90
'+' is not preceeded with whitespace. 90
'+' is not followed by whitespace. 90
method is missing a Javadoc comment. 102
Empty catch block. 113
method is missing a Javadoc comment. 117
method is missing a Javadoc comment. 121
Empty catch block. 127
method is missing a Javadoc comment. 131
line longer than 80 characters 164
line longer than 80 characters 165

net\plugin\sql\gui\model\table\CachedRowSetTableModel.java

Error Line
Avoid using the '.*' form of import. 9
Avoid using the '.*' form of import. 10
Import from illegal package - sun.jdbc.rowset.CachedRowSet 15
line longer than 80 characters 17
type is missing a Javadoc comment. 17
variable 'rowSet' missing Javadoc. 18
method is missing a Javadoc comment. 20
method is missing a Javadoc comment. 26
method is missing a Javadoc comment. 29
method is missing a Javadoc comment. 159
method is missing a Javadoc comment. 172
method is missing a Javadoc comment. 185
method is missing a Javadoc comment. 197
method is missing a Javadoc comment. 208
Empty catch block. 219
method is missing a Javadoc comment. 223
method is missing a Javadoc comment. 227
Empty catch block. 233
method is missing a Javadoc comment. 237

net\plugin\sql\gui\model\tree\DataSourceTreeNode.java

Error Line
type is missing a Javadoc comment. 15
variable 'dataSource' missing Javadoc. 17
method is missing a Javadoc comment. 19
method is missing a Javadoc comment. 24
method is missing a Javadoc comment. 28

net\plugin\sql\gui\table\SQLDataTable.java

Error Line
Unused import - net.plugin.sql.beans.DataSource 11
Unused import - net.plugin.sql.util.JDBCConnectionManager 12
Unused import - net.plugin.sql.util.DataSourceException 13
Unused import - net.plugin.sql.gui.CellViewerFrame 16
Avoid using the '.*' form of import. 20
Avoid using the '.*' form of import. 22
Unused import - sun.jdbc.rowset.CachedRowSet 27
Unused import - com.intellij.openapi.project.ProjectManager 29
type is missing a Javadoc comment. 31
variable 'rowSet' missing Javadoc. 33
method is missing a Javadoc comment. 35
method is missing a Javadoc comment. 41
method is missing a Javadoc comment. 45
method is missing a Javadoc comment. 50
line longer than 80 characters 57
method is missing a Javadoc comment. 62
method is missing a Javadoc comment. 65
method is missing a Javadoc comment. 68
method is missing a Javadoc comment. 71

net\plugin\sql\gui\table\SQLInfoTable.java

Error Line
Unused import - net.plugin.sql.beans.DataSource 11
Unused import - net.plugin.sql.util.JDBCConnectionManager 12
Unused import - net.plugin.sql.util.DataSourceException 13
Unused import - net.plugin.sql.gui.model.table.CachedRowSetTableModel 14
Avoid using the '.*' form of import. 17
Avoid using the '.*' form of import. 19
Unused import - sun.jdbc.rowset.CachedRowSet 22
type is missing a Javadoc comment. 24
variable 'rowSet' missing Javadoc. 26
method is missing a Javadoc comment. 28
method is missing a Javadoc comment. 33
method is missing a Javadoc comment. 37

net\plugin\sql\listeners\AdhocQuerySelectionListener.java

Error Line
type is missing a Javadoc comment. 13
redundant 'public' modifier. 14
method is missing a Javadoc comment. 14

net\plugin\sql\listeners\DataSourceChangeListener.java

Error Line
type is missing a Javadoc comment. 11
redundant 'public' modifier. 13
method is missing a Javadoc comment. 13

net\plugin\sql\listeners\DataSourceSelectionListener.java

Error Line
type is missing a Javadoc comment. 13
redundant 'public' modifier. 15
method is missing a Javadoc comment. 15

net\plugin\sql\listeners\QueryListener.java

Error Line
type is missing a Javadoc comment. 11
redundant 'public' modifier. 13
method is missing a Javadoc comment. 13

net\plugin\sql\listeners\TableSelectionListener.java

Error Line
type is missing a Javadoc comment. 11
redundant 'public' modifier. 13
method is missing a Javadoc comment. 13

net\plugin\sql\util\Constants.java

Error Line
type is missing a Javadoc comment. 12
variable 'TOOL_WINDOW_ID' missing Javadoc. 14
variable 'TOOLBAR_WINDOW_ID' missing Javadoc. 15
variable 'NEW_WINDOW_ID' missing Javadoc. 16

net\plugin\sql\util\DataSourceException.java

Error Line
type is missing a Javadoc comment. 11
method is missing a Javadoc comment. 13

net\plugin\sql\util\DataSourceManager.java

Error Line
Avoid using the '.*' form of import. 14
type is missing a Javadoc comment. 19
'static' modifier out of order with the JLS suggestions. 21
variable 'instances' missing Javadoc. 21
variable 'instances' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 21
variable 'datasources' missing Javadoc. 23
variable 'listeners' missing Javadoc. 24
method is missing a Javadoc comment. 26
method is missing a Javadoc comment. 31
line contains a tab character 32
line longer than 80 characters 33
line contains a tab character 33
'if' is not followed by whitespace. 34
line contains a tab character 35
line contains a tab character 36
line longer than 80 characters 41
method is missing a Javadoc comment. 41
line longer than 80 characters 46
line longer than 80 characters 49
method is missing a Javadoc comment. 58
method is missing a Javadoc comment. 67
method is missing a Javadoc comment. 77
method is missing a Javadoc comment. 86
line longer than 80 characters 88
method is missing a Javadoc comment. 93

net\plugin\sql\util\JDBCConnectionManager.java

Error Line
Avoid using the '.*' form of import. 13
type is missing a Javadoc comment. 15
variable 'dataSource' missing Javadoc. 17
method is missing a Javadoc comment. 19
method is missing a Javadoc comment. 23
line longer than 80 characters 27
line longer than 80 characters 29
line longer than 80 characters 31
line longer than 80 characters 35

net\plugin\sql\util\ProjectHolder.java

Error Line
Unused import - net.plugin.sql.listeners.QueryListener 11
Avoid using the '.*' form of import. 13
type is missing a Javadoc comment. 17
variable 'instance' missing Javadoc. 19
variable 'instance' must be private and have accessor methods. 19
variable 'project' missing Javadoc. 21
method is missing a Javadoc comment. 23
method is missing a Javadoc comment. 26
method is missing a Javadoc comment. 33
method is missing a Javadoc comment. 37

net\plugin\sql\util\QueryManager.java

Error Line
Avoid using the '.*' form of import. 13
type is missing a Javadoc comment. 15
variable 'instance' missing Javadoc. 17
variable 'instance' must be private and have accessor methods. 17
variable 'queries' missing Javadoc. 19
variable 'listeners' missing Javadoc. 20
method is missing a Javadoc comment. 22
method is missing a Javadoc comment. 27
method is missing a Javadoc comment. 34
'if' construct must use '{}'s. 35
method is missing a Javadoc comment. 46
method is missing a Javadoc comment. 52
method is missing a Javadoc comment. 59
method is missing a Javadoc comment. 63
method is missing a Javadoc comment. 66

net\plugin\sql\util\TableInfoComparator.java

Error Line
type is missing a Javadoc comment. 15
method is missing a Javadoc comment. 17
'if' construct must use '{}'s. 21