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.
If a component type C has a flow specification but it is not implemented in C.i then it is not shown i when C.i is displayed in the classifier information view.
Expected and Current Behavior
Unimplemented flow specs should be shown, with an indication that they are from the type.
Steps to Reproduce
Open the model below in the AADL text editor
In the outline view select a2.i > right click > Show in classifier information view
Note that fsource20 and fsink1 don't show up
package p
public
abstract a2
features
af2: feature;
da2: provides data access;
flows
fsource20: flow source af2;
fsink1: flow sink af2;
end a2;
abstract implementation a2.i
subcomponents
asub3: abstract a2;
connections
fconn3: feature af2 -> asub3.af2;
fconn4: feature asub3.af2 -> asub3.af2;
flows
etef18: end to end flow asub3.fsource20 -> fconn4 -> asub3.fsink1;
end a2.i;
end p;
Environment
OSATE Version: 2.8.0
Operating System: all
The text was updated successfully, but these errors were encountered:
Summary
If a component type C has a flow specification but it is not implemented in C.i then it is not shown i when C.i is displayed in the classifier information view.
Expected and Current Behavior
Unimplemented flow specs should be shown, with an indication that they are from the type.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: