Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: PicoContainer (Java)
-
Labels:None
-
Number of attachments :
Description
SICA.verify is currently not functional:
public class Name() {
public void setName(String name);
}
pico = new DPC(new CCAF(new SICAF()));
pico.registerComponentInstance("The Name");
pico.registerComponentImplementation(Name.class);
pico.verify() // throws in SICA.verify
Activity
Jörg Schaible
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.1 [ 10307 ] | |
Affects Version/s | 1.0 [ 10423 ] | |
Affects Version/s | 1.1 [ 10307 ] |
Jörg Schaible
made changes -
Resolution | Fixed [ 1 ] | |
Fix Version/s | 1.1 [ 10307 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Fixed. Implements now own verify.