Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7
-
Component/s: PicoContainer Scripting
-
Labels:None
-
Number of attachments :
Description
Since forcing match of default constructor reference compares Parameter.ZERO, then we need specific support for references to Parameter.ZERO
eg:
<container> <component key='java.util.List' class='java.util.ArrayList'> <parameter-zero/> </component> <component key='java.util.Set' class='java.util.HashSet'> <parameter-zero/> </component> </container>
New node type:
<parameter-zero/>
handles the reference.