Re: [cp-patches] RFC: fix for PR27864

2006-06-07 Thread Robert Schuster
Hi, unfortunately the fix you proposed yesterday on IRC did not work. I have further investigate the problem to find out about your consideration about an NPE happening because of my patch: I found out that if root is null, the code will not reach that code location because then 'here' would be

Re: [cp-patches] RFC: fix for PR27864

2006-06-07 Thread Chris Burdess
Robert Schuster wrote: unfortunately the fix you proposed yesterday on IRC did not work. I have further investigate the problem to find out about your consideration about an NPE happening because of my patch: I found out that if root is null, the code will not reach that code location

[cp-patches] RFC: fix for PR27864

2006-06-01 Thread Robert Schuster
Hi, this patch fixes PR27864 for me. Ok to commit? ChangeLog: 2006-06-01 Robert Schuster [EMAIL PROTECTED] Fixes PR27864. * gnu/xml/dom/DomIterator.java: (successor): Changed expression. cya Robert Index: gnu/xml/dom/DomIterator.java