classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: Null check after dereference in gnu.xml.aelfred2.Xml


From: Lillian Angel
Subject: [cp-patches] Patch: Null check after dereference in gnu.xml.aelfred2.XmlParser
Date: Mon, 20 Jun 2005 16:24:49 -0400

fixes bug #13458

2005-06-20  Lillian Angel  <address@hidden>

* gnu/xml/aelfred2/XmlParser
        (parseAttribute): if (type.equals("CDATA") || type == null) 
        this would always throw a NullPointerException if type is null.

I can commit this if someone approves of it first.

Thanks!
Lillian.

Attachment: xpar.diff
Description: Text Data


reply via email to

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