Wrapper classes in Java convert primitive data types into objects. They are useful when working with Collections, Streams, Generics, and APIs that require objects instead of primitives.
@Test void matchingPrimitiveVariableInBody() { rewriteRun( version( //language=java java( """ public class A { void test(Object o, Integer integer) { if (o instanceof ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results