mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-10 02:49:03 +00:00
This change adds `this` to field names in `equals` within `pojo.mustache` so that an incorrect `equals` method is not generated in cases where a class has an internal field that is the same as the `classVarName` of the class.