You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2009/03/01 13:42:12 UTC

[jira] Closed: (DOXIA-292) Be sure to call tableRows(int[], boolean) to be backward compatible with Doxia 1.0

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

Vincent Siveton closed DOXIA-292.
---------------------------------

         Assignee: Vincent Siveton
       Resolution: Fixed
    Fix Version/s: 1.1

done in r749015

> Be sure to call tableRows(int[], boolean) to be backward compatible with Doxia 1.0
> ----------------------------------------------------------------------------------
>
>                 Key: DOXIA-292
>                 URL: http://jira.codehaus.org/browse/DOXIA-292
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>            Reporter: Vincent Siveton
>            Assignee: Vincent Siveton
>             Fix For: 1.1
>
>
> Adding a flag to know if tableRows(int[], boolean) is called or not. 
> It is mainly to be backward compatible with some plugins (like checkstyle) which uses: 
> {noformat}
>  sink.table();
>  sink.tableRow();
> {noformat}
>  
> instead of 
> {noformat}
>  sink.table();
>  sink.tableRows( justify, true );
>  sink.tableRow();
> {noformat}

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