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