Eiriks point is, that your changeset changed the behavior of the code you modified - it made it vulnerable to ClosedByInterruptException. I understand it so, that before this change that exception could not have be raised, now it is. This turns a Thread#interrupt into an IOException and that would have not been the raised with a FileInputStream.
[ Full content available at: https://github.com/apache/incubator-netbeans/pull/854 ] This message was relayed via gitbox.apache.org for [email protected]
