LatexSink: NPE when using tableRow()
------------------------------------

         Key: DOXIA-37
         URL: http://jira.codehaus.org/browse/DOXIA-37
     Project: doxia
        Type: Bug
    Reporter: Juan F. Codagnone


if tableRow() is called instead of tableRows( int[] justification, boolean grid 
) you get an NPE.

Ej:
...
        table
            tableRow
               tableCell
                  text
               tableCell_
               tableCell
                  text
               tableCell_
               tableCell
                  text
               tableCell_
            tableRow_
            tableRow
               tableCell
                  text
               tableCell_
               tableCell
                  text
               tableCell_
               tableCell
                  text
               tableCell_
            tableRow_
            tableRow
               tableCell
                  text
               tableCell_
               tableCell
                  text
               tableCell_
               tableCell
                  text
               tableCell_
            tableRow_
         table_
...

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

Reply via email to