You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside a Record an enum is stored as a single byte. Since all bytes are preinitialized to 0, all enum variables are set to the first (index 0) element of an enum list (Enum.values()) instead of null.
The methods TemplateBase.readEnumExpression(...) and TemplateBase.writeEnumExpression(...) should handle the difference.
The text was updated successfully, but these errors were encountered:
Inside a Record an enum is stored as a single byte. Since all bytes are preinitialized to 0, all enum variables are set to the first (index 0) element of an enum list (Enum.values()) instead of null.
The methods TemplateBase.readEnumExpression(...) and TemplateBase.writeEnumExpression(...) should handle the difference.
The text was updated successfully, but these errors were encountered: