Issue Details (XML | Word | Printable)

Key: PICO-209
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Joerg Schaible
Reporter: Joerg Schaible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
PicoContainer

SICA.verify fails

Created: 31/Aug/04 02:40 PM   Updated: 31/Aug/04 04:56 PM
Component/s: PicoContainer (Java)
Affects Version/s: 1.0
Fix Version/s: 1.1

Time Tracking:
Not Specified


 Description  « Hide
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



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible added a comment - 31/Aug/04 04:56 PM
Fixed. Implements now own verify.