[ http://jira.codehaus.org/browse/MPJCOVERAGE-18?page=comments#action_31625 ] Julie Cowart commented on MPJCOVERAGE-18: -----------------------------------------
This fix doesn't actually appear to have been applied to CVS. > Inner/anonymous classes report uncomplete > ----------------------------------------- > > Key: MPJCOVERAGE-18 > URL: http://jira.codehaus.org/browse/MPJCOVERAGE-18 > Project: maven-jcoverage-plugin > Type: Bug > Versions: 1.0.8 > Reporter: Daniel Frey > Assignee: Emmanuel Venisse > Fix For: 1.0.10 > Attachments: JCoveragePatch.txt > > > Since I use maven (1.0b8 or so) up to now (1.0) I observe that the JCoverage > plugin does produce wrong results for inner/anonymous classes. I.e. I have > got a class called ClassOne, which has an anonymouls inner class. The two > classes are displayed in the coverage report as ClassOnewith 44% and > ClassOne$1 with 0% tested, which is correct. The underlining reference to the > html-file is in both cases the same. However, the file displays only the > coverage of the inner class, the outer class does not contain any counts, red > or green lines. > > I doublechecked whether the coverage.xml file contains the corresponding > values, which it does. So it seems to be a problem of the plugin itself. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
