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 default value that was intended to be returned from fixed="s" is however lost because of this. As a side note, the original getters are also generated with javadoc, which is also lost when using this plugin, but the generated javadoc comment does not contain any information that isn't in the method signature so I don't think its worth filing an issue for this.
The text was updated successfully, but these errors were encountered:
I spotted this issue while investigating #124, but I do not have any ideas for a potential fix.
Using the same example as in the linked issue, with
-Ximm-optionalgetter
enabled, and based on the same XSD snippet:Note that the code originally generated to get the unit attribute value is:
However, since this is not a required attribute this getter is replaced with:
The default value that was intended to be returned from
fixed="s"
is however lost because of this. As a side note, the original getters are also generated with javadoc, which is also lost when using this plugin, but the generated javadoc comment does not contain any information that isn't in the method signature so I don't think its worth filing an issue for this.The text was updated successfully, but these errors were encountered: