Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.2
-
Component/s: None
-
Labels:None
-
Environment:java 1.5.2_10, maven 2.0.4, windows XP SP2
-
Number of attachments :
Description
The cobertura HTML report shows everything 100%, yet the cobertura:check goal shows correct percentages complains about very low coverage, which is correct.
The HTML report is correct when I use your plugin version 2.0, and this error only shows up in 2.1.
Here are my dependencies, from the Maven site generator...
asm asm-all 2.2.3 - jar
aspectj aspectjrt 1.5.2a - jar
aspectj aspectjweaver 1.5.2a - jar
cglib cglib-nodep 2.1_3 - jar
commons-dbcp commons-dbcp 1.2 - jar
commons-lang commons-lang 2.2 - jar
freemarker freemarker 2.3.8 - jar
ibatis ibatis 2.3.0 - jar
net.sourceforge.jtds jtds 1.2 - jar
org.codehaus.xfire xfire-java5 1.2.4 - jar
org.codehaus.xfire xfire-jaxb2 1.2.4 - jar
org.codehaus.xfire xfire-spring 1.2.4 - jar
org.springframework spring 2.0.1 - jar
org.springframework spring-mock 2.0.1 - jar
quartz quartz 1.5.2 - jar
taglibs standard 1.1.2 - jar
It also looks like the 2.1 HTML report also does not contain enough classes.