Date | 2007/07/27 |
Files | 2 |
Codebase | 139 |
Reviews | 300 |
Violations | 9 |
Waived violations | 0 |
DPMO | 5400 |
Sigma | 4.049 |
Inspector | Description | Number |
---|---|---|
ER-024 | Directory structure should match package structure | 1 |
Inspector | Description | Number |
---|---|---|
ER-016 | Missing package declaration - encourage structuring and avoid namesapace conflicts by using packages | 2 |
ER-033 | Source file is too long | 1 |
ER-043 | Packages should be neither too lean nor too fat. | 1 |
ER-049 | Unify logging strategy - define individual logger for class | 1 |
ER-112 | File doesn't contain classes or interfaces | 1 |
Inspector | Description | Number |
---|---|---|
ER-023 | Packages should begin with project or organization package prefix | 2 |
Name | Number | Min | Avg | Max | Total |
---|---|---|---|---|---|
Change ratio | 2 | 1.00 | 1.00 | 1.00 | 2.00 |
Class complexity | 1 | 1.00 | 1.00 | 1.00 | 1.00 |
Code length | 1 | 3.00 | 3.00 | 3.00 | 3.00 |
File length | 2 | 0.00 | 0.00 | 0.00 | 0.00 |
Operation complexity | 1 | 1.00 | 1.00 | 1.00 | 1.00 |
Work order | 2 | 43.29 | 58.53 | 73.77 | 117.06 |
# | Name | Severity | Description |
---|---|---|---|
1 | ER-043 | 2 | Package contains less than 5 files (2). for key MIN |
Name | Reviews | Violations | DPMO | Sigma |
---|---|---|---|---|
EmptyFileViolationTestCase.java | 16 | 5 | 81875 | 2.893 |
MissingPackageDeclarationRuleViolationTestCase.java | 284 | 3 | 739 | 4.679 |