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
This is not a valid Java code. The constructor requires a value of type BooleanModelBoolean(Boolean value), but is called with values of type StringTRUE("true").
Tested with Swagegr Codegen Version 2.4.18 and version 3.0.24. Both sould include the fix.
The text was updated successfully, but these errors were encountered:
Reopen of ticket #10546 as the provided fix does not solve the issue. The generated Java code still looks as follows:
This is not a valid Java code. The constructor requires a value of type Boolean
ModelBoolean(Boolean value)
, but is called with values of type StringTRUE("true")
.Tested with Swagegr Codegen Version 2.4.18 and version 3.0.24. Both sould include the fix.
The text was updated successfully, but these errors were encountered: