You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/04/18 00:33:55 UTC

[jira] Closed: (SUREFIRE-484) Don't output empty tables

     [ http://jira.codehaus.org/browse/SUREFIRE-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed SUREFIRE-484.
--------------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 2.5

Fixed in [r649316|http://svn.apache.org/viewvc?view=rev&revision=649316].

> Don't output empty tables
> -------------------------
>
>                 Key: SUREFIRE-484
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-484
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: report plugin
>    Affects Versions: 2.4.2
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 2.5
>
>
> This makes creating a nice custom skin difficult:
> {code:java}
>     private void sinkLineBreak( Sink sink )
>     {
>         sink.table();
>         sink.tableRow();
>         sink.tableRow_();
>         sink.tableRow();
>         sink.tableRow_();
>         sink.table_();
>     }
> {code}

-- 
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