-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
1.2beta3
-
sparc
-
solaris_2.5
-
Verified
Name: sdC67446 Date: 10/01/97
Method getBeanContexPeerContainer() returns Container (if any) associated with the BeanContextPeer.
It is impossible to create class which extends java.awt.Container and implements java.beans.beancontext.BeanContext because the method java.awt.Dimension size() declared in class java.awt.Component cannot override the method of the same signature declared in interface java.util.Collection.
Here is the JDK specification:
----------------------------------------------------------------
protected Container getBeanContextPeerContainer()
Returns:
the Container (if any) associated with The BeanContextPeer
----------------------------------------------------------------
======================================================================
- csr for
-
JDK-8317127 java.beans.beancontext.BeanContextSupport.getBeanContextPeerContainer() is irrel
- Closed