We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creation and usage of ToStringConverter in Attribute.class and ObjectAttribute.class is inconsistent and not comprehensible:
public ToStringConverter getToStringConverter()
toString()
instanceof MetaObject
The text was updated successfully, but these errors were encountered:
resolved in #174
Sorry, something went wrong.
#174 fix check for (Meta)Object in ObjectAttribute.toString (#173)
b39397a
No branches or pull requests
Creation and usage of ToStringConverter in Attribute.class and ObjectAttribute.class is inconsistent and not comprehensible:
public ToStringConverter getToStringConverter()
in ObjectAttribute modifies class variabletoString()
in ObjectAttribute always creates a new ToStringConverter instance (ignores not-null toStringConverter class variable!)instanceof MetaObject
intoString()
in Attribute.classThe text was updated successfully, but these errors were encountered: