-
Two or three times in the past couple of weeks, I have gotten a pop-up with the error message "Error when instantiating the model" when attempting to instantiate a system implementation (by right-clic…
-
The data classifier referenced by a prototype is not resolved. Both component type and component implementation seem to be affected by this bug (subprogram, data, abstract...).
Model (prototypes.aad…
-
In the following AADL code, I get a parsing error when the call references a subprogram implementation (it works fine when it is a type). The error message are:
Couldn't resolve reference to CalledSub…
-
I am working on a model built using the primitives from the plugin org.osate.aadl2. I want to build teh related instantiated model.
Problem is : in all classes inherited from ComponentImplementation,…
-
Hi,
I'm experimenting some errors bound to PermGen space with OSATE2 (march snapshot) on MacOS X
To trigger it, I do the following
- create a plugin for Eclipse, drag in dependencies from OSATE2, e.…
yoogx updated
12 years ago
-
Whenever you run a search for something with an accent mark in the name, the return results you get in seem to cut off the title of the item as it is displayed in SOPAC. See below:
http://www.darienl…
-
For the next release, we must support Juno and thus, fix issues regarding xtext and the meta-model
juli1 updated
11 years ago
-
Incomplete or wrong identifier oafter 'extends' keyword causes a non-catched exception of Xtext (xtext-validation, see trace), then crashed the xtext-builder.
---
Short example test_extends.aadl :
…
-
Given the following AADL source:
```
package A
public
system B
end B
system implementation B.impl
end B.impl;
end A;
```
If the user attempts to rename system B by first changing th…
-
on page 215 of as5506-draft1.2-09222011.pdf defines property_owner as
property_owner ::=
-- AADL or Annex meta model named element
named_element_qualified_meta_model_identifier | unique_classifier…