https://issues.apache.org/bugzilla/show_bug.cgi?id=50988
Summary: [Patch] White-space fo character element throws
NullPointerException
Product: Fop
Version: 1.1dev
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: fo tree
AssignedTo: [email protected]
ReportedBy: [email protected]
If the first child element of a fo:block is a white-space fo character a
NullPointerException is thrown. I analyzed the code and the problem seems to be
that the currentTextNode instance variable of FObjMixed is not reset (to null
or the following sibling) after the Character object has been removed (due to
white space handling).
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.