MPP DataType: Non-unique enumeration value
Multi platform library to read and write schedule data
Brought to you by:
joniles
The enumeration defined in the source file DataType.java contains two enum instances with the same value, namely RESOURCE_TYPE (15) and TIME_UNITS(15).
To my mind, this looks like a bug, since it is surprising and not commented. This might lead to nasty problems which are hard to located. Jon, can you validate this?
Now fixed, code on GitHub!