Action must have a name
m ((username removed) (log details removed): Moving to Documentation namespace)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
If you get this model error message, an action has been orphaned in your model. For example, a Class has been deleted, but, for some reason, the Class action belonging to it was left behind.
If you get this model error message, an action has been orphaned in your model. For example, a Class has been deleted, but, for some reason, the Class action belonging to it was left behind.


To remove actions without a name, open the OCL debugger for the model itself by right-clicking on a diagram background and selecting Extras -> Open model debugger...
To remove actions without a name, open the [[Documentation:OCL Debugger|OCL debugger]] for the model itself by right-clicking on a diagram background and selecting Extras -> Open model debugger...
# Make one (probably the only one) of the expressions there an Action (1)
# Make one (probably the only one) of the expressions there an Action (1)
# Paste the code below (2)
# Paste the code below (2)
Line 9: Line 10:
[[File:Removing unnamed actions.png|none|thumb|543x543px]]
[[File:Removing unnamed actions.png|none|thumb|543x543px]]
[[Category:Actions]]
[[Category:Actions]]
{{Edited|July|12|2025}}

Latest revision as of 05:56, 5 March 2025

This page was created by Lars.olofsson@mdriven.net on 2023-03-27. Last edited by Stephanie@mdriven.net on 2025-03-05.

If you get this model error message, an action has been orphaned in your model. For example, a Class has been deleted, but, for some reason, the Class action belonging to it was left behind.

To remove actions without a name, open the OCL debugger for the model itself by right-clicking on a diagram background and selecting Extras -> Open model debugger...

  1. Make one (probably the only one) of the expressions there an Action (1)
  2. Paste the code below (2)
  3. Execute it using F5 or the button (3)
AbstractAction.allInstances->select(aa|aa.Name.isNullOrEmpty).delete

Close the dialog and save your model as usual.

Removing unnamed actions.png