bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/23342] [XML] IllegalStateException in org.xml.sax.helpers


From: WBaer at gmx dot de
Subject: [Bug classpath/23342] [XML] IllegalStateException in org.xml.sax.helpers.NamespaceSupport
Date: 12 Sep 2005 12:03:58 -0000

------- Additional Comments From WBaer at gmx dot de  2005-09-12 12:03 -------
According to SUNs XML documentation JDK 1.4 includes SAX 2.0 and 
JDK 1.5 include SAX 2.0.2. Looking at the Javadoc of NameSpaceSupport it
shows that JDK 1.4 is indeed 2.0 but JDK 1.5 includes methods of 2.1alpha
as the GNU classpath implementation does.

However it seems SUN did not import the complete updated SAX stuff and
reverted the IllegalStateException case in NameSpaceSupport.

To comply with JDK1.4 and JDK1.5 we should do the same ...

Checking NameSpaceSupport of the JDK in the Debugger shows that JDK 1.4 has
the old implementation and JDK 1.5 already a newer one but without the
variable (declsOK) which is used to check for IllegalStateException

Wolfgang

 

-- 


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




reply via email to

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