Issue Details (XML | Word | Printable)

Key: PICO-213
Type: Improvement Improvement
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

Deprecate PC.verify

Created: 23/Sep/04 03:52 AM   Updated: 24/Sep/04 06:17 PM
Component/s: PicoContainer (Java)
Affects Version/s: 1.0
Fix Version/s: 1.1

Time Tracking:
Not Specified


 Description  « Hide
Remove the PC.verify method in favour of a VerifyingVisitor.

Pc.verify is a typical method used in development, but not in a life environment. An analysis of the PC.verify usage shows, that the method is not called anywhere in the whole code base of Pico/Nano/Micro except for unit tests and decorator PCs.

Using the visitor pattern and our PicoVisitor we are able to provide the user with a VerifyingVisitor that has same capabilities and deprecate and later remove PC.verify to clean-up the API.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible added a comment - 24/Sep/04 06:17 PM
Done.