osate / osate2

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

Inconsistent literals for properties #45

Closed rinsley closed 11 years ago

rinsley commented 12 years ago

In AadlProject.java, the string literals that are defined for time units do not correspond to the ones used in the predeclared properties file AadlProject.aadl. For example, AadlProject.NS_LITERAL = "Ns" but in the AADL file, the units for nanoseconds is "ns" (all lowercase).

Also, some the other files like TimingProperties.java and ThreadProperties.java are missing literals for a lot of the predeclared properties in those sets.

reteprelief commented 12 years ago

AADL is case insensitive, thus, "ns" and "Ns" are the same. Completion of the predeclared property names is on the ToDo list.

juli1 commented 11 years ago

Hi,

Can we consider this issue as solved and fixed ?