osate / osate2

Open Source AADL2 Tool Environment
http://osate.org
Eclipse Public License 2.0
36 stars 8 forks source link

Unused ErrorLibrary import causes error instead of warning #708

Closed brlarson closed 8 years ago

brlarson commented 8 years ago

example:

with Base_Types, EMV2, ErrorLibrary, Physical_Types,

For EMV2 (also unused in this package) get warning, for ErrorLibrary get error:

Description Resource Path Location Type Couldn't resolve reference to ModelUnit 'ErrorLibrary'. PCA_Fluid.aadl /PCA/aadl/packages line: 10 /PCA/aadl/packages/PCA_Fluid.aadl Xtext Check (fast)

lwrage commented 8 years ago

This should be fixed already in the testing version.

brlarson commented 8 years ago

Okay.

I've been going back and forth to be sure the BLESS plug-ins work with 2.2.1.

--Brian

On May 7, 2016, at 9:09 AM, Lutz Wrage notifications@github.com wrote:

This should be fixed already in the testing version.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/osate/osate2-core/issues/708#issuecomment-217634052

reteprelief commented 8 years ago

Fixed by osate/ErrorModelV2#105