-
When editing a model, I got the following issue:
!STACK 0
java.lang.ClassCastException: org.osate.aadl2.impl.AbstractTypeImpl cannot be cast to org.osate.aadl2.DataClassifier
at org.osate.ba.utils…
juli1 updated
10 years ago
-
Implement a quickfix to add a required with statement for a referenced package or property set.
-
When I declare a new port group component, I get the following syntax error:
port group wheel_sensor_socket
features
wheel_pulse: in data port;
end sensor;
> > Not allowed: 'port' expect…
-
Currently a diagram is marked as modified as soon as it is opened. This is caused by the editor updating the diagram whenever it is opened. Need to look into modifying the editor to only mark as updat…
-
The class AbstractConnectionEnd cannot be resolved in the current version of OSATE. Is there a class that should be used instead?
-
Components should be able to send untyped notifications to one another. AADL supports this via the "EVENT" port type, realizing it in the MDCF could take the form of a empty message of a standard typ…
-
When trying to open the diagram for the following model, I got a nullpointer exception.
https://github.com/osate/examples/blob/master/error-model/composite-model/test.aadl
![osategeerror](https://cl…
juli1 updated
10 years ago
-
When trying to open a classifier diagram, I got the following message:
!ENTRY org.osate.aadl2.modelsupport 4 0 2014-03-27 14:45:34.850
!MESSAGE Unable to update diagram. Unable to find AADL model ele…
-
(Apologies if this is not the right place to post these kind of question, but I didn't find any alternative in the wiki.)
Hello. I'm trying out the latest version of OSATE2 (2.0.6), but I'm getting a…
-
From unhandled faults report:
Component Instance: control_sensor ERROR: Outgoing propagation
current_temperature does not declare BelowRange as error source
Component Instance: control_sensor ERROR…