bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/34078] JConsole fails to run on GNU Classpath


From: gnu_andrew at member dot fsf dot org
Subject: [Bug swing/34078] JConsole fails to run on GNU Classpath
Date: 23 Dec 2007 17:45:19 -0000


------- Comment #3 from gnu_andrew at member dot fsf dot org  2007-12-23 17:45 
-------
I've tracked down the bug.  It's nothing to do with the index.  Classpath
claims that a container is an ancestor of itself, while Sun's implementation
(IcedTea) doesn't.

i.e. 

Container c = new Container();
System.out.println(c.isAncestorOf(c));

returns true on Classpath but false on Sun.


-- 

gnu_andrew at member dot fsf dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-12-23 17:45:19
               date|                            |


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





reply via email to

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