Community
Participate
Working Groups
Currently the LifeCycleServiceHandler inherits from AbstractServiceHandler but is the only class that is derviced from AbstractServiceHandler. I suggest to merge these two classes and move methods that don't belong to the LifeCycleServiceHandler out of it, e.g. to a utility class.
This should be done *after* resolving bug 342242
After closing bug 343125 there was not much left to refactor. Moved and/or inlined the remaining methods to LifeCycleServiceHandler. Changes are in CVS HEAD