PicnicSupermarket / error-prone-support

Error Prone extensions: extra bug checkers and a large battery of Refaster rules.
https://error-prone.picnic.tech
MIT License
196 stars 38 forks source link

Introduce `CollectionIterator` Refaster rule #1347

Closed mohamedsamehsalah closed 4 weeks ago

mohamedsamehsalah commented 1 month ago

Suggested commit message

Introduce `CollectionIterator` Refaster rule (#1347)

This rule supersedes the more specific `ImmutableCollectionIterator` rule.
github-actions[bot] commented 1 month ago

Looks good. No mutations were possible for these changes. Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

github-actions[bot] commented 4 weeks ago

Looks good. No mutations were possible for these changes. Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

sonarcloud[bot] commented 4 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

mohamedsamehsalah commented 4 weeks ago

Added a commit and updated the suggested commit message. Nice suggestion @mohamedsamehsalah!

It was actually your suggestion 🚀 Thanks for review. 😃