osate / osate2

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

AADL package section elements have a null qualified name. #321

Closed dblouin closed 10 years ago

dblouin commented 10 years ago

The Aadl2QualifiedNameProvider class in OSATE returns null for package section. This causes a problem when package sections are referred by elements of models of other languages than AADL.

A simple fix consists of also handling package sections at line 93 of Aadl2QualifiedNameProvider. I can provide a patch for this.

juli1 commented 10 years ago

Hi Dominique,

If you have a patch for this, please send it and I will commit it.

Thanks,

juli1 commented 10 years ago

closed