retrolambda icon indicating copy to clipboard operation
retrolambda copied to clipboard

Handle Objects.requireNonNull (Object, String)

Open kohlschuetter opened this issue 2 years ago • 1 comments

Previously, for target 1.6 and older, we were only replacing Objects.requireNonNull(Object) with Object.getClass, not Objects.requireNonNull(Object,String).

Map both to Object.getClass, which seems to work.

kohlschuetter avatar Sep 25 '23 17:09 kohlschuetter

Requires a test case to reproduce whatever was the issue.

luontola avatar Sep 25 '23 19:09 luontola