-
I'm getting this error from the AADL text editor: "Nested Feature Groups are only allowed for connections going across from Subcomponent to Subcomponent".
Here is a snippet that causes the error:
…
-
Every component implementation can be the root of an instance model. It may therefore contain derived modes. This crashes the instantiation (NPE).
Example model: AutonomousVehicleSystem from https://…
-
when using ocarina plug-in generated code, the Console tab of OSATE2 showed information:"Backends:
fatal error : This process has to be bound to a processor".I try to select the corresponding elem…
-
If the elements involved in the bindings are not shown in could be helpful to abstract out the bindings to show them as bindings between the containers. The graphical notation needs to be clear that w…
-
The endings of lines between components meant to show directionality often end up pointing in a direction that visually conflicts with their line.
![screen shot 2017-10-02 at 4 20 52 pm](https://us…
-
Under certain circumstances, renaming elements using the text editor's refactoring capability does not update all appropriate portions of the model. Updating all portions of the model is critical for …
-
Dear Joe,there is a problem again,I want to ask for consult.The example "codegen-demo" derived from GitHub, which is used to demonstrate the code generation for DeOS, VxWorks and POK.
Recentl…
-
I received exceptions when trying to migrate to use the virtual plugin contributions. The exception was only visible in the console of the eclipse used to start OSATE. From the perspective of OSATE, t…
-
Using the latest testing package, I receive an error if I try to open the following AADL File with the Xtext editor.
AADL File:
```
package exception
public
annex EMV2 {**
**};
end exceptio…
-
The "Instantiate" action is active in the Outline view context menu for elements that aren't system implementations. Invoking the action on these items results in an exception:
java.lang.NullPoint…