You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "thierry lach (JIRA)" <ji...@codehaus.org> on 2005/07/27 21:00:57 UTC

[jira] Created: (MPJCOVERAGE-32) Coverage report has bad formatting

Coverage report has bad formatting
----------------------------------

         Key: MPJCOVERAGE-32
         URL: http://jira.codehaus.org/browse/MPJCOVERAGE-32
     Project: maven-jcoverage-plugin
        Type: Bug
    Versions: 1.0.9    
 Environment: Maven 1.0.2
 Reporter: thierry lach
 Assigned to: Emmanuel Venisse 


This code

protected AbstractDataPump() {
    this(null, null);
}

appears in the jcoverage report as

protected AbstractDataPump() {
    this(null, class="keyword">null);
}
 


-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org