Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
7 144

Files

Files Errors
dptool/config/LayerGui.java 14
dptool/config/Main.java 2
dptool/config/PackageListReader.java 8
dptool/config/PerspectiveGenerator.java 3
dptool/config/PerspectiveReader.java 13
dptool/config/TableMap.java 25
dptool/config/TableSorter.java 79

dptool/config/LayerGui.java

Error Line
'{' should be on a new line. 48
method is missing a Javadoc comment. 50
'{' should be on a new line. 50
line longer than 132 characters 80
variable 'mainFrame' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 91
variable 'packageLayerTable' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 92
variable 'layerList' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 93
variable 'generateButton' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 94
'static' modifier out of order with the JLS suggestions. 96
variable 'colNames' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 96
variable 'layerData' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 98
variable 'packageLayerData' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 99
variable 'filterData' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 100
variable 'aggregatorData' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 101

dptool/config/Main.java

Error Line
Unused import - java.util.TreeSet 31
method is missing a Javadoc comment. 43

dptool/config/PackageListReader.java

Error Line
Unused import - java.util.Iterator 29
method is missing a Javadoc comment. 47
method is missing a Javadoc comment. 58
'{' should be on a new line. 73
type is missing a Javadoc comment. 88
method is missing a Javadoc comment. 90
method is missing a Javadoc comment. 92
method is missing a Javadoc comment. 97

dptool/config/PerspectiveGenerator.java

Error Line
Unused import - com.sun.rsasign.ag 38
method is missing a Javadoc comment. 50
method is missing a Javadoc comment. 69

dptool/config/PerspectiveReader.java

Error Line
method is missing a Javadoc comment. 49
type is missing a Javadoc comment. 58
method is missing a Javadoc comment. 60
method is missing a Javadoc comment. 64
method is missing a Javadoc comment. 70
method is missing a Javadoc comment. 107
method is missing a Javadoc comment. 112
method is missing a Javadoc comment. 117
method is missing a Javadoc comment. 122
variable 'map' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 127
variable 'layers' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 128
variable 'filters' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 130
variable 'aggregators' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 132

dptool/config/TableMap.java

Error Line
Line does not match expected header line of '/**'. 1
Avoid using the '.*' form of import. 13
'{' should be on a new line. 24
variable 'model' missing Javadoc. 26
variable 'model' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 26
method is missing a Javadoc comment. 28
'{' should be on a new line. 28
method is missing a Javadoc comment. 32
'{' should be on a new line. 32
method is missing a Javadoc comment. 40
'{' should be on a new line. 40
method is missing a Javadoc comment. 44
'{' should be on a new line. 44
method is missing a Javadoc comment. 48
'{' should be on a new line. 48
method is missing a Javadoc comment. 52
'{' should be on a new line. 52
method is missing a Javadoc comment. 56
'{' should be on a new line. 56
method is missing a Javadoc comment. 60
'{' should be on a new line. 60
method is missing a Javadoc comment. 64
'{' should be on a new line. 64
method is missing a Javadoc comment. 71
'{' should be on a new line. 71

dptool/config/TableSorter.java

Error Line
Line does not match expected header line of ' * Project: Dependency Tool'. 3
Avoid using the '.*' form of import. 18
'{' should be on a new line. 38
variable 'indexes' must be private and have accessor methods. 40
variable 'sortingColumns' must be private and have accessor methods. 41
variable 'ascending' must be private and have accessor methods. 42
variable 'compares' must be private and have accessor methods. 43
method is missing a Javadoc comment. 45
'{' should be on a new line. 45
method is missing a Javadoc comment. 49
'{' should be on a new line. 49
method is missing a Javadoc comment. 53
'{' should be on a new line. 53
method is missing a Javadoc comment. 58
'{' should be on a new line. 58
'{' should be on a new line. 68
'{' should be on a new line. 70
'{' should be on a new line. 72
'{' should be on a new line. 85
'{' should be on a new line. 91
'{' should be on a new line. 93
'{' should be on a new line. 95
'{' should be on a new line. 98
'{' should be on a new line. 104
'{' should be on a new line. 106
'{' should be on a new line. 108
'{' should be on a new line. 111
'{' should be on a new line. 116
'{' should be on a new line. 118
'{' should be on a new line. 120
'{' should be on a new line. 123
'{' should be on a new line. 129
'{' should be on a new line. 131
'{' should be on a new line. 133
'{' should be on a new line. 136
'{' should be on a new line. 143
'{' should be on a new line. 145
'{' should be on a new line. 147
method is missing a Javadoc comment. 153
'{' should be on a new line. 153
'{' should be on a new line. 155
'{' should be on a new line. 158
method is missing a Javadoc comment. 165
'{' should be on a new line. 165
'{' should be on a new line. 173
method is missing a Javadoc comment. 178
'{' should be on a new line. 178
method is missing a Javadoc comment. 185
'{' should be on a new line. 185
'{' should be on a new line. 186
method is missing a Javadoc comment. 191
'{' should be on a new line. 191
method is missing a Javadoc comment. 201
'{' should be on a new line. 201
'{' should be on a new line. 202
'{' should be on a new line. 203
'{' should be on a new line. 204
method is missing a Javadoc comment. 218
'{' should be on a new line. 218
'{' should be on a new line. 219
'{' should be on a new line. 244
'{' should be on a new line. 245
'{' should be on a new line. 253
'{' should be on a new line. 254
'{' should be on a new line. 257
method is missing a Javadoc comment. 263
'{' should be on a new line. 263
method is missing a Javadoc comment. 272
'{' should be on a new line. 272
method is missing a Javadoc comment. 277
'{' should be on a new line. 277
method is missing a Javadoc comment. 282
'{' should be on a new line. 282
method is missing a Javadoc comment. 286
'{' should be on a new line. 286
method is missing a Javadoc comment. 297
'{' should be on a new line. 297
'{' should be on a new line. 302
'{' should be on a new line. 306