Details
-
Type: Improvement
-
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
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.
Activity
Jörg Schaible
made changes -
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Done.