The GitHub Actions job "Code Style" on 
grails-core.git/fix/dirty-checking-collection-tracking-8.0.x has failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
2dade74084eca240b98608e1b8760d02383d3ef5 / Scott Murphy Heiberg 
<[email protected]>
Drop the redundant iterator() overrides on the wrapper subclasses

@Delegate skips methods the owner already has, including inherited ones, so
DirtyCheckingList/Set/SortedSet never got a generated iterator() of their own -
the dirty-marking one on DirtyCheckingCollection is what already ran. The three
super.iterator() overrides were no-ops. The iterator-removal specs still pass
without them, which is what the overrides were there to guarantee.

Report URL: https://github.com/apache/grails-core/actions/runs/34736902575

With regards,
GitHub Actions via GitBox

Reply via email to