mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-18 23:00:54 +00:00
Supports multi-level inheritance to avoid having the variables from the parents of level > 2 This commit also fixes the comparison of the variables when skipping the variables in the children classes by only comparing their names (in some cases some parent variables were present in children classes) Signed-off-by: Vincent Giersch <vincent@giersch.fr>