Skip to content

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

Description

@lwrage

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions