-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.0, 5.0
-
generic, sparc
-
generic, solaris_2.5
Name: sdC67446 Date: 06/19/98
The spec for method
java.beans.beancontext.BeanContextServicesSuport.releaseService(
BeanContextChild child,
Object requestor,
Object service)
says nothing about behavior when params are nulls.
Currently method accepts 'child' == null,
'requestor' == null and
'service' == null.
Also the behavior is not clear if 'child' is not a child of
this BeanContextServicesSupport.
The doc says:
-------------------------------------------------------------
public void releaseService(BeanContextChild child,
Object requestor,
Object service)
release a service
Specified by:
releaseService in interface BeanContextServices
-------------------------------------------------
======================================================================