[ 
http://jira.codehaus.org/browse/MOJO-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_100479
 ] 

Paul Rule commented on MOJO-762:
--------------------------------

To prevent NPEs on projects that have no tests, in ReportTask.java, wrap line 
70 and 71 with a check for null as shown:
     if(dataFiles[i]!= null) {
                        cmd.createArg().setValue( "-input" );
                        cmd.createArg().setValue( 
dataFiles[i].getCanonicalPath() );
     }

The plugin is great, looking forward to its release.
Thanks.
(Does this plugin have its own JIRA project?)

> New Emma Maven2 plugin
> ----------------------
>
>                 Key: MOJO-762
>                 URL: http://jira.codehaus.org/browse/MOJO-762
>             Project: Mojo
>          Issue Type: New Feature
>          Components: General
>            Reporter: Alexandre ROMAN
>            Priority: Minor
>         Attachments: emma-maven-plugin-1.0-SNAPSHOT-20070423.tar.bz2, 
> emma-maven-plugin-1.0-SNAPSHOT-20070524.tar.bz2
>
>
> I would like to donate an implementation of my Emma Maven2 plugin.
> I've been using this plugin for several projects of my own with success. Now 
> I would like to contribute to the Mojo project with this plugin.
> This plugin is mainly inspired by the Cobertura plugin.
> Site documentation is missing : if you are interested in this plugin, I could 
> work on it!
> I'm open for critics!

-- 
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 from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to