{
// NOTE: THIS WILL FAIL IN SWINGJS BECAUSE IT INVOLVES A FILE READER
+ System.out.println("IDentifiersURL " + idFileName);
FileReader reader = new FileReader(idFileName);
String key = "";
Map<String, Object> obj = (Map<String, Object>) JSONUtils.parse(reader);
}
} catch (IOException | ParseException e)
{
- // unnecessary e.printStackTrace();
+ // unnecessary
+ e.printStackTrace();
// Note how in JavaScript we can grab the first bytes from any file reader.
// Typical report here is "NetworkError" because the file does not exist.
// "https://." is coming from System.getProperty("user.home"), but this could