-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 1.2.0, 5.0
-
Component/s: docs
-
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
-------------------------------------------------
======================================================================