// "Replace with bulk 'Files.readAttributes()' call" "true-preview" import java.io.*; class Foo { void printDirectory(File file) { try { Callable r = () -> file.isDirectory() && file.isFile(); throw new IOException(""); } catch (IOException e) { } } }