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.
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.