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

add test case for fixed NPE in rename of parameter (#488) #555

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

stoeren
Copy link
Contributor

@stoeren stoeren commented Jul 31, 2023

This issue has been fixed with commit 5b5b820 but no tests have been added to cover this.
Result of the test before the commit 5b5b820 :
image

Result of the test after commit 5b5b820
image

Test for
#488
#516

@joschi joschi added this to the 2.1.0 milestone Dec 16, 2023
Copy link
Collaborator

@joschi joschi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stoeren Thanks a lot for your contribution!

@joschi joschi merged commit d4c9198 into OpenAPITools:master Dec 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting NPE when I compare two Yaml or JSON file. NPE in ParametersDiff.pathUnchangedParametersChanged
2 participants