Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
All java
-
Patch Available
Description
This test file was emptied but the file was not removed when java fields were converted to use ByteBuffer instead of byte[]. Having an empty file confuses some IDEs. The attached patch just restores the original code, with very slight changes to wrap the byte[] inputs in ByteBuffer to get it working.