DO NOT REPLY [Bug 25808] - [PATCH] fix a NPE in InlineStackingLayoutManager.

2004-01-02 Thread bugzilla
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=25808.
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=25808

[PATCH] fix a NPE in InlineStackingLayoutManager.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-01-02 22:51 ---
Might you have meant LayoutContext.trailingSpace (that's what your patch is 
fixing)?  I couldn't see a difference in the output with the fo example in 
25806, but I went ahead and applied the patch.


DO NOT REPLY [Bug 25808] - [PATCH] fix a NPE in InlineStackingLayoutManager.

2004-01-02 Thread bugzilla
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=25808.
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=25808

[PATCH] fix a NPE in InlineStackingLayoutManager.





--- Additional Comments From [EMAIL PROTECTED]  2004-01-02 23:13 ---
Well, at the end of each area, the trailingSpace of the area becomes the 
leadingSpace of the next area, and it was when the null trailingSpace became a 
null leadingSpace that the NPE occurred (in a different class).

So I meant what I wrote, but I should have explained it better.

regards,
finn


DO NOT REPLY [Bug 25808] - [PATCH] fix a NPE in InlineStackingLayoutManager.

2003-12-29 Thread bugzilla
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=25808.
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=25808

[PATCH] fix a NPE in InlineStackingLayoutManager.





--- Additional Comments From [EMAIL PROTECTED]  2003-12-29 20:36 ---
Created an attachment (id=9737)
A unified diff against HEAD.