mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-15 23:49:08 +00:00
A model that inherits from another model and does not add its own properties causes JavaClientCodegen to crash silently with an NPE. Fixes #1141