-
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
Improve ExplicitArgumentEnumeration
check
#1475
Improve ExplicitArgumentEnumeration
check
#1475
Conversation
Looks good. All 12 mutations in this change were killed.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
1 similar comment
Looks good. All 12 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.
🚀 🚀 🚀
Summary of changes: - Also drop unnecessary `Immutable{List,MultiSet,Set}#copyOf(E[])` invocations. - Don't suggest simplifications that are likely to introduce unbounded recursion.
36fd1dd
to
0bc4fa4
Compare
Quality Gate passedIssues Measures |
Looks good. All 12 mutations in this change were killed.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
Suggested commit message:
See also this comment.