Error |
Count |
Missing package documentation file. |
8 |
Line is longer than 160 characters. |
7 |
Return count is 4 (max allowed is 3). |
6 |
'3' is a magic number. |
5 |
Utility classes should not have a public or default constructor. |
5 |
'6' is a magic number. |
4 |
Redundant 'public' modifier. |
4 |
'100' is a magic number. |
3 |
Name 'instance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
3 |
Return count is 5 (max allowed is 3). |
3 |
Comment matches to-do format 'TODO:'. |
26 |
'static' modifier out of order with the JLS suggestions. |
24 |
'-2' is a magic number. |
2 |
'0x55' is a magic number. |
2 |
'0xFF' is a magic number. |
2 |
'10.0' is a magic number. |
2 |
'1024' is a magic number. |
2 |
'110' is a magic number. |
2 |
'12' is a magic number. |
2 |
'16' is a magic number. |
2 |
'59' is a magic number. |
2 |
NPath Complexity is 512 (max allowed is 200). |
2 |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
2 |
Parameter baseURL should be final. |
2 |
Redundant throws: 'FileNotFoundException' is subclass of 'IOException'. |
2 |
Return count is 7 (max allowed is 3). |
2 |
Line matches the illegal pattern 'System\.out\.println'. |
13 |
'10' is a magic number. |
10 |
Line matches the illegal pattern 'System\.err\.println'. |
10 |
Must have at least one statement. |
10 |
'0.1' is a magic number. |
1 |
'0.8f' is a magic number. |
1 |
'0.9' is a magic number. |
1 |
'100.0' is a magic number. |
1 |
'1000' is a magic number. |
1 |
'11' is a magic number. |
1 |
'150' is a magic number. |
1 |
'20.0' is a magic number. |
1 |
'200' is a magic number. |
1 |
'220' is a magic number. |
1 |
'23' is a magic number. |
1 |
'24.0' is a magic number. |
1 |
'240' is a magic number. |
1 |
'250' is a magic number. |
1 |
'4' is a magic number. |
1 |
'6.0' is a magic number. |
1 |
'60.0' is a magic number. |
1 |
'60000' is a magic number. |
1 |
'7' is a magic number. |
1 |
'70' is a magic number. |
1 |
'8' is a magic number. |
1 |
'80' is a magic number. |
1 |
'9' is a magic number. |
1 |
'999' is a magic number. |
1 |
'cssFile' hides a field. |
1 |
'cutOff' hides a field. |
1 |
'directory' hides a field. |
1 |
'jcvsweb' hides a field. |
1 |
'logFile' hides a field. |
1 |
'nonDeveloperLogin' hides a field. |
1 |
'notesFile' hides a field. |
1 |
'outDir' hides a field. |
1 |
'siblingsTitle' hides a field. |
1 |
'timeLine' hides a field. |
1 |
'viewcvs' hides a field. |
1 |
'viewvc' hides a field. |
1 |
Class ChartUtils should be declared as final. |
1 |
Class Data Abstraction Coupling is 17 (max allowed is 13) classes [Second, StandardXYItemRenderer, Dimension, JFreeChart, Color, NumberTickUnit, DateAxis, CombinedDomainXYPlot, TimeSeries, Date, DecimalFormat, Font, TimeSeriesCollection, Rectangle, ArrayList, XYPlot, NumberAxis]. |
1 |
Class Data Abstraction Coupling is 23 (max allowed is 13) classes [DefaultCssHandler, FileReader, StandardXYBarPainter, File, CvswebIntegration, Mantis, JCVSWebIntegration, ConfigurationException, Color, Properties, ChoraIntegration, FileInputStream, ViewCvsIntegration, BufferedReader, StandardBarPainter, TracIntegration, ViewVcIntegration, FilePatternMatcher, ArrayList, URL, UrlCssHandler, LocalFileCssHandler, Bugzilla]. |
1 |
Class HelperTimePoint should be declared as final. |
1 |
Class MarkupHTML should be declared as final. |
1 |
Class MarkupXDoc should be declared as final. |
1 |
Class MarkupXML should be declared as final. |
1 |
Cyclomatic Complexity is 16 (max allowed is 15). |
1 |
Cyclomatic Complexity is 17 (max allowed is 15). |
1 |
Cyclomatic Complexity is 18 (max allowed is 15). |
1 |
Cyclomatic Complexity is 47 (max allowed is 15). |
1 |
Empty statement. |
1 |
More than 8 parameters. |
1 |
NPath Complexity is 131,072 (max allowed is 200). |
1 |
NPath Complexity is 307 (max allowed is 200). |
1 |
NPath Complexity is 6,984 (max allowed is 200). |
1 |
Name 'File' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
1 |
Name 'MAX_BLUE' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
1 |
Name 'MAX_GREEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
1 |
Name 'MAX_RED' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
1 |
Name 'bugRegex' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
1 |
Name 'extensionPattern' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. |
1 |
Name 'gen_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
1 |
Name 'month_year' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
1 |
Nested try depth is 2 (max allowed is 1). |
1 |
Redundant throws: 'BuildException' is unchecked exception. |
1 |
Redundant throws: 'NoSuchElementException' is unchecked exception. |
1 |
Redundant throws: 'SecurityException' is unchecked exception. |
1 |
Return count is 6 (max allowed is 3). |
1 |
Unused import - net.sf.statcvs.model.Repository. |
1 |
Unused import - net.sf.statcvs.model.Revision. |
1 |
switch without "default" clause. |
1 |