Severity level | Warnings | Warnings per 1000 Lines of Code |
---|---|---|
1 | 0 | 0.00 |
2 | 0 | 0.00 |
3 | 3 | 43.48 |
4 | 0 | 0.00 |
5 | 0 | 0.00 |
Total | 3 | 43.48 |
Package | Classes | Nested Classes | Anonymous Classes | Interfaces | Files | Fields | Methods | NLOC |
---|---|---|---|---|---|---|---|---|
net.sf.msplice | 2 | 0 | 0 | 0 | 2 | 2 | 9 | 11 |
net.sf.msplice.model | 4 | 0 | 0 | 1 | 5 | 8 | 10 | 17 |
net.sf.msplice.model.condition | 4 | 0 | 0 | 0 | 4 | 0 | 1 | 1 |
net.sf.msplice.model.value | 5 | 0 | 0 | 0 | 5 | 0 | 1 | 1 |
net.sf.msplice.property | 0 | 0 | 0 | 3 | 3 | 0 | 3 | 0 |
net.sf.msplice.property.impl | 2 | 0 | 0 | 0 | 2 | 0 | 2 | 18 |
net.sf.msplice.stack | 2 | 0 | 0 | 0 | 2 | 1 | 11 | 12 |
net.sf.msplice.visitor | 1 | 0 | 0 | 1 | 2 | 0 | 14 | 7 |
net.sf.msplice.visitor.impl | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
net.sf.msplice.xmloo | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 0 |
net.sf.msplice.xmloo.impl | 1 | 0 | 0 | 0 | 1 | 0 | 2 | 2 |
Total | 22 | 0 | 0 | 6 | 28 | 11 | 55 | 69 |
Files | Warnings |
---|---|
net/sf/msplice/visitor/AbstractVisitor.java | 1 |
net/sf/msplice/model/value/AbstractValue.java | 1 |
net/sf/msplice/model/condition/AbstractCondition.java | 1 |
Warning | Line |
---|---|
This class is declared abstract but does not have an abstract method. | 12 |
Warning | Line |
---|---|
This class is declared abstract but does not have an abstract method. | 8 |
Warning | Line |
---|---|
This class is declared abstract but does not have an abstract method. | 8 |