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
The Attribute.java class has a method public String getType().
This method only returns the types number, boolean and string.
The cases Map, List and Constraint are missing in the if else block.