You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix iterator to enhanced for loop to properly remove Iterator import (#2757)
* Fix iterator to enhanced for loop to properly remove Iterator import
- modify UseIteratorToForLoopCleanUpCore to request a frest AST
- add new test to CleanUpTest1d8
- fixes#121
Copy file name to clipboardExpand all lines: org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/ui/fix/UseIteratorToForLoopCleanUpCore.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public UseIteratorToForLoopCleanUpCore() {
0 commit comments