-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
25
In `TestMemoryAlignment::testUnalignedAccess`, there is an `assertNotEquals(align, 8)` that causes boxing and as the
parameter types are `long` and `int`, they get wrapped into `Long`
and `Integer`, and those instances never equal, so the assert
vacuously passes, regardless of the numeric values.
Other issues exist in `TestByteBuffer` L362 and L327, where an exception is caught, sometimes a SkipException is thrown, otherwise the exception is ignored.
parameter types are `long` and `int`, they get wrapped into `Long`
and `Integer`, and those instances never equal, so the assert
vacuously passes, regardless of the numeric values.
Other issues exist in `TestByteBuffer` L362 and L327, where an exception is caught, sometimes a SkipException is thrown, otherwise the exception is ignored.