4445464748495051
return new URL(fileString); } else { return findURLinJars(fileString); } } catch (MalformedURLException e) { throw new MaltChainedException("Malformed URL: "+fileString, e); } }
7677787980818283
} // could not convert the input string into an URL return null; } } catch (MalformedURLException e) { throw new MaltChainedException("Malformed URL: "+fileString, e); } }
543544545546547548549550551552553
owner.increaseFrequency(); } reader.close(); } catch (IOException e) { throw new MaltChainedException("No instances found in file",e); } return numberOfInstances;