Skip to content
New issue

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

fix: 🐛 Resolve NPE in Postman API doc generation when no methods are present #938

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

linwumingshi
Copy link
Collaborator

  • Fixed NullPointerException in PostmanJsonBuilder.buildItemBean due to null apiMethodDocs.
  • Added null check to handle cases where methods are missing.

…present

- Fixed `NullPointerException` in `PostmanJsonBuilder.buildItemBean` due to null `apiMethodDocs`.
- Added null check to handle cases where methods are missing.
@shalousun shalousun added this to the 3.0.9 milestone Oct 31, 2024
@shalousun shalousun merged commit 368ccc2 into TongchengOpenSource:master Oct 31, 2024
8 of 11 checks passed
@linwumingshi linwumingshi deleted the fix/postman-npe branch October 31, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants