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
Tried to generate a builder with another xsd set with the flags -Ximmutable and -Xfluent-builder and it is generating methods using the .clone() method but without casting the result before assigning it to the specific variable:
Tried to generate a builder with another xsd set with the flags
-Ximmutable
and-Xfluent-builder
and it is generating methods using the.clone()
method but without casting the result before assigning it to the specific variable:Still using 4.2.0.0 with jaxb-maven-plugin 4.0.6
The text was updated successfully, but these errors were encountered: