elharo opened a new issue, #95:
URL: https://github.com/apache/maven-shared-io/issues/95

   ## Bug #13
   
   `URLLocation.java` line 61
   
   `Files.createTempFile(null, null)` throws `NullPointerException`. If 
`tempFilePrefix` or `tempFileSuffix` is `null` (allowed by the public 
constructor), the call at line 61 will crash.
   
   Fix: use default values (`"url"` and `".tmp"`) when parameters are null.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to