-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fixed NPE in Precondition #135
Fixed NPE in Precondition #135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix the build, it failed, and change the date of the copyright notice in the license headers of the files which you changed
The licence header check fails because I updated the license header in the 2 files I touched. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make use of the new license check from the main branch
The Licence check was merged in from the main branch and it seems to work fine. |
Co-authored-by: Maximilian Pilz <[email protected]>
The DescriptionModificationUptPrecondition (amongst others) threw a NullPointerException when encountering a DescriptionModificationReport containing a ReportPart without a ModificationType attribute.
This should fix the problem.
Checklist
The following aspects have been respected by the author of this pull request, confirmed by both pull request assignee and reviewer: