[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
return;
} catch (UnknownHostException e) {
// TODO Auto-generated catch block
- e.printStackTrace();
+ // e.printStackTrace();
} catch (IOException e) {
// means portNo not in use
- e.printStackTrace();
+ // e.printStackTrace();
}
}
String configFilename = vmsDir.getName() + ".xml";
File configFile = new File(vmsDir, configFilename);
if(!configFile.exists())
- throw new Exception(); // FIXME
+ continue ; // FIXME
VMsProperty property = parseXML(configFile);