esa / CCSDS_MO_APIS

Holds the generated Java APIs for the CCSDS MO services
Other
2 stars 6 forks source link

UInteger does not check the upper value in the constructor #13

Closed CesarCoelho closed 6 years ago

CesarCoelho commented 6 years ago

https://github.com/esa/CCSDS_MO_APIS/blob/master/CCSDS_MAL_API/src/main/java/org/ccsds/moims/mo/mal/structures/UInteger.java

Other MAL Data Types also need to be verified for the same problem.