Checkstyle Errors

The following document contains the results of Checkstyle for severity error.

Summary

Files Errors
154 260

Files

Files Errors
net/sf/statcvs/Main.java 14
net/sf/statcvs/Messages.java 4
net/sf/statcvs/ant/StatCvsTask.java 12
net/sf/statcvs/charts/ChartImage.java 5
net/sf/statcvs/charts/ChartUtils.java 9
net/sf/statcvs/charts/CommitScatterChartMaker.java 9
net/sf/statcvs/charts/DirectoryPieChartMaker.java 1
net/sf/statcvs/charts/LOCChartMaker.java 13
net/sf/statcvs/charts/ModifyAddChartMaker.java 6
net/sf/statcvs/charts/ModuleEvolutionChartMaker.java 10
net/sf/statcvs/charts/ModuleSizePieChartMaker.java 1
net/sf/statcvs/charts/SymbolicNameAnnotation.java 3
net/sf/statcvs/charts/TimeBarChartMaker.java 2
net/sf/statcvs/charts/TimeLineChartMaker.java 2
net/sf/statcvs/charts/package.html 1
net/sf/statcvs/input/CvsFileBlockParser.java 2
net/sf/statcvs/input/CvsLogBuilder.java 3
net/sf/statcvs/input/CvsLogfileParser.java 3
net/sf/statcvs/input/CvsRevisionParser.java 5
net/sf/statcvs/input/FileBuilder.java 5
net/sf/statcvs/input/RepositoryFileManager.java 2
net/sf/statcvs/model/Author.java 1
net/sf/statcvs/model/Commit.java 1
net/sf/statcvs/model/Directory.java 1
net/sf/statcvs/model/Repository.java 3
net/sf/statcvs/model/Revision.java 5
net/sf/statcvs/model/VersionedFile.java 2
net/sf/statcvs/output/CommandLineParser.java 2
net/sf/statcvs/output/ConfigurationOptions.java 11
net/sf/statcvs/output/CssHandler.java 1
net/sf/statcvs/output/CvswebIntegration.java 1
net/sf/statcvs/output/RepoMapPageMaker.java 3
net/sf/statcvs/output/ViewCvsIntegration.java 1
net/sf/statcvs/output/WebRepositoryIntegration.java 1
net/sf/statcvs/output/package.html 1
net/sf/statcvs/pages/CommitListFormatter.java 2
net/sf/statcvs/pages/CommitLogPageMaker.java 2
net/sf/statcvs/pages/DeveloperPageMaker.java 5
net/sf/statcvs/pages/DirectoryPageMaker.java 2
net/sf/statcvs/pages/DirectorySizesPageMaker.java 1
net/sf/statcvs/pages/DirectoryTreeFormatter.java 1
net/sf/statcvs/pages/HTML.java 5
net/sf/statcvs/pages/IndexPageMaker.java 1
net/sf/statcvs/pages/MarkupHTML.java 3
net/sf/statcvs/pages/MarkupXDoc.java 3
net/sf/statcvs/pages/ModulesPageMaker.java 1
net/sf/statcvs/pages/Page.java 4
net/sf/statcvs/pages/ReportSuiteMaker.java 5
net/sf/statcvs/pages/TwitterHelp.java 3
net/sf/statcvs/pages/package.html 1
net/sf/statcvs/pages/xml/CommitListXml.java 1
net/sf/statcvs/pages/xml/DirectoriesXml.java 1
net/sf/statcvs/pages/xml/FilesXml.java 1
net/sf/statcvs/pages/xml/GenerateXml.java 2
net/sf/statcvs/pages/xml/LogXmlMaker.java 1
net/sf/statcvs/pages/xml/MarkupXML.java 3
net/sf/statcvs/pages/xml/RevisedFilesXml.java 2
net/sf/statcvs/pages/xml/XML.java 2
net/sf/statcvs/pages/xml/package.html 1
net/sf/statcvs/renderer/HTMLTableCellRenderer.java 1
net/sf/statcvs/renderer/XMLRenderer.java 1
net/sf/statcvs/renderer/package.html 1
net/sf/statcvs/reportmodel/Column.java 1
net/sf/statcvs/reportmodel/HelperTimePoint.java 1
net/sf/statcvs/reportmodel/RatioColumn.java 2
net/sf/statcvs/reportmodel/package.html 1
net/sf/statcvs/reports/AbstractRollingLocTableReport.java 11
net/sf/statcvs/reports/CloudCommitTableReport.java 8
net/sf/statcvs/reports/DevelopersOfTheMonthTable.java 2
net/sf/statcvs/reports/FileTypeReport.java 6
net/sf/statcvs/reports/FilesRevisionCountComparator.java 2
net/sf/statcvs/reports/LOCSeriesBuilder.java 1
net/sf/statcvs/reports/TopDevelopersTableReport.java 2
net/sf/statcvs/reports/package.html 1
net/sf/statcvs/util/ConsoleOutErrHandler.java 1
net/sf/statcvs/util/CvsLogUtils.java 2
net/sf/statcvs/util/FilePatternMatcher.java 4
net/sf/statcvs/util/FileUtils.java 6
net/sf/statcvs/util/IntegerMap.java 2
net/sf/statcvs/util/LogFormatter.java 2
net/sf/statcvs/util/LookaheadReader.java 1
net/sf/statcvs/weblinks/bugs/BugTracker.java 1
net/sf/statcvs/weblinks/bugs/package.html 1

net/sf/statcvs/Main.java

Error Line
Error Utility classes should not have a public or default constructor. 52
Error Line matches the illegal pattern 'System\.out\.println'. 61
Error Line matches the illegal pattern 'System\.err\.println'. 79
Error Line matches the illegal pattern 'System\.err\.println'. 95
Error Line matches the illegal pattern 'System\.out\.println'. 100
Error Line matches the illegal pattern 'System\.out\.println'. 119
Error Line matches the illegal pattern 'System\.err\.println'. 124
Error Line matches the illegal pattern 'System\.err\.println'. 125
Error Line matches the illegal pattern 'System\.err\.println'. 130
Error Line matches the illegal pattern 'System\.err\.println'. 131
Error Line matches the illegal pattern 'System\.err\.println'. 136
Error NPath Complexity is 1,536 (max allowed is 200). 147
Error '1000' is a magic number. 250
Error '1024' is a magic number. 251

net/sf/statcvs/Messages.java

Error Line
Error Utility classes should not have a public or default constructor. 36
Error Return count is 6 (max allowed is 3). 58
Error Nested try depth is 2 (max allowed is 1). 70
Error Must have at least one statement. 75

net/sf/statcvs/ant/StatCvsTask.java

Error Line
Error Redundant throws: 'BuildException' is unchecked exception. 75
Error Cyclomatic Complexity is 19 (max allowed is 15). 92
Error NPath Complexity is 262,144 (max allowed is 200). 92
Error 'logFile' hides a field. 159
Error 'outDir' hides a field. 173
Error 'cssFile' hides a field. 214
Error 'notesFile' hides a field. 222
Error 'viewcvs' hides a field. 229
Error 'viewvc' hides a field. 236
Error 'jcvsweb' hides a field. 257
Error Comment matches to-do format 'TODO:'. 290
Error 'nonDeveloperLogin' hides a field. 295

net/sf/statcvs/charts/ChartImage.java

Error Line
Error Comment matches to-do format 'TODO:'. 15
Error 'static' modifier out of order with the JLS suggestions. 21
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
Error 'static' modifier out of order with the JLS suggestions. 25
Error 'static' modifier out of order with the JLS suggestions. 26

net/sf/statcvs/charts/ChartUtils.java

Error Line
Error Class ChartUtils should be declared as final. 11
Error '3' is a magic number. 34
Error '3' is a magic number. 46
Error Name 'MAX_RED' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error '200' is a magic number. 52
Error Name 'MAX_GREEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 53
Error '150' is a magic number. 53
Error Name 'MAX_BLUE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error '250' is a magic number. 54

net/sf/statcvs/charts/CommitScatterChartMaker.java

Error Line
Error Class Data Abstraction Coupling is 17 (max allowed is 13) classes [CombinedDomainXYPlot, Font, Color, DateAxis, TimeSeries, ArrayList, Date, Dimension, NumberAxis, StandardXYItemRenderer, NumberTickUnit, DecimalFormat, JFreeChart, TimeSeriesCollection, XYPlot, Rectangle, Second]. 61
Error 'static' modifier out of order with the JLS suggestions. 63
Error '10' is a magic number. 98
Error '60.0' is a magic number. 136
Error '6.0' is a magic number. 143
Error '24.0' is a magic number. 145
Error '9' is a magic number. 146
Error '70' is a magic number. 160
Error '110' is a magic number. 160

net/sf/statcvs/charts/DirectoryPieChartMaker.java

Error Line
Error '0.8f' is a magic number. 92

net/sf/statcvs/charts/LOCChartMaker.java

Error Line
Error Comment matches to-do format 'TODO:'. 42
Error '0xFF' is a magic number. 121
Error '0xFF' is a magic number. 121
Error '0x55' is a magic number. 121
Error '240' is a magic number. 122
Error '220' is a magic number. 122
Error '0x55' is a magic number. 122
Error '0.9' is a magic number. 271
Error '0.1' is a magic number. 271
Error '10' is a magic number. 274
Error '0.9' is a magic number. 360
Error '0.1' is a magic number. 360
Error '10' is a magic number. 363

net/sf/statcvs/charts/ModifyAddChartMaker.java

Error Line
Error Cyclomatic Complexity is 16 (max allowed is 15). 57
Error NPath Complexity is 6,984 (max allowed is 200). 57
Error '100' is a magic number. 115
Error '20.0' is a magic number. 140
Error '100.0' is a magic number. 141
Error '110' is a magic number. 155

net/sf/statcvs/charts/ModuleEvolutionChartMaker.java

Error Line
Error Cyclomatic Complexity is 19 (max allowed is 15). 94
Error NPath Complexity is 1,200 (max allowed is 200). 94
Error '60' is a magic number. 98
Error Line matches the illegal pattern 'System\.out\.println'. 109
Error Line matches the illegal pattern 'System\.out\.println'. 140
Error Line matches the illegal pattern 'System\.out\.println'. 145
Error Line matches the illegal pattern 'System\.out\.println'. 171
Error Line matches the illegal pattern 'System\.out\.println'. 176
Error Line matches the illegal pattern 'System\.out\.println'. 181
Error '100.0' is a magic number. 217

net/sf/statcvs/charts/ModuleSizePieChartMaker.java

Error Line
Error '0.8f' is a magic number. 82

net/sf/statcvs/charts/SymbolicNameAnnotation.java

Error Line
Error Comment matches to-do format 'TODO:'. 34
Error 'static' modifier out of order with the JLS suggestions. 60
Error Line is longer than 160 characters. 82

net/sf/statcvs/charts/TimeBarChartMaker.java

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

net/sf/statcvs/charts/TimeLineChartMaker.java

Error Line
Error Line is longer than 160 characters. 45
Error 'timeLine' hides a field. 91

net/sf/statcvs/charts/package.html

Error Line
Error Missing package documentation file. 0

net/sf/statcvs/input/CvsFileBlockParser.java

Error Line
Error Must have at least one statement. 145
Error Must have at least one statement. 161

net/sf/statcvs/input/CvsLogBuilder.java

Error Line
Error Redundant 'public' modifier. 51
Error Redundant 'public' modifier. 63
Error Redundant 'public' modifier. 71

net/sf/statcvs/input/CvsLogfileParser.java

Error Line
Error Comment matches to-do format 'TODO:'. 75
Error Must have at least one statement. 94
Error Must have at least one statement. 104

net/sf/statcvs/input/CvsRevisionParser.java

Error Line
Error '6' is a magic number. 131
Error '11' is a magic number. 140
Error '10' is a magic number. 143
Error '8' is a magic number. 157
Error Must have at least one statement. 190

net/sf/statcvs/input/FileBuilder.java

Error Line
Error Unused import - net.sf.statcvs.model.Revision. 35
Error Return count is 4 (max allowed is 3). 122
Error Must have at least one statement. 178
Error Return count is 5 (max allowed is 3). 206
Error '60000' is a magic number. 308

net/sf/statcvs/input/RepositoryFileManager.java

Error Line
Error Must have at least one statement. 108
Error Must have at least one statement. 115

net/sf/statcvs/model/Author.java

Error Line
Error Comment matches to-do format 'TODO:'. 28

net/sf/statcvs/model/Commit.java

Error Line
Error Comment matches to-do format 'TODO:'. 32

net/sf/statcvs/model/Directory.java

Error Line
Error Comment matches to-do format 'TODO:'. 32

net/sf/statcvs/model/Repository.java

Error Line
Error Comment matches to-do format 'TODO:'. 39
Error Comment matches to-do format 'TODO:'. 40
Error Comment matches to-do format 'TODO:'. 119

net/sf/statcvs/model/Revision.java

Error Line
Error Comment matches to-do format 'TODO:'. 36
Error Comment matches to-do format 'TODO:'. 37
Error More than 8 parameters. 100
Error Return count is 7 (max allowed is 3). 291
Error Comment matches to-do format 'TODO:'. 347

net/sf/statcvs/model/VersionedFile.java

Error Line
Error Comment matches to-do format 'TODO:'. 34
Error Line is longer than 160 characters. 227

net/sf/statcvs/output/CommandLineParser.java

Error Line
Error Cyclomatic Complexity is 52 (max allowed is 15). 76
Error switch without "default" clause. 236

net/sf/statcvs/output/ConfigurationOptions.java

Error Line
Error Comment matches to-do format 'TODO:'. 60
Error Class Data Abstraction Coupling is 23 (max allowed is 13) classes [LocalFileCssHandler, Mantis, ConfigurationException, Color, FileReader, TracIntegration, JCVSWebIntegration, ArrayList, DefaultCssHandler, CvswebIntegration, UrlCssHandler, StandardXYBarPainter, File, ChoraIntegration, Bugzilla, ViewCvsIntegration, StandardBarPainter, FilePatternMatcher, BufferedReader, ViewVcIntegration, URL, FileInputStream, Properties]. 65
Error Utility classes should not have a public or default constructor. 65
Error '6' is a magic number. 606
Error '16' is a magic number. 609
Error Return count is 4 (max allowed is 3). 621
Error Return count is 4 (max allowed is 3). 643
Error Return count is 4 (max allowed is 3). 665
Error Return count is 4 (max allowed is 3). 690
Error '6' is a magic number. 698
Error '16' is a magic number. 701

net/sf/statcvs/output/CssHandler.java

Error Line
Error Comment matches to-do format 'TODO:'. 32

net/sf/statcvs/output/CvswebIntegration.java

Error Line
Error Parameter baseURL should be final. 46

net/sf/statcvs/output/RepoMapPageMaker.java

Error Line
Error Unused import - net.sf.statcvs.model.Repository. 35
Error Must have at least one statement. 122
Error Line is longer than 160 characters. 240

net/sf/statcvs/output/ViewCvsIntegration.java

Error Line
Error Parameter baseURL should be final. 46

net/sf/statcvs/output/WebRepositoryIntegration.java

Error Line
Error Redundant 'public' modifier. 94

net/sf/statcvs/output/package.html

Error Line
Error Missing package documentation file. 0

net/sf/statcvs/pages/CommitListFormatter.java

Error Line
Error Cyclomatic Complexity is 17 (max allowed is 15). 175
Error NPath Complexity is 307 (max allowed is 200). 175

net/sf/statcvs/pages/CommitLogPageMaker.java

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

net/sf/statcvs/pages/DeveloperPageMaker.java

Error Line
Error 'static' modifier out of order with the JLS suggestions. 30
Error 'static' modifier out of order with the JLS suggestions. 31
Error NPath Complexity is 1,024 (max allowed is 200). 56
Error Line is longer than 160 characters. 115
Error Line is longer than 160 characters. 124

net/sf/statcvs/pages/DirectoryPageMaker.java

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

net/sf/statcvs/pages/DirectorySizesPageMaker.java

Error Line
Error '6' is a magic number. 26

net/sf/statcvs/pages/DirectoryTreeFormatter.java

Error Line
Error 'directory' hides a field. 64

net/sf/statcvs/pages/HTML.java

Error Line
Error Comment matches to-do format 'TODO:'. 14
Error Comment matches to-do format 'TODO:'. 161
Error Line matches the illegal pattern 'System\.out\.println'. 255
Error Line matches the illegal pattern 'System\.out\.println'. 257
Error Line matches the illegal pattern 'System\.out\.println'. 262

net/sf/statcvs/pages/IndexPageMaker.java

Error Line
Error '10' is a magic number. 80

net/sf/statcvs/pages/MarkupHTML.java

Error Line
Error Class MarkupHTML should be declared as final. 11
Error 'static' modifier out of order with the JLS suggestions. 12
Error Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 12

net/sf/statcvs/pages/MarkupXDoc.java

Error Line
Error Class MarkupXDoc should be declared as final. 10
Error 'static' modifier out of order with the JLS suggestions. 11
Error Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 11

net/sf/statcvs/pages/ModulesPageMaker.java

Error Line
Error '6' is a magic number. 32

net/sf/statcvs/pages/Page.java

Error Line
Error 'static' modifier out of order with the JLS suggestions. 22
Error 'static' modifier out of order with the JLS suggestions. 24
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Error 'siblingsTitle' hides a field. 72

net/sf/statcvs/pages/ReportSuiteMaker.java

Error Line
Error Comment matches to-do format 'TODO:'. 19
Error Class Data Abstraction Coupling is 14 (max allowed is 13) classes [ModulesPageMaker, DirectoryPageMaker, ArrayList, GenerateXml, PageGroup, CommitLogPageGroupMaker, CloudCommitPageMaker, AllDevelopersPageMaker, RepoMapPageMaker, LOCPageMaker, ChurnPageMaker, FileSizesPageMaker, DirectorySizesPageMaker, IndexPageMaker]. 25
Error Comment matches to-do format 'TODO:'. 76
Error Line matches the illegal pattern 'System\.out\.println'. 103
Error Line matches the illegal pattern 'System\.out\.println'. 107

net/sf/statcvs/pages/TwitterHelp.java

Error Line
Error Line matches the illegal pattern 'System\.out\.println'. 78
Error Line matches the illegal pattern 'System\.out\.println'. 81
Error Name 'month_year' must match pattern '^[a-z][a-zA-Z0-9]*$'. 87

net/sf/statcvs/pages/package.html

Error Line
Error Missing package documentation file. 0

net/sf/statcvs/pages/xml/CommitListXml.java

Error Line
Error Name 'File' must match pattern '^[a-z][a-zA-Z0-9]*$'. 139

net/sf/statcvs/pages/xml/DirectoriesXml.java

Error Line
Error Line matches the illegal pattern 'System\.err\.println'. 57

net/sf/statcvs/pages/xml/FilesXml.java

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

net/sf/statcvs/pages/xml/GenerateXml.java

Error Line
Error Name 'gen_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Line matches the illegal pattern 'System\.err\.println'. 137

net/sf/statcvs/pages/xml/LogXmlMaker.java

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

net/sf/statcvs/pages/xml/MarkupXML.java

Error Line
Error Class MarkupXML should be declared as final. 12
Error 'static' modifier out of order with the JLS suggestions. 13
Error Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 13

net/sf/statcvs/pages/xml/RevisedFilesXml.java

Error Line
Error 'static' modifier out of order with the JLS suggestions. 29
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 66

net/sf/statcvs/pages/xml/XML.java

Error Line
Error Comment matches to-do format 'TODO:'. 13
Error Comment matches to-do format 'TODO:'. 114

net/sf/statcvs/pages/xml/package.html

Error Line
Error Missing package documentation file. 0

net/sf/statcvs/renderer/HTMLTableCellRenderer.java

Error Line
Error '10.0' is a magic number. 169

net/sf/statcvs/renderer/XMLRenderer.java

Error Line
Error '10.0' is a magic number. 138

net/sf/statcvs/renderer/package.html

Error Line
Error Missing package documentation file. 0

net/sf/statcvs/reportmodel/Column.java

Error Line
Error Comment matches to-do format 'TODO:'. 47

net/sf/statcvs/reportmodel/HelperTimePoint.java

Error Line
Error Class HelperTimePoint should be declared as final. 34

net/sf/statcvs/reportmodel/RatioColumn.java

Error Line
Error '10' is a magic number. 85
Error '10' is a magic number. 86

net/sf/statcvs/reportmodel/package.html

Error Line
Error Missing package documentation file. 0

net/sf/statcvs/reports/AbstractRollingLocTableReport.java

Error Line
Error '23' is a magic number. 92
Error '59' is a magic number. 93
Error '59' is a magic number. 94
Error '999' is a magic number. 95
Error Line matches the illegal pattern 'System\.out\.println'. 97
Error Line matches the illegal pattern 'System\.out\.println'. 98
Error 'cutOff' hides a field. 114
Error '12' is a magic number. 127
Error Line matches the illegal pattern 'System\.out\.println'. 130
Error '12' is a magic number. 133
Error Line matches the illegal pattern 'System\.out\.println'. 175

net/sf/statcvs/reports/CloudCommitTableReport.java

Error Line
Error Line is longer than 160 characters. 26
Error Line is longer than 160 characters. 28
Error Line matches the illegal pattern 'System\.out\.println'. 83
Error Line matches the illegal pattern 'System\.out\.println'. 110
Error '3' is a magic number. 125
Error '-2' is a magic number. 175
Error '10' is a magic number. 175
Error Line matches the illegal pattern 'System\.out\.println'. 176

net/sf/statcvs/reports/DevelopersOfTheMonthTable.java

Error Line
Error 'static' modifier out of order with the JLS suggestions. 36
Error Name 'month_year' must match pattern '^[a-z][a-zA-Z0-9]*$'. 75

net/sf/statcvs/reports/FileTypeReport.java

Error Line
Error 'static' modifier out of order with the JLS suggestions. 17
Error 'static' modifier out of order with the JLS suggestions. 18
Error 'static' modifier out of order with the JLS suggestions. 19
Error Name 'extensionPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
Error '80' is a magic number. 68
Error '10' is a magic number. 68

net/sf/statcvs/reports/FilesRevisionCountComparator.java

Error Line
Error Return count is 5 (max allowed is 3). 45
Error '-2' is a magic number. 51

net/sf/statcvs/reports/LOCSeriesBuilder.java

Error Line
Error Comment matches to-do format 'TODO:'. 17

net/sf/statcvs/reports/TopDevelopersTableReport.java

Error Line
Error '10' is a magic number. 39
Error '10' is a magic number. 60

net/sf/statcvs/reports/package.html

Error Line
Error Missing package documentation file. 0

net/sf/statcvs/util/ConsoleOutErrHandler.java

Error Line
Error Redundant throws: 'SecurityException' is unchecked exception. 76

net/sf/statcvs/util/CvsLogUtils.java

Error Line
Error Utility classes should not have a public or default constructor. 31
Error Return count is 7 (max allowed is 3). 109

net/sf/statcvs/util/FilePatternMatcher.java

Error Line
Error Return count is 5 (max allowed is 3). 81
Error '3' is a magic number. 94
Error '3' is a magic number. 102
Error '4' is a magic number. 113

net/sf/statcvs/util/FileUtils.java

Error Line
Error Comment matches to-do format 'TODO:'. 39
Error Utility classes should not have a public or default constructor. 43
Error Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 51
Error Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. 83
Error '1024' is a magic number. 88
Error Must have at least one statement. 227

net/sf/statcvs/util/IntegerMap.java

Error Line
Error '100' is a magic number. 105
Error '100' is a magic number. 118

net/sf/statcvs/util/LogFormatter.java

Error Line
Error '7' is a magic number. 51
Error Line matches the illegal pattern 'System\.err\.println'. 73

net/sf/statcvs/util/LookaheadReader.java

Error Line
Error Return count is 4 (max allowed is 3). 97

net/sf/statcvs/weblinks/bugs/BugTracker.java

Error Line
Error Name 'bugRegex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19

net/sf/statcvs/weblinks/bugs/package.html

Error Line
Error Missing package documentation file. 0