https://issues.apache.org/bugzilla/show_bug.cgi?id=46828
Andreas L. Delmelle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #23366|0 |1 is obsolete| | --- Comment #6 from Andreas L. Delmelle <[email protected]> 2009-03-12 12:52:32 PST --- Created an attachment (id=23375) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23375) Revised patch proposal OK, I'm about ready to commit. One thing I'm slightly unsure of: current FOP Trunk has the call to notifyEndOfLayout() for the TableCellLM at the end of the getNextKnuthElements() method. For virtually all other LMs, this call is triggered at the end of addAreas(). Does anyone know if moving that call to addAreas() could cause trouble? It breaks no tests, but I'm wondering if it was intentional or something that was forgotten and nobody ever noticed. Apart from that, is everyone OK with using: member: conserveMemoryPolicy getter: isConserveMemoryPolicyEnabled() setter: setConserveMemoryPolicy(boolean) -> via the command-line: -conserve? or something more cryptic, like -cmp? ;-) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
