This PR fixes JarFileTests.getInputStreamWhenClosed() as the assertion was passing due to this.jarFile.getEntry(), not this.jarFile.getInputStream() that was intended to assert in the test.

Comment From: snicoll

Good catch!