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 issue is that the codegen tool has correctly made the setId() method for the id field but then it makes another setId() method for the setId field which is incorrect. It should be making a setSetId() method for the setId field.
How to fix/resolve this?
The text was updated successfully, but these errors were encountered:
Description
I have a Java model class that has these fields (and more).
private String id;
private String setId;
openapi-generator version
7.10.0
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
The issue is that the codegen tool has correctly made the setId() method for the id field but then it makes another setId() method for the setId field which is incorrect. It should be making a setSetId() method for the setId field.
How to fix/resolve this?
The text was updated successfully, but these errors were encountered: