NoSuchElementException with a table caption
-------------------------------------------

                 Key: DOXIA-357
                 URL: http://jira.codehaus.org/browse/DOXIA-357
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - FO
    Affects Versions: 1.1.1
            Reporter: Vincent Siveton


When parsing a table with a caption like the following

{noformat}
<table>
<caption>caption table</caption>
<tr>
<td>foo</td>
</tr>
<tr>
<td>bar</td>
</tr>
</table>
{noformat}

we could have:

{noformat}
java.util.NoSuchElementException
        at java.util.LinkedList.remove(LinkedList.java:644)
        at java.util.LinkedList.removeLast(LinkedList.java:144)
        at 
org.codehaus.plexus.util.xml.PrettyPrintXMLWriter.endElement(PrettyPrintXMLWriter.java:276)
        at org.apache.maven.doxia.module.fo.FoSink.writeEndTag(FoSink.java:1702)
        at 
org.apache.maven.doxia.module.fo.FoAggregateSink.writeEndTag(FoAggregateSink.java:520)
        at org.apache.maven.doxia.module.fo.FoSink.tableRows_(FoSink.java:1002)
{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

        

Reply via email to