Error | Count |
---|---|
'1000' is a magic number. | 5 |
'1000.0' is a magic number. | 2 |
Must have at least one statement. | 2 |
Missing package documentation file. | 16 |
Utility classes should not have a public or default constructor. | 15 |
Line matches the illegal pattern 'System\.out\.println'. | 110 |
'10' is a magic number. | 1 |
'100000' is a magic number. | 1 |
'2000' is a magic number. | 1 |
'2500' is a magic number. | 1 |
Redundant throws: 'InterruptedException' is subclass of 'Exception'. | 1 |