Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.1
-
Fix Version/s: 1.1.2
-
Component/s: Module - FO
-
Labels:None
-
Number of attachments :
Description
When parsing a table with a caption like the following
<table> <caption>caption table</caption> <tr> <td>foo</td> </tr> <tr> <td>bar</td> </tr> </table>
we could have:
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)
fixed in r804464, snapshot deployed