bug-classpath
[Top][All Lists]
Advanced

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

[Bug awt/34576] New: isAncestorOf returns true for the component itself


From: gnu_andrew at member dot fsf dot org
Subject: [Bug awt/34576] New: isAncestorOf returns true for the component itself
Date: 24 Dec 2007 21:27:50 -0000

The method isAncestorOf in java.awt.Container should return true if the
supplied argument is an ancestor of the container.  However, the GNU Classpath
implementation also returns true for the container itself i.e.

Container c = new Container();
c.isAncestorOf(c);

returns true.


-- 
           Summary: isAncestorOf returns true for the component itself
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: awt
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gnu_andrew at member dot fsf dot org
OtherBugsDependingO 34078
             nThis:


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





reply via email to

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