DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24017>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24017 NullPointerException when using <fo:list-item-label> Summary: NullPointerException when using <fo:list-item-label> Product: Fop Version: 0.20.5 Platform: All OS/Version: Other Status: NEW Severity: Major Priority: Other Component: pdf renderer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Got NullPointerException in LineArea.java:855 on the following simple fo fragment: <fo:list-block> <fo:list-item> <fo:list-item-label><fo:block>1</fo:block></fo:list-item-label> <fo:list-item-body></fo:list-item-body> </fo:list-item> </fo:list-block> The attached patch fixes the problem.
