mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-16 03:19:00 +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