You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the graphical editor, performing a rename on an element that is refined causes the refined element to be removed/unrefined and leaves an error artifact on the text editor.
Expected and Current Behavior
The expected behavior is that the refined element and the element being refined will reflect the rename action performed.
The current behavior is that the refined element being renamed is removed/unrefined and leaves an error artifact on the text editor.
Steps to Reproduce
Using the provided model:
Copy the model into an AADL Package
Open the sys.impl2 diagram
Select the refined subcomponent "ss" in System Implementation "sys.impl2" on the diagram
Perform a rename operation
package test
public
system sys
end sys;
system implementation sys.impl1
subcomponents
ss: system;
end sys.impl1;
system implementation sys.impl2 extends sys.impl1
subcomponents
ss: refined to system;
end sys.impl2;
end test;
Environment
OSATE Version: 2.8.0
Operating System: Windows 10
The text was updated successfully, but these errors were encountered:
Summary
While using the graphical editor, performing a rename on an element that is refined causes the refined element to be removed/unrefined and leaves an error artifact on the text editor.
Expected and Current Behavior
The expected behavior is that the refined element and the element being refined will reflect the rename action performed.
The current behavior is that the refined element being renamed is removed/unrefined and leaves an error artifact on the text editor.
Steps to Reproduce
Using the provided model:
Environment
The text was updated successfully, but these errors were encountered: