mbeddr.core
mbeddr.core copied to clipboard
Declarations in ActionsProfile should be checked for validity
The action ID of actions that should be removed or added in an ActionsProfile of the language com.mbeddr.mpsutil.actionsfilter
should be checked for validity in a checking rule: ApplicationManager.getinstance().getAction(actionID) != null
Right now it is hard to find out which action ids are invalid and not very helpful error messages are shown.