-
Enhancement
-
Resolution: Done
-
Major
-
None
In various createTimer methods in TimerServiceImpl class, there are misuse and overlapping of logging and validation that should be fixed and consolidated.
For instance, each public createTimer(...) method does its state check and param validation, before calling the private createTimer(...) method, which again does its own state check and validation.
The similar for createCalendarTimer operations.