Ensure that the endAction() method is correctly called after the action is run for the BlockingType.BLOCKING type of action
Don't try to register a Plugin which is not enabled
Add methods in the MDIApplication to return if a Plugin is enabled
Ensure that the getPluginForName(String) method return null for a Plugin which is not enabled, and add a new getPluginForName(String, boolean) method
Add a new getPlugin(String, boolean) method in the MDIApplication
Last edit: Hervé Girod 4 hours ago
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ensure that the endAction() method is correctly called after the action is run for the BlockingType.BLOCKING type of action
Don't try to register a Plugin which is not enabled
Add methods in the MDIApplication to return if a Plugin is enabled
Ensure that the getPluginForName(String) method return null for a Plugin which is not enabled, and add a new getPluginForName(String, boolean) method
Add a new getPlugin(String, boolean) method in the MDIApplication
Last edit: Hervé Girod 4 hours ago