pingpingy1 opened a new pull request, #569: URL: https://github.com/apache/commons-io/pull/569
The `Builder.get` method claims to throw an `UnsupportedOperationException` if its origin is invalid. However, it actually throws a `NullPointerException` if the origin is `null`. This commit changes the workflow to take care of cases where neither `RandomAccessFile` nor origin is set. -- 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]
