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