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.Dismiss alert
If an AADL model references an annex whose formatter doesn't support the IFormatter2 interface, an error occurs during formatting.
Not sure if this is considered an AGREE issue or an OSATE issue. However, this error did not occur in earlier versions of OSATE. Not sure when it was introduced.
Steps to Reproduce
Create an AADL model that uses an annex that doesn't implement IFormatter2 such as AGREE
Open the source file.
Select Source->Format
package format_issue
public
annex agree {**const test_constant : bool = true;**} ;
system top
annex agree {**
guarantee "Test Guarantee" : true;**} ;
end top ;
end format_issue;
Environment
OSATE Version: Latest develop.
Operating System: Windows.
The text was updated successfully, but these errors were encountered:
If an AADL model references an annex whose formatter doesn't support the IFormatter2 interface, an error occurs during formatting.
Not sure if this is considered an AGREE issue or an OSATE issue. However, this error did not occur in earlier versions of OSATE. Not sure when it was introduced.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: