// "Replace with collect" "false" import java.util.*; public class Test { public void foo() throws Exception {} public static void bar(List currentImportLine) throws Exception { for (Test test : currentImportLine) { if (true) { test.foo(); } } } }