We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If an API definition doesn't have a components section, then OpenAPI.getComponents() returns null and a NullPointerException is thrown here.
components
OpenAPI.getComponents()
The text was updated successfully, but these errors were encountered:
fix #268 - fixes server url and add options
a5d5a6c
fix #268 - fixes NPE with empty components
4cdb24a
Merge pull request #327 from swagger-api/tickets-305-268
e11dfda
refs #305 - fixes server url and add options, fix #268 - fixes NPE with empty components
No branches or pull requests
If an API definition doesn't have a
components
section, thenOpenAPI.getComponents()
returns null and a NullPointerException is thrown here.The text was updated successfully, but these errors were encountered: