-
Bug
-
Resolution: Done
-
Minor
-
4.0.13
-
None
-
Undefined
Chapter Helper lifecycle methods [1] describes lifecycle and method so that a developer is able to perform some actions. One of the methods is `uninstall`:
public static void activated() public static void installed(Rule rule) public static void installed(String ruleName) public static void uninstalled(Rule rule) public static void uninstalled(String ruleName) public static void deactivated()
However in "explanation section" there is `deinstalled(Rule)` instead of `uninstalled(Rule)`:
deinstalled(Rule) is called when an install event occurs. It can perform a tear down operation specific to the supplied rule.
See the screenshot