bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug xml/29853] NPE parsing certain plugin.xml files from Eclipse


From: bkonrath at redhat dot com
Subject: [Bug xml/29853] NPE parsing certain plugin.xml files from Eclipse
Date: 18 Nov 2006 02:28:29 -0000


------- Comment #3 from bkonrath at redhat dot com  2006-11-18 02:28 -------
Created an attachment (id=12634)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12634&action=view)
patch to fix NPE and add small optimization to mutation event propagation

I think this patch should fix the problem. The change to DomNode.java fixes the
actual NPE and the change to DomAttr.java are a mini optimization (don't report
a mutation if the oldValue and the newValue are the same value). I'm not sure
if the optimization is a good idea because it will throw a NPE if newValue is
null.

Chris, it would be cool if you could check this over when you have a chance -
I'd like to know if these solutions are going to work. Thanks. 

I will be putting a workaround in Fedora's Eclipse packages so that the PDE
will work with GCJ until this is fixed. 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29853





reply via email to

[Prev in Thread] Current Thread [Next in Thread]