Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classifier information view doesn't show unimplemented flow specifications #2472

Closed
lwrage opened this issue Oct 5, 2020 · 0 comments · Fixed by #2477
Closed

Classifier information view doesn't show unimplemented flow specifications #2472

lwrage opened this issue Oct 5, 2020 · 0 comments · Fixed by #2477
Assignees
Milestone

Comments

@lwrage
Copy link
Contributor

lwrage commented Oct 5, 2020

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

  1. Open the model below in the AADL text editor
  2. In the outline view select a2.i > right click > Show in classifier information view
  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants