Maven Doxia

Be sure to call tableRows(int[], boolean) to be backward compatible with Doxia 1.0

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1
  • Fix Version/s: 1.1
  • Component/s: Core
  • Labels:
    None
  • Number of attachments :
    0

Description

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:

 sink.table();
 sink.tableRow();

instead of

 sink.table();
 sink.tableRows( justify, true );
 sink.tableRow();

Activity

Hide
Vincent Siveton added a comment -

done in r749015

Show
Vincent Siveton added a comment - done in r749015

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: