Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
57 467

Files

Files Errors
ch/elca/dependency/ArgvDialog.java 5
ch/elca/dependency/core/Analyzer.java 7
ch/elca/dependency/core/classinfo/AttributeInfo.java 11
ch/elca/dependency/core/classinfo/ConstantPoolInfo.java 46
ch/elca/dependency/core/classinfo/FieldInfo.java 10
ch/elca/dependency/core/classinfo/MethodInfo.java 18
ch/elca/dependency/core/classinfo/Reader.java 42
ch/elca/dependency/core/Filter.java 4
ch/elca/dependency/core/FilterApplicator.java 9
ch/elca/dependency/core/RawModel.java 1
ch/elca/dependency/DPTool.java 2
ch/elca/dependency/DPToolErrorDialog.java 2
ch/elca/dependency/DPT_CONST.java 16
ch/elca/dependency/graph/Aggregator.java 1
ch/elca/dependency/graph/GraphUtils.java 2
ch/elca/dependency/graph/LayeringListener.java 1
ch/elca/dependency/graph/LayerOrder.java 6
ch/elca/dependency/graph/PerspectiveManager.java 1
ch/elca/dependency/gui/AboutDialog.java 2
ch/elca/dependency/gui/DependencyDetails.java 1
ch/elca/dependency/gui/DependencyDialog.java 8
ch/elca/dependency/gui/DependencyTableModel.java 13
ch/elca/dependency/gui/FilterDialog.java 13
ch/elca/dependency/gui/FilterListTableModel.java 10
ch/elca/dependency/gui/FilterManipulationDialog.java 3
ch/elca/dependency/gui/LevelTableModel.java 11
ch/elca/dependency/gui/LogDisplay.java 4
ch/elca/dependency/gui/MainFrame.java 12
ch/elca/dependency/gui/MyProgressBar.java 7
ch/elca/dependency/gui/ReportDialog.java 2
ch/elca/dependency/gui/SnappingDesktopManager.java 3
ch/elca/dependency/layer/UserLayer.java 3
ch/elca/dependency/report/DependenciesReportInfo.java 3
ch/elca/dependency/report/LayeringViolationReportInfo.java 3
ch/elca/dependency/report/Report.java 6
ch/elca/dependency/report/ReportException.java 2
ch/elca/dependency/report/ReportInfo.java 3
ch/elca/dependency/report/ReportManager.java 15
ch/elca/dependency/report/TextFormatter.java 2
ch/elca/dependency/util/ArrayQueue.java 1
ch/elca/dependency/util/DefaultPropertiesReader.java 3
ch/elca/dependency/util/DiskFileReader.java 1
ch/elca/dependency/util/gui/PersistentJInternalFrame.java 1
ch/elca/dependency/util/IconGrabber.java 5
ch/elca/dependency/util/IOManager.java 4
ch/elca/dependency/util/PropertiesReader.java 2
ch/elca/dependency/util/Shutdown.java 2
ch/elca/dependency/util/StringManager.java 3
ch/elca/dependency/util/UnZip.java 5
ch/elca/dependency/view/ClassDepView.java 20
ch/elca/dependency/view/GraphView.java 21
ch/elca/dependency/view/MyGrappaAdapter.java 34
ch/elca/dependency/view/MyTreeNode.java 4
ch/elca/dependency/view/OverView.java 17
ch/elca/dependency/view/PackageDepView.java 24
ch/elca/dependency/view/StatisticView.java 5
ch/elca/dependency/view/View.java 5

ch/elca/dependency/ArgvDialog.java

Error Line
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 36
Avoid using the '.*' form of import. 39
Avoid using the '.*' form of import. 40
line longer than 120 characters 455

ch/elca/dependency/core/Analyzer.java

Error Line
Avoid using the '.*' form of import. 37
Avoid using the '.*' form of import. 38
Expected @throws tag for 'AnalyseException'. 183
Expected @throws tag for 'AnalyseException'. 204
'}' should be on the same line. 296
'&&' should be on a new line. 323
'}' should be on the same line. 548

ch/elca/dependency/core/classinfo/AttributeInfo.java

Error Line
variable 'name' must be private and have accessor methods. 37
variable 'data' must be private and have accessor methods. 38
method is missing a Javadoc comment. 40
method is missing a Javadoc comment. 45
method is missing a Javadoc comment. 48
method is missing a Javadoc comment. 62
'|' should be on a new line. 70
method is missing a Javadoc comment. 74
method is missing a Javadoc comment. 91
'if' construct must use '{}'s. 94
method is missing a Javadoc comment. 99

ch/elca/dependency/core/classinfo/ConstantPoolInfo.java

Error Line
variable 'type' must be private and have accessor methods. 36
variable 'name' must be private and have accessor methods. 37
variable 'arg1' must be private and have accessor methods. 38
variable 'arg2' must be private and have accessor methods. 39
variable 'index1' must be private and have accessor methods. 40
variable 'index2' must be private and have accessor methods. 40
variable 'strValue' must be private and have accessor methods. 41
variable 'intValue' must be private and have accessor methods. 42
variable 'longValue' must be private and have accessor methods. 43
variable 'floatValue' must be private and have accessor methods. 44
variable 'doubleValue' must be private and have accessor methods. 45
variable 'CLASS' missing Javadoc. 47
variable 'FIELDREF' missing Javadoc. 48
variable 'METHODREF' missing Javadoc. 49
variable 'STRING' missing Javadoc. 50
variable 'INTEGER' missing Javadoc. 51
variable 'FLOAT' missing Javadoc. 52
variable 'LONG' missing Javadoc. 53
variable 'DOUBLE' missing Javadoc. 54
variable 'INTERFACE' missing Javadoc. 55
variable 'NAMEANDTYPE' missing Javadoc. 56
variable 'ASCIZ' missing Javadoc. 57
variable 'UNICODE' missing Javadoc. 58
Expected @param tag for 'value'. 64
Expected @param tag for 'value'. 76
Expected @param tag for 'value'. 88
Expected @param tag for 'value'. 100
Expected @param tag for 'value'. 112
Expected an @return tag. 135
method is missing a Javadoc comment. 139
'}' should be on the same line. 197
method is missing a Javadoc comment. 218
method is missing a Javadoc comment. 255
'if' construct must use '{}'s. 281
'if' construct must use '{}'s. 283
'if' construct must use '{}'s. 285
'if' construct must use '{}'s. 287
method is missing a Javadoc comment. 292
'if' construct must use '{}'s. 296
Expected an @return tag. 305
Expected @param tag for 'cp'. 305
'if' construct must use '{}'s. 306
'if' construct must use '{}'s. 309
Expected an @return tag. 339
Expected @param tag for 'pool'. 339
'if' construct must use '{}'s. 341

ch/elca/dependency/core/classinfo/FieldInfo.java

Error Line
variable 'accessFlags' must be private and have accessor methods. 39
variable 'name' must be private and have accessor methods. 40
variable 'signature' must be private and have accessor methods. 41
variable 'attributes' must be private and have accessor methods. 42
method is missing a Javadoc comment. 44
'if' construct must use '{}'s. 56
method is missing a Javadoc comment. 63
method is missing a Javadoc comment. 79
method is missing a Javadoc comment. 90
'else' construct must use '{}'s. 100

ch/elca/dependency/core/classinfo/MethodInfo.java

Error Line
variable 'accessFlags' must be private and have accessor methods. 40
variable 'name' must be private and have accessor methods. 41
variable 'signature' must be private and have accessor methods. 42
variable 'attributes' must be private and have accessor methods. 43
Expected an @return tag. 48
Expected @param tag for 'di'. 48
Expected @param tag for 'pool'. 48
Expected @throws tag for 'IOException'. 49
Expected @param tag for 'dos'. 71
Expected @param tag for 'pool'. 71
Expected @throws tag for 'IOException'. 72
Expected @throws tag for 'Exception'. 72
'for' construct must use '{}'s. 81
Expected an @return tag. 91
Expected @param tag for 'className'. 91
'if' construct must use '{}'s. 108
'else' construct must use '{}'s. 110
Expected an @return tag. 137

ch/elca/dependency/core/classinfo/Reader.java

Error Line
variable 'magic' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 70
variable 'majorVersion' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 71
variable 'minorVersion' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 72
variable 'constantPool' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 73
variable 'accessFlags' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 74
variable 'thisClass' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 75
variable 'superClass' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 76
variable 'interfaces' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 77
variable 'fields' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 78
variable 'methods' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 79
variable 'attributes' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 80
variable 'isValidClass' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 81
variable 'dumpConstants' missing Javadoc. 82
variable 'dumpConstants' must be private and have accessor methods. 82
variable 'ACC_PUBLIC' missing Javadoc. 84
variable 'ACC_PRIVATE' missing Javadoc. 85
variable 'ACC_PROTECTED' missing Javadoc. 86
variable 'ACC_STATIC' missing Javadoc. 87
variable 'ACC_FINAL' missing Javadoc. 88
variable 'ACC_SYNCHRONIZED' missing Javadoc. 89
variable 'ACC_THREADSAFE' missing Javadoc. 90
variable 'ACC_TRANSIENT' missing Javadoc. 91
variable 'ACC_NATIVE' missing Javadoc. 92
variable 'ACC_INTERFACE' missing Javadoc. 93
variable 'ACC_ABSTRACT' missing Javadoc. 94
'if' construct must use '{}'s. 135
'||' should be on a new line. 135
Comment matches to-do format 'TODO:'. 144
'if' construct must use '{}'s. 181
Expected an @return tag. 277
'if' construct must use '{}'s. 308
'else' construct must use '{}'s. 310
Expected an @return tag. 338
Expected @param tag for 'flags'. 338
Expected an @return tag. 392
Expected @param tag for 'sig'. 392
'while' construct must use '{}'s. 396
'while' construct must use '{}'s. 400
'+' should be on a new line. 423
'}' should be on the same line. 443
'||' should be on a new line. 519
'&&' should be on a new line. 533

ch/elca/dependency/core/Filter.java

Error Line
line contains a tab character 8
Unused @param tag for 'incOrExc'. 98
Expected @param tag for 'isInclude'. 101
Unused @throws tag for 'REException'. 115

ch/elca/dependency/core/FilterApplicator.java

Error Line
Avoid using the '.*' form of import. 38
Unused @param tag for 'filter'. 89
Expected @param tag for 'filters'. 93
Expected @throws tag for 'FilterApplicationException'. 94
'+' should be on a new line. 144
'&&' should be on a new line. 157
'+' should be on a new line. 166
'+' should be on a new line. 167
'}' should be on the same line. 225

ch/elca/dependency/core/RawModel.java

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

ch/elca/dependency/DPTool.java

Error Line
Unused import - java.util.Hashtable 44
line longer than 120 characters 157

ch/elca/dependency/DPToolErrorDialog.java

Error Line
Unused import - javax.swing.WindowConstants 47
Expected @param tag for 'exception'. 155

ch/elca/dependency/DPT_CONST.java

Error Line
type name 'DPT_CONST' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 39
variable 'ROOT' missing Javadoc. 41
variable 'REPORT' missing Javadoc. 42
variable 'FILTER' missing Javadoc. 43
variable 'BASIC_FILTER' missing Javadoc. 44
variable 'PERSPECTIVE' missing Javadoc. 45
variable 'PROXY' missing Javadoc. 46
variable 'NOWIN' missing Javadoc. 47
variable 'HELP' missing Javadoc. 48
variable 'NOARG' missing Javadoc. 49
variable 'EMPTY_STRING' missing Javadoc. 50
variable 'SECTION' missing Javadoc. 51
variable 'CMDLINE_SEPARATOR' missing Javadoc. 52
variable 'MAIN_CLASS_FQ_NAME' missing Javadoc. 53
variable 'CLASS_EXT' missing Javadoc. 54
variable 'JAR_EXT' missing Javadoc. 55

ch/elca/dependency/graph/Aggregator.java

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

ch/elca/dependency/graph/GraphUtils.java

Error Line
'}' should be on the same line. 120
'}' should be on the same line. 143

ch/elca/dependency/graph/LayeringListener.java

Error Line
redundant 'public' modifier. 46

ch/elca/dependency/graph/LayerOrder.java

Error Line
Avoid using the '.*' form of import. 32
line longer than 120 characters 164
line longer than 120 characters 185
line longer than 120 characters 194
line longer than 120 characters 257
line longer than 120 characters 258

ch/elca/dependency/graph/PerspectiveManager.java

Error Line
Expected an @return tag. 78

ch/elca/dependency/gui/AboutDialog.java

Error Line
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 35

ch/elca/dependency/gui/DependencyDetails.java

Error Line
redundant 'public' modifier. 50

ch/elca/dependency/gui/DependencyDialog.java

Error Line
Avoid using the '.*' form of import. 33
Avoid using the '.*' form of import. 41
Avoid using the '.*' form of import. 42
Avoid using the '.*' form of import. 43
Avoid using the '.*' form of import. 46
'static' modifier out of order with the JLS suggestions. 67
line contains a tab character 102
'&&' should be on a new line. 321

ch/elca/dependency/gui/DependencyTableModel.java

Error Line
Unused @param tag for 'column'. 97
Unused @throws tag for 'ArrayIndexOutOfBoundsException'. 99
Expected @param tag for 'col'. 102
Expected @param tag for 'col'. 115
'}' should be on the same line. 123
line contains a tab character 147
line contains a tab character 148
line contains a tab character 149
Unused @param tag for 'value'. 165
Expected @param tag for 'type'. 168
line contains a tab character 188
variable 'm_colIndex' must be private and have accessor methods. 223
variable 'm_ascending' must be private and have accessor methods. 228

ch/elca/dependency/gui/FilterDialog.java

Error Line
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 33
Avoid using the '.*' form of import. 34
Unused import - java.util.Iterator 36
Avoid using the '.*' form of import. 38
'static' modifier out of order with the JLS suggestions. 104
line contains a tab character 124
line contains a tab character 138
'}' should be on the same line. 293
'}' should be on the same line. 339
'}' should be on the same line. 500
'}' should be on the same line. 542
'}' should be on the same line. 545

ch/elca/dependency/gui/FilterListTableModel.java

Error Line
Expected @param tag for 'isInclude'. 86
Expected an @return tag. 95
Unused @param tag for 'column'. 125
Unused @throws tag for 'ArrayIndexOutOfBoundsException'. 127
Expected @param tag for 'col'. 130
Expected @param tag for 'col'. 144
'}' should be on the same line. 153
'}' should be on the same line. 157
Empty catch block. 250
Expected @throws tag for 'RESyntaxException'. 262

ch/elca/dependency/gui/FilterManipulationDialog.java

Error Line
Unused import - java.awt.Insets 33
Avoid using the '.*' form of import. 36
'}' should be on the same line. 138

ch/elca/dependency/gui/LevelTableModel.java

Error Line
Unused @param tag for 'column'. 99
Unused @throws tag for 'ArrayIndexOutOfBoundsException'. 101
Expected @param tag for 'col'. 104
Expected @param tag for 'col'. 118
'}' should be on the same line. 127
'}' should be on the same line. 131
line contains a tab character 155
line contains a tab character 156
line contains a tab character 157
Empty catch block. 198
line contains a tab character 213

ch/elca/dependency/gui/LogDisplay.java

Error Line
Avoid using the '.*' form of import. 35
variable 's_frameWidth' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 52
variable 's_frameHeight' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 53
variable 'm_scrollPane' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107

ch/elca/dependency/gui/MainFrame.java

Error Line
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 36
Avoid using the '.*' form of import. 37
Avoid using the '.*' form of import. 38
Avoid using the '.*' form of import. 39
Avoid using the '.*' form of import. 40
Redundant import from the java.lang package. 42
Avoid using the '.*' form of import. 43
variable 's_verticalFactor' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 65
variable 's_horizontalFactor' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 66
method is missing a Javadoc comment. 82
line longer than 120 characters 325

ch/elca/dependency/gui/MyProgressBar.java

Error Line
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 36
'}' should be on the same line. 167
Expected @param tag for 'msg'. 191
variable 'count' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 202
'}' should be on the same line. 241
'+' should be on a new line. 243

ch/elca/dependency/gui/ReportDialog.java

Error Line
Avoid using the '.*' form of import. 33
Avoid using the '.*' form of import. 36

ch/elca/dependency/gui/SnappingDesktopManager.java

Error Line
Avoid using the '.*' form of import. 33
variable 'snapRange' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 46
method is missing a Javadoc comment. 60

ch/elca/dependency/layer/UserLayer.java

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

ch/elca/dependency/report/DependenciesReportInfo.java

Error Line
Avoid using the '.*' form of import. 32
variable 'treeNodeLevel_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 96
variable 'treeNodeLevel_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97

ch/elca/dependency/report/LayeringViolationReportInfo.java

Error Line
method is missing a Javadoc comment. 142
line longer than 120 characters 223
line longer than 120 characters 259

ch/elca/dependency/report/Report.java

Error Line
Unused @param tag for 'filteredModel'. 117
Unused @param tag for 'rawModel'. 118
Expected @param tag for 'dependencyModel'. 120
Unused @param tag for 'filteredModel'. 133
Unused @param tag for 'rawModel'. 134
Expected @param tag for 'dependencyModel'. 136

ch/elca/dependency/report/ReportException.java

Error Line
variable 'stringManager' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 103
'+' should be on a new line. 196

ch/elca/dependency/report/ReportInfo.java

Error Line
variable 'm_dependencyModel' must be private and have accessor methods. 59
variable 'm_rootNode' must be private and have accessor methods. 64
line contains a tab character 89

ch/elca/dependency/report/ReportManager.java

Error Line
Unused @param tag for 'filteredModel'. 89
Unused @param tag for 'rawModel'. 90
'static' modifier out of order with the JLS suggestions. 96
Expected @param tag for 'dependencyModel'. 96
Unused @param tag for 'filteredModel'. 106
Unused @param tag for 'rawModel'. 107
'static' modifier out of order with the JLS suggestions. 113
Expected @param tag for 'dependencyModel'. 114
'?' should be on a new line. 130
':' should be on a new line. 131
'+' should be on a new line. 134
'+' should be on a new line. 154
Unused @param tag for 'properties'. 183
'static' modifier out of order with the JLS suggestions. 187
Expected @param tag for 'dependencyContext'. 187

ch/elca/dependency/report/TextFormatter.java

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

ch/elca/dependency/util/ArrayQueue.java

Error Line
variable 'm_Q' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 66

ch/elca/dependency/util/DefaultPropertiesReader.java

Error Line
Unused import - java.io.File 32
variable 'm_instance' must match pattern '^s_[a-z](_?[a-zA-Z0-9])*$'. 54
variable 'm_classLoader' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 75

ch/elca/dependency/util/DiskFileReader.java

Error Line
variable 'm_instance' must match pattern '^s_[a-z](_?[a-zA-Z0-9])*$'. 53

ch/elca/dependency/util/gui/PersistentJInternalFrame.java

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

ch/elca/dependency/util/IconGrabber.java

Error Line
'static' modifier out of order with the JLS suggestions. 51
variable 'classLoader' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 56
variable 'toolkit' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 61
variable 'fileSeparator' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 66
variable 'path' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 71

ch/elca/dependency/util/IOManager.java

Error Line
variable 'fileSeparator' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 96
variable 's_outDir' must match pattern '^[a-z][a-zA-Z0-9]*$'. 111
'}' should be on the same line. 154
method is missing a Javadoc comment. 263

ch/elca/dependency/util/PropertiesReader.java

Error Line
redundant 'public' modifier. 49
redundant 'public' modifier. 57

ch/elca/dependency/util/Shutdown.java

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

ch/elca/dependency/util/StringManager.java

Error Line
variable 'bundle' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 50
variable 'managers' must match pattern '^s_[a-z](_?[a-zA-Z0-9])*$'. 55
'static' modifier out of order with the JLS suggestions. 112

ch/elca/dependency/util/UnZip.java

Error Line
Avoid using the '.*' form of import. 32
variable 'DATA_BLOCK_SIZE' must match pattern '^m_[a-z](_?[a-zA-Z0-9])*$'. 58
'}' should be on the same line. 111
Expected @param tag for 'entryName'. 146
Expected @throws tag for 'IOException'. 146

ch/elca/dependency/view/ClassDepView.java

Error Line
Avoid using the '.*' form of import. 34
Avoid using the '.*' form of import. 39
Avoid using the '.*' form of import. 40
Avoid using the '.*' form of import. 41
Avoid using the '.*' form of import. 42
Avoid using the '.*' form of import. 43
Avoid using the '.*' form of import. 44
'static' modifier out of order with the JLS suggestions. 71
method is missing a Javadoc comment. 142
'}' should be on the same line. 361
'}' should be on the same line. 422
Empty catch block. 480
Empty catch block. 560
'}' should be on the same line. 576
'}' should be on the same line. 600
'+' should be on a new line. 623
'}' should be on the same line. 725
'}' should be on the same line. 739
'}' should be on the same line. 791
'}' should be on the same line. 796

ch/elca/dependency/view/GraphView.java

Error Line
Unused import - att.grappa.Edge 35
Unused import - att.grappa.Element 36
Unused import - att.grappa.GrappaPoint 39
Unused import - att.grappa.Node 42
Avoid using the '.*' form of import. 47
Avoid using the '.*' form of import. 51
Avoid using the '.*' form of import. 52
Avoid using the '.*' form of import. 58
Avoid using the '.*' form of import. 59
Import from illegal package - sun.misc.BASE64Encoder 61
variable 'm_instance' must match pattern '^s_[a-z](_?[a-zA-Z0-9])*$'. 88
'static' modifier out of order with the JLS suggestions. 107
'static' modifier out of order with the JLS suggestions. 112
'static' modifier out of order with the JLS suggestions. 117
variable 's_positiveZoomFact' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 117
'static' modifier out of order with the JLS suggestions. 122
variable 's_negativeZoomFact' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 122
variable 's_formats' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 131
method is missing a Javadoc comment. 197
method is missing a Javadoc comment. 206
line longer than 120 characters 599

ch/elca/dependency/view/MyGrappaAdapter.java

Error Line
Avoid using the '.*' form of import. 31
Avoid using the '.*' form of import. 43
Expected @param tag for 'detail'. 95
Unused @param tag for 'fact'. 103
Expected @param tag for 'positive'. 105
Expected @param tag for 'negative'. 105
'if' construct must use '{}'s. 153
'if' construct must use '{}'s. 229
'}' should be on the same line. 283
line longer than 120 characters 302
line longer than 120 characters 389
'}' should be on the same line. 433
'if' construct must use '{}'s. 549
line longer than 120 characters 551
line longer than 120 characters 555
'}' should be on the same line. 560
'}' should be on the same line. 565
'}' should be on the same line. 569
'}' should be on the same line. 573
'if' construct must use '{}'s. 576
line longer than 120 characters 578
line longer than 120 characters 582
'}' should be on the same line. 587
'if' construct must use '{}'s. 590
'}' should be on the same line. 614
'}' should be on the same line. 618
'}' should be on the same line. 623
'if' construct must use '{}'s. 628
'}' should be on the same line. 639
'}' should be on the same line. 651
'}' should be on the same line. 656
'}' should be on the same line. 661
Expected @param tag for 'panel'. 741
Expected @param tag for 'subg'. 741

ch/elca/dependency/view/MyTreeNode.java

Error Line
variable 'iconType' must be private and have accessor methods. 57
line contains a tab character 64
line contains a tab character 75
line contains a tab character 89

ch/elca/dependency/view/OverView.java

Error Line
Avoid using the '.*' form of import. 34
Avoid using the '.*' form of import. 41
Avoid using the '.*' form of import. 42
Avoid using the '.*' form of import. 48
'static' modifier out of order with the JLS suggestions. 83
'static' modifier out of order with the JLS suggestions. 88
Unused @param tag for 'inputStructure'. 141
Expected @param tag for 'dependencyModel'. 144
method is missing a Javadoc comment. 150
method is missing a Javadoc comment. 165
line longer than 120 characters 264
'}' should be on the same line. 435
line contains a tab character 454
line contains a tab character 483
'}' should be on the same line. 518
Expected @param tag for 'e'. 535
'}' should be on the same line. 652

ch/elca/dependency/view/PackageDepView.java

Error Line
Avoid using the '.*' form of import. 32
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 37
Avoid using the '.*' form of import. 38
Avoid using the '.*' form of import. 39
Avoid using the '.*' form of import. 40
Avoid using the '.*' form of import. 41
'static' modifier out of order with the JLS suggestions. 66
method is missing a Javadoc comment. 114
method is missing a Javadoc comment. 120
method is missing a Javadoc comment. 124
line longer than 120 characters 256
'}' should be on the same line. 291
Empty catch block. 335
'}' should be on the same line. 382
Empty catch block. 475
Empty catch block. 543
'}' should be on the same line. 555
'}' should be on the same line. 572
'+' should be on a new line. 588
'}' should be on the same line. 672
'}' should be on the same line. 685
'}' should be on the same line. 738
'}' should be on the same line. 743

ch/elca/dependency/view/StatisticView.java

Error Line
Avoid using the '.*' form of import. 36
Avoid using the '.*' form of import. 39
Avoid using the '.*' form of import. 40
'static' modifier out of order with the JLS suggestions. 60
Expected @param tag for 'dependencyModel'. 128

ch/elca/dependency/view/View.java

Error Line
Avoid using the '.*' form of import. 35
Avoid using the '.*' form of import. 36
variable 'm_statusListenerSupport' missing Javadoc. 69
variable 'm_dependencyModel' missing Javadoc. 70
variable 'm_statusListener' missing Javadoc. 71