// "Replace with forEach" "false" import java.io.FileInputStream; import java.io.FileNotFoundException; import java.util.*; class A { public void foo(final Set strings) throws FileNotFoundException { for (String s : strings) { new FileInputStream(); } } }