-
Notifications
You must be signed in to change notification settings - Fork 39
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
Avoid NPE in IsEmpty
matcher
#978
Conversation
" return new Random();", | ||
" }", | ||
"", | ||
" List<Integer> negative6() {", | ||
" List<Integer> negative7() {", |
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.
Yeah, this renaming is a mess. But proposing an alternative is not on today's menu.
Looks good. All 2 mutations in this change were killed.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
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.
LGTM 🚀
9d777f0
to
3f5867a
Compare
Looks good. All 2 mutations in this change were killed.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Suggested commit message:
(This issue was flagged by both Checker Framework and Qodana, which I'm evaluating on other branches.)