import mycompany.File; class Test { void foo() throws Exception { File tempFile = File.createTempFile("", "", null); } }