Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
These are not IOExceptions. They are null pointers
{{
protected static void copyResource(URL url, File file) throws IOException {
if (file == null)
if (url == null)
{ throw new IOException("The url could not be null."); } FileUtils.copyURLToFile(url, file);
}}}
Attachments
Issue Links
- links to