I was using v2.16.0 on Android 5.1 and it worked fine. Today I tried to update it to v2.16.4 and I got an issue with reading files in my app: It seems that FileInputStream(file) throws an exception.
Version of JMockit that was used: 1.38 Description of the problem: When the "FileInputStream" is mocked through "new MockUp" mechanism, it could be recorded but it will "hang" and not proceed into the ...