line = in.readLine();
}
idoc.setParserResource( f );
idoc.set( contents );
idoc.parseDocument();
} catch(org.eclipse.core.runtime.CoreException e) {
System.out.println("ERROR {org.cfeclipse.cfml.wizards.cfunit.getCFFile():CoreException}: "+e.toString());
} catch(java.io.IOException e) {
System.out.println("ERROR {org.cfeclipse.cfml.wizards.cfunit.getCFFile():IOException}: "+e.toString());