input stringlengths 35 67.8k | output stringlengths 39 1.53k |
|---|---|
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return new org . eclipse . collections . impl . IDENT_0 . IDENT_1 . mutable . IDENT_2 < > ( ) ; } | org . junit . Assert . assertEquals ( this . METHOD_1 ( ) , this . METHOD_1 ( ) . METHOD_0 ( 2 ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > IDENT_0 = this . METHOD_1 ( ) ; org . eclipse . collections . api . set . IDENT_2 < java . lang . String > expected = IDENT_3 . IDENT_4 . empty ( ) ; org . eclipse . collections . api . set . IDENT_2 < j... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer > target = IDENT_2 . mutable . of ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer > result = this . METHOD_1 ( ) . METHOD_2 ( ( object ) -> IDENT_2 . mutable . of ( 1 ,... | org . junit . Assert . assertEquals ( IDENT_2 . mutable . of ( 1 , 2 , 3 , 4 , 5 ) , result ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > IDENT_2 = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return this ; } | org . junit . Assert . assertSame ( IDENT_2 , IDENT_2 . METHOD_0 ( ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 IDENT_0 = this . METHOD_1 ( false , true , false ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( org . eclipse . collections . api . block . IDENT_3 . IDENT_1 . IDENT_4 ) { return ( ( ! ( this . METHOD_2 ( ) ) ) || ( ! ( IDEN... | org . junit . Assert . assertFalse ( IDENT_0 . METHOD_0 ( ( value ) -> value ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertFalse ( this . METHOD_1 ( ) . METHOD_0 ( ) ) |
METHOD_0 ( ) { java . lang . StringBuilder IDENT_0 = new java . lang . StringBuilder ( ) ; this . METHOD_1 ( ) . METHOD_0 ( ( IDENT_1 , IDENT_2 ) -> IDENT_0 . append ( IDENT_1 ) . append ( IDENT_2 ) ) ; java . lang . String string = IDENT_0 . toString ( ) ; "<AssertPlaceHolder>" ; } toString ( ) { return this . IDENT_3... | org . junit . Assert . assertEquals ( "" , string ) |
METHOD_0 ( ) { javax . json . IDENT_0 IDENT_1 = org . apache . activemq . artemis . utils . IDENT_2 . METHOD_1 ( ) ; org . apache . activemq . artemis . api . core . IDENT_3 . METHOD_2 ( STRING_0 , IDENT_1 ) ; org . apache . activemq . artemis . api . core . IDENT_3 . METHOD_2 ( null , IDENT_1 ) ; javax . json . IDENT_... | org . junit . Assert . assertEquals ( 2 , IDENT_5 . size ( ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 IDENT_0 = this . METHOD_1 ( ) ; org . eclipse . collections . api . set . IDENT_1 . IDENT_3 expected = IDENT_4 . IDENT_5 . empty ( ) ; org . eclipse . collections . api . set . IDENT_1 . IDENT_3 actual = IDENT_0 . METH... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 IDENT_0 = this . METHOD_1 ( ) ; org . eclipse . collections . api . set . IDENT_1 . IDENT_3 expected = IDENT_4 . IDENT_5 . with ( true ) ; org . eclipse . collections . api . set . IDENT_1 . IDENT_3 actual = IDENT_0 . ... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return this . collection ; } | org . junit . Assert . assertEquals ( 1 , this . METHOD_1 ( ) . METHOD_0 ( ) ) |
METHOD_0 ( ) { int [ ] IDENT_0 = new int [ 1 ] ; this . METHOD_1 ( ) . METHOD_0 ( ( IDENT_1 , IDENT_2 ) -> { if ( IDENT_2 > 1 ) { IDENT_0 [ 0 ] += IDENT_1 * IDENT_2 ; } } ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return this . collection ; } | org . junit . Assert . assertEquals ( 2 , IDENT_0 [ 0 ] ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > IDENT_0 = this . METHOD_1 ( STRING_0 , "1" , "1" , "1" , "1" , "2" , "2" , "2" , STRING_1 , STRING_1 , STRING_2 , STRING_3 ) ; org . eclipse . collections . api . set . IDENT_2 < java . lang . String > expected = IDENT_3 . mut... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_0 = org . eclipse . collections . impl . IDENT_0 . mutable . IDENT_2 . METHOD_1 ( 1 , 2 , 2 , 3 , 3 , 3 ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( IDENT_3 , IDENT_4 , IDENT_3 , IDENT_4 , IDENT_3 , IDENT_4 ) { return new o... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . map . mutable . IDENT_5 . METHOD_2 ( 1 , 1 , 2 , 2 , 3 , 3 ) , IDENT_0 . METHOD_0 ( ) ) |
METHOD_0 ( ) { javax . json . IDENT_0 IDENT_1 = org . apache . activemq . artemis . utils . IDENT_2 . METHOD_1 ( ) ; byte [ ] bytes = new byte [ ] { 10 , INT_0 , INT_1 , INT_2 , INT_3 , INT_4 } ; org . apache . activemq . artemis . api . core . IDENT_3 . METHOD_2 ( bytes , IDENT_1 ) ; javax . json . IDENT_4 IDENT_5 = I... | org . junit . Assert . assertEquals ( 1 , IDENT_5 . size ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . IDENT_0 . mutable . IDENT_1 < java . lang . Integer > IDENT_0 = org . eclipse . collections . impl . IDENT_0 . mutable . IDENT_1 . METHOD_1 ( 1 ) ; java . lang . Object [ ] result = new java . lang . Object [ 1 ] ; IDENT_0 . METHOD_0 ( ( delegate ) -> { result [ 0 ] =... | org . junit . Assert . assertNotNull ( result [ 0 ] ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_0 = this . METHOD_1 ( 1 , 2 , 2 , 3 , 3 , 3 ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( IDENT_2 , IDENT_3 , IDENT_2 , IDENT_3 , IDENT_2 , IDENT_3 ) { return new org . eclipse . collections . impl . map . mutable . IDENT_4 ... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . map . mutable . IDENT_4 . METHOD_2 ( 1 , 1 , 2 , 2 , 3 , 3 ) , IDENT_0 . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > IDENT_0 = IDENT_2 . mutable . with ( STRING_0 , "1" , "1" , "1" , "1" , "2" , "2" , "2" , STRING_1 , STRING_1 , STRING_2 , STRING_3 ) ; org . eclipse . collections . api . set . IDENT_3 < java . lang . String > expected = IDEN... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_2 = this . METHOD_1 ( 1 , 1 , 1 , 1 , 2 , 2 , 2 , 3 , 3 , 4 ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer > result = org . eclipse . collections . impl . IDENT_0 . mutable . IDENT_3 .... | org . junit . Assert . assertEquals ( IDENT_2 , result ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 IDENT_0 = this . METHOD_1 ( ) ; org . eclipse . collections . api . set . IDENT_1 . IDENT_3 expected = IDENT_4 . mutable . with ( false ) ; org . eclipse . collections . api . set . IDENT_1 . IDENT_3 actual = IDENT_0 .... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . concurrent . atomic . IDENT_0 IDENT_1 = new java . util . concurrent . atomic . METHOD_1 ( ) ; org . apache . activemq . artemis . core . protocol . core . impl . IDENT_2 . IDENT_3 IDENT_4 = new org . apache . activemq . artemis . core . protocol . core . impl . IDENT_2 . METHOD_2 ( ( ( byt... | org . junit . Assert . assertEquals ( 0 , channel . METHOD_8 ( ) . size ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( java . lang . Object [ ] ) { return false ; } | org . junit . Assert . assertTrue ( IDENT_3 . METHOD_2 ( IDENT_3 . toArray ( ) ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer > result = org . eclipse . collections . impl . IDENT_0 . mutable . IDENT_2 . METHOD_1 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_3 . IDENT_4 < java . lang . Integer > collection = this . METHOD_2 ( ) ; collectio... | org . junit . Assert . assertEquals ( collection , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = this . METHOD_1 ( java . util . Collections . METHOD_2 ( ) ) ; org . eclipse . collections . api . list . IDENT_4 < org . eclipse . collections . api . tuple . IDENT_5 . IDENT_6 < java . lang . Integer > >... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = this . METHOD_1 ( java . util . Collections . METHOD_2 ( ) ) ; org . eclipse . collections . api . list . IDENT_4 < org . eclipse . collections . api . tuple . IDENT_5 . IDENT_6 < java . lang . Integer > >... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > actual = this . METHOD_1 ( ) . METHOD_2 ( ( IDENT_2 ) -> Lists . IDENT_3 . of ( java . lang . String . valueOf ( IDENT_2 ) ) , org . eclipse . collections . impl . IDENT_0 . mutable . IDENT_4 . METHOD_3 ( ) ) ; org . eclipse .... | org . junit . Assert . assertEquals ( expected . METHOD_4 ( ) , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = this . METHOD_1 ( ) ; org . eclipse . collections . api . list . IDENT_4 < java . lang . Integer > list = IDENT_3 . METHOD_0 ( String :: valueOf ) ; "<AssertPlaceHolder>" ; } toList ( ) { return null ; } | org . junit . Assert . assertEquals ( IDENT_3 . toList ( ) , list ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_0 = this . METHOD_1 ( ) ; for ( java . lang . Integer IDENT_3 : IDENT_0 ) { "<AssertPlaceHolder>" ; } } METHOD_1 ( ) { return IDENT_4 . IDENT_5 . empty ( ) ; } | org . junit . Assert . assertNotNull ( IDENT_3 ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = this . METHOD_1 ( ) ; org . eclipse . collections . impl . block . function . IDENT_4 function = new org . eclipse . collections . impl . block . function . METHOD_2 ( ) ; org . eclipse . collections . imp... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { final org . apache . activemq . artemis . core . message . impl . IDENT_0 IDENT_1 = METHOD_1 ( ) ; final int IDENT_2 = IDENT_1 . METHOD_2 ( ) ; final int IDENT_3 = IDENT_1 . METHOD_3 ( ) . METHOD_4 ( ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( ) { return buffer . METHOD_4 ( ) ; } | org . junit . Assert . assertEquals ( IDENT_2 , IDENT_3 ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertEquals ( 0 , this . METHOD_1 ( ) . METHOD_0 ( 1 ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertEquals ( 0 , this . METHOD_1 ( ) . METHOD_0 ( 5 ) . size ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > IDENT_0 = this . METHOD_2 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > METHOD_2 = IDENT_0 . METHOD_1 ( "1" ) ; org . junit . Assert . METHOD_3 ( ... | org . junit . Assert . assertEquals ( 0 , this . METHOD_1 ( ) . METHOD_0 ( 5 ) . size ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = this . METHOD_1 ( java . util . Collections . METHOD_2 ( ) ) ; org . eclipse . collections . api . list . ImmutableList < org . eclipse . collections . api . tuple . IDENT_4 . IDENT_5 < java . lang . Integ... | org . junit . Assert . assertEquals ( Lists . mutable . empty ( ) , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = this . METHOD_1 ( java . util . Collections . METHOD_2 ( ) ) ; org . eclipse . collections . api . list . IDENT_4 < org . eclipse . collections . api . tuple . IDENT_5 . IDENT_6 < java . lang . Integer > >... | org . junit . Assert . assertEquals ( Lists . mutable . empty ( ) , actual ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_0 = this . METHOD_1 ( java . util . Collections . METHOD_2 ( ) , 1 , 1 , 2 ) ; org . eclipse . collections . api . list . IDENT_3 < java . lang . Integer > actual = org . eclipse . colle... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_4 . METHOD_5 ( 2 , 1 , 1 ) , actual ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_0 = this . METHOD_1 ( java . util . Collections . METHOD_2 ( ) , 1 , 2 , 2 , 3 , 3 , 3 ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( java . util . IDENT_3 , IDENT_4 , IDENT_5 , IDENT_4 , IDEN... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . map . IDENT_1 . mutable . IDENT_6 . METHOD_3 ( java . util . Collections . METHOD_2 ( ) , 1 , 1 , 2 , 2 , 3 , 3 ) , IDENT_0 . METHOD_0 ( ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_0 = this . METHOD_1 ( java . util . Collections . METHOD_2 ( ) , 1 , 1 , 2 , 3 ) ; java . lang . Integer result = IDENT_0 . METHOD_0 ( 1 , ( IDENT_3 , item , parameter ) -> ( IDENT_3 + i... | org . junit . Assert . assertEquals ( java . lang . Integer . valueOf ( 8 ) , result ) |
METHOD_0 ( ) { org . eclipse . collections . impl . IDENT_0 . strategy . mutable . IDENT_1 < java . lang . Integer > map = org . eclipse . collections . impl . IDENT_0 . strategy . mutable . IDENT_1 . METHOD_1 ( org . eclipse . collections . impl . block . factory . IDENT_2 . METHOD_2 ( ) , 1 , 1 , 2 , 2 ) ; "<AssertPl... | org . junit . Assert . assertSame ( org . eclipse . collections . impl . block . factory . IDENT_2 . METHOD_2 ( ) , map . METHOD_0 ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return org . eclipse . collections . impl . IDENT_0 . strategy . mutable . IDENT_1 . METHOD_2 ( this . IDENT_2 ) ; } | org . junit . Assert . assertTrue ( this . METHOD_1 ( ) . isEmpty ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertEquals ( this . METHOD_1 ( ) , this . METHOD_1 ( ) . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . String > IDENT_2 = IDENT_3 . IDENT_4 . with ( "1" , "1" , "2" , "2" , STRING_0 , STRING_0 , STRING_1 , STRING_1 ) ; java . util . Map < java . lang . String , java . lang . String > IDENT_5 = new java . util . Ha... | org . junit . Assert . assertEquals ( IDENT_5 , IDENT_6 ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , "1" , 2 , "2" , 3 , STRING_0 ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > result = map . METHOD_0 ( ) ; org . ec... | org . junit . Assert . assertEquals ( IDENT_2 , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , "1" , 2 , "2" , 3 , STRING_0 ) ; org . eclipse . collections . api . IDENT_2 . set . IDENT_3 < java . lang . String , java . lang . Integer > result = map . METHOD_0 ( ) ; or... | org . junit . Assert . assertEquals ( expected , result ) |
METHOD_0 ( ) { java . lang . String IDENT_0 = STRING_0 ; byte [ ] input = IDENT_0 . getBytes ( IDENT_1 . UTF_8 ) ; byte [ ] output = new byte [ INT_0 ] ; java . util . IDENT_2 . IDENT_3 IDENT_4 = new java . util . IDENT_2 . METHOD_1 ( ) ; IDENT_4 . METHOD_2 ( input ) ; IDENT_4 . METHOD_3 ( ) ; int IDENT_5 = IDENT_4 . M... | org . junit . Assert . assertEquals ( IDENT_0 , IDENT_12 ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > IDENT_2 = this . METHOD_1 ( null , null ) ; Map . Entry < java . lang . Integer , java . lang . String > entry = org . eclipse . collections . impl . IDENT_3 . IDENT_4 . METHOD_2 ( IDENT_2 . entrySet ( ... | org . junit . Assert . assertEquals ( 0 , entry . hashCode ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > IDENT_2 = this . METHOD_1 ( 1 , "a" ) ; Map . Entry < java . lang . Integer , java . lang . String > entry = org . eclipse . collections . impl . IDENT_3 . IDENT_4 . METHOD_2 ( IDENT_2 . entrySet ( ) ) ... | org . junit . Assert . assertEquals ( entry , org . eclipse . collections . impl . tuple . IDENT_7 . of ( 1 , "a" ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Object , java . lang . Object > IDENT_2 = this . METHOD_1 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Object , java . lang . Object > IDENT_3 = IDENT_2 . METHOD_2 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2... | org . junit . Assert . assertSame ( IDENT_2 , METHOD_2 ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . util . List < java . lang . Integer > > list = org . eclipse . collections . impl . list . mutable . IDENT_1 . METHOD_1 ( org . eclipse . collections . impl . list . IDENT_2 . METHOD_2 ( 1 ) , org . eclipse . collections . impl . list . IDENT_2 ... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_1 . < org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > > METHOD_1 ( org . eclipse . collections . impl . list . mutable . IDENT_1 . METHOD_1 ( 1 ) , org . eclipse . collections . impl . list . m... |
METHOD_0 ( ) { java . lang . Object object = new java . lang . Object ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { java . lang . Object object = new java . lang . Object ( ) ; org . junit . Assert . assertSame ( object , org . eclipse . collections . impl . block . factory . IDENT_0 . METHOD_0 ( ) . valueOf ( object ... | org . junit . Assert . assertSame ( object , org . eclipse . collections . impl . block . factory . IDENT_0 . METHOD_0 ( ) . valueOf ( object ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_0 ( ) { org . junit . Assert . assertSame ( org . eclipse . collections . impl . block . factory . Integer . class , org . eclipse . collections . impl . block . factory . IDENT_0 . METHOD_0 ( ) . valueOf ( 0 ) ) ; } | org . junit . Assert . assertSame ( org . eclipse . collections . impl . block . factory . Integer . class , org . eclipse . collections . impl . block . factory . IDENT_0 . METHOD_0 ( ) . valueOf ( 0 ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_0 ( ) { org . junit . Assert . assertEquals ( STRING_0 , org . eclipse . collections . impl . block . factory . IDENT_0 . METHOD_0 ( ) . valueOf ( STRING_1 ) ) ; } | org . junit . Assert . assertEquals ( STRING_0 , org . eclipse . collections . impl . block . factory . IDENT_0 . METHOD_0 ( ) . valueOf ( STRING_1 ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . block . function . IDENT_0 < java . lang . String , java . lang . Integer > function = org . eclipse . collections . impl . block . factory . IDENT_1 . METHOD_0 ( ) ; "<AssertPlaceHolder>" ; } valueOf ( IDENT_2 ) { return this . IDENT_3 . get ( subject ) ; } | org . junit . Assert . assertEquals ( java . lang . Integer . valueOf ( 1 ) , function . valueOf ( "1" ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > list = org . eclipse . collections . impl . list . IDENT_1 . METHOD_1 ( 100 ) . toList ( ) . METHOD_2 ( ) ; org . eclipse . collections . api . block . function . IDENT_2 < java . lang . Integer , java . lang . Integer > functio... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . IDENT_1 . METHOD_1 ( 100 ) . toList ( ) , list ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Long > list = org . eclipse . collections . impl . list . mutable . IDENT_1 . METHOD_1 ( INT_0 , INT_1 , INT_2 , INT_3 , 1L ) . METHOD_2 ( ) ; list . METHOD_3 ( org . eclipse . collections . impl . block . factory . IDENT_2 . METHOD_4 ( n... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_1 . METHOD_1 ( 1L , INT_3 , INT_2 , INT_1 , INT_0 ) , list ) |
METHOD_0 ( ) { org . eclipse . collections . impl . test . domain . Person IDENT_0 = new org . eclipse . collections . impl . test . domain . Person ( STRING_0 , STRING_1 ) ; org . eclipse . collections . impl . test . domain . Person IDENT_1 = new org . eclipse . collections . impl . test . domain . Person ( STRING_2 ... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_5 . METHOD_1 ( IDENT_2 , IDENT_1 , IDENT_0 ) , IDENT_6 ) |
key ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . Integer > map = org . eclipse . collections . impl . map . mutable . IDENT_1 . METHOD_0 ( STRING_0 , 1 ) ; org . eclipse . collections . api . set . IDENT_2 < Map . Entry < java . lang . String , java . lang . Integer > >... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . set . mutable . IDENT_7 . METHOD_3 ( STRING_0 ) , keys ) |
value ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . Integer > map = org . eclipse . collections . impl . map . mutable . IDENT_1 . METHOD_0 ( STRING_0 , 1 ) ; org . eclipse . collections . api . set . IDENT_2 < Map . Entry < java . lang . String , java . lang . Integer >... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . set . mutable . IDENT_7 . METHOD_3 ( 1 ) , values ) |
METHOD_0 ( ) { java . lang . Class < ? > IDENT_0 = org . eclipse . collections . impl . block . factory . IDENT_1 . METHOD_0 ( ) . valueOf ( STRING_0 ) ; "<AssertPlaceHolder>" ; } valueOf ( java . lang . Integer ) { return org . eclipse . collections . impl . list . IDENT_2 . METHOD_1 ( ( - 1 ) , ( - object ) ) ; } | org . junit . Assert . assertSame ( java . lang . Object . class , IDENT_0 ) |
METHOD_0 ( ) { org . eclipse . collections . api . tuple . IDENT_0 < java . lang . Integer , java . lang . String > IDENT_1 = org . eclipse . collections . impl . tuple . IDENT_2 . METHOD_1 ( 1 , STRING_0 ) ; org . eclipse . collections . api . tuple . IDENT_0 < java . lang . Integer , java . lang . String > IDENT_3 = ... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_0 ( ) { org . junit . Assert . assertTrue ( org . eclipse . collections . impl . block . factory . IDENT_0 . METHOD_0 ( ) . valueOf ( false ) ) ; } | org . junit . Assert . assertTrue ( org . eclipse . collections . impl . block . factory . IDENT_0 . METHOD_0 ( ) . valueOf ( false ) ) |
get ( ) { org . eclipse . collections . api . IDENT_0 . list . IDENT_1 < java . lang . String , java . lang . String > IDENT_0 = org . eclipse . collections . impl . IDENT_0 . list . IDENT_2 . METHOD_0 ( ) ; IDENT_0 . METHOD_1 ( STRING_0 , org . eclipse . collections . impl . list . mutable . IDENT_3 . METHOD_2 ( STRIN... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_3 . METHOD_2 ( org . eclipse . collections . impl . list . mutable . IDENT_3 . METHOD_2 ( STRING_1 , STRING_2 , STRING_3 ) , org . eclipse . collections . impl . list . mutable . IDENT_3 . METHOD_2 ( STRING_5 , STRING_6 , ... |
METHOD_0 ( ) { org . eclipse . collections . impl . block . function . IDENT_0 < java . lang . Integer , java . lang . Integer > function = new org . eclipse . collections . impl . block . function . METHOD_1 ( ) ; function . METHOD_2 ( ( IDENT_1 ) -> true , org . eclipse . collections . impl . block . factory . IDENT_... | org . junit . Assert . assertEquals ( IDENT_3 , function . valueOf ( IDENT_3 ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return org . eclipse . collections . impl . block . factory . IDENT_0 . IDENT_1 ; } | org . junit . Assert . assertTrue ( org . eclipse . collections . impl . block . factory . IDENT_0 . METHOD_0 ( ) . value ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return org . eclipse . collections . impl . block . factory . IDENT_0 . IDENT_1 ; } | org . junit . Assert . assertFalse ( org . eclipse . collections . impl . block . factory . IDENT_0 . METHOD_0 ( ) . value ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . block . function . IDENT_0 < java . lang . Integer , java . lang . Object , java . lang . String > block = org . eclipse . collections . impl . block . factory . IDENT_1 . METHOD_1 ( String :: valueOf ) ; "<AssertPlaceHolder>" ; } value ( java . lang . Integer , java .... | org . junit . Assert . assertEquals ( "1" , block . value ( 1 , null ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . block . function . IDENT_0 < java . lang . Integer , java . lang . Integer , java . lang . Integer > METHOD_0 = org . eclipse . collections . impl . block . factory . IDENT_1 . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } valueOf ( IDENT_2 ) { return this . IDENT_3 . get (... | org . junit . Assert . assertEquals ( java . lang . Integer . valueOf ( 5 ) , METHOD_0 . value ( 2 , 3 ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . block . function . IDENT_0 < java . lang . Integer , java . lang . Boolean > function = new org . eclipse . collections . impl . block . function . METHOD_1 ( org . eclipse . collections . impl . block . factory . IDENT_1 . METHOD_2 ( 5 ) , ( java . lang . Integer IDE... | org . junit . Assert . assertTrue ( function . valueOf ( 10 ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . block . function . IDENT_0 < java . lang . Integer , java . lang . Boolean > function = new org . eclipse . collections . impl . block . function . METHOD_1 ( org . eclipse . collections . impl . block . factory . IDENT_1 . METHOD_2 ( 5 ) , ( java . lang . Integer IDE... | org . junit . Assert . assertFalse ( function . valueOf ( 1 ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . block . function . IDENT_0 . IDENT_1 < java . lang . Boolean > function = new org . eclipse . collections . impl . block . function . IDENT_0 . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } valueOf ( java . lang . Integer ) { return org . eclipse . collections . impl . lis... | org . junit . Assert . assertNull ( function . valueOf ( true ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . block . function . IDENT_0 . IDENT_1 < java . lang . Boolean > function = new org . eclipse . collections . impl . block . function . IDENT_0 . METHOD_1 ( ) ; function . METHOD_2 ( ( value ) -> value , Boolean :: valueOf ) ; "<AssertPlaceHolder>" ; } valueOf ( IDENT_2... | org . junit . Assert . assertEquals ( java . lang . Boolean . valueOf ( true ) , function . valueOf ( true ) ) |
accept ( ) { org . eclipse . collections . impl . block . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > IDENT_2 = new org . eclipse . collections . impl . block . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > ( ) { @ org . eclipse . collections . impl . block . IDENT_0 . Overri... | org . junit . Assert . assertTrue ( IDENT_2 . accept ( this . entry ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . ImmutableList < java . lang . String > IDENT_0 = Lists . IDENT_1 . of ( STRING_0 , STRING_1 , STRING_2 ) ; org . eclipse . collections . api . list . IDENT_2 < java . lang . String > IDENT_3 = Lists . mutable . of ( ) ; org . eclipse . collections . api . block ... | org . junit . Assert . assertEquals ( IDENT_0 , IDENT_3 ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = org . eclipse . collections . impl . list . IDENT_2 . METHOD_1 ( 10 ) . toList ( ) ; IDENT_1 . add ( null ) ; org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > result = Lists . mutable . of (... | org . junit . Assert . assertEquals ( result , IDENT_1 ) |
METHOD_0 ( ) { org . eclipse . collections . api . block . IDENT_0 . IDENT_1 < java . util . Date > IDENT_0 = new org . eclipse . collections . impl . block . IDENT_0 . IDENT_2 . IDENT_3 < java . util . Date > ( ) { @ org . eclipse . collections . impl . block . IDENT_0 . IDENT_2 . Override public void METHOD_1 ( java ... | org . junit . Assert . assertNotNull ( date . toString ( ) ) |
METHOD_0 ( ) { boolean IDENT_0 = false ; try { org . eclipse . collections . api . block . IDENT_1 . IDENT_2 . IDENT_3 < java . lang . Object > IDENT_4 = new org . eclipse . collections . impl . block . IDENT_1 . IDENT_5 . IDENT_6 < java . lang . Object > ( ) { @ org . eclipse . collections . impl . block . IDENT_1 . I... | org . junit . Assert . assertTrue ( IDENT_0 ) |
METHOD_0 ( ) { org . eclipse . collections . api . collection . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; org . eclipse . collections . api . collection . IDENT_0 < java . lang . String > expected = IDENT_1 . collect ( org . eclipse . collections . impl . block . factory . IDENT_2 . METHOD_2 ( S... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . collection . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; org . eclipse . collections . api . collection . IDENT_0 < java . lang . Integer > result = IDENT_1 . METHOD_0 ( org . eclipse . collections . impl . collection . IDENT_2 . Integer . class )... | org . junit . Assert . assertEquals ( IDENT_1 , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 < java . lang . String > actual = this . METHOD_1 ( ) . METHOD_0 ( ( IDENT_1 ) -> Lists . IDENT_2 . of ( java . lang . String . valueOf ( IDENT_1 ) ) ) ; org . eclipse . collections . api . collection . IDENT_3 < java . lang . String > expected = this . METHOD_... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 < java . lang . String > actual = this . METHOD_1 ( ) . METHOD_0 ( ( IDENT_1 , factory ) -> factory . of ( java . lang . String . valueOf ( IDENT_1 ) ) , Lists . IDENT_2 ) ; org . eclipse . collections . api . collection . IDENT_3 < java . lang . String > expec... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . collection . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } valueOf ( IDENT_2 ) { return this . IDENT_3 . get ( subject ) ; } | org . junit . Assert . assertEquals ( java . lang . Integer . valueOf ( 1 ) , IDENT_1 . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . collection . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; for ( java . lang . Integer IDENT_2 : IDENT_1 ) { "<AssertPlaceHolder>" ; } } METHOD_1 ( ) { return IDENT_3 . IDENT_4 . empty ( ) ; } | org . junit . Assert . assertNotNull ( IDENT_2 ) |
METHOD_0 ( ) { org . eclipse . collections . api . block . IDENT_0 . IDENT_1 < org . eclipse . collections . impl . IDENT_2 , java . lang . Integer > IDENT_3 = IDENT_2 :: add ; org . eclipse . collections . api . map . IDENT_4 < java . lang . String , org . eclipse . collections . impl . IDENT_2 > actual = this . METHO... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . block . function . IDENT_0 < java . lang . Integer , java . lang . Integer , java . lang . Integer > IDENT_1 = ( IDENT_2 , IDENT_3 ) -> IDENT_2 + IDENT_3 ; org . eclipse . collections . api . map . IDENT_4 < java . lang . String , java . lang . Integer > actual = this ... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { int IDENT_0 = INT_0 ; java . lang . String IDENT_1 = STRING_0 ; org . apache . activemq . artemis . core . io . IDENT_2 file = factory . METHOD_1 ( IDENT_1 ) ; file . METHOD_2 ( ) ; org . apache . activemq . artemis . api . core . IDENT_3 buffer = org . apache . activemq . artemis . api . core . IDENT_4 ... | org . junit . Assert . assertEquals ( IDENT_0 , IDENT_5 . size ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . collection . IDENT_0 < java . lang . Object > collection = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { org . eclipse . collections . api . collection . IDENT_0 < java . lang . Object > collection = this . METHOD_1 ( ) ; org . junit . Assert . assertS... | org . junit . Assert . assertSame ( collection , collection . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 < java . lang . Integer > list = this . METHOD_1 ( 1 , 2 , 3 , 4 , 5 , 6 , 7 ) ; org . eclipse . collections . api . IDENT_1 . IDENT_2 < java . lang . Boolean , java . lang . Integer > IDENT_1 = list . METHOD_0 ( ( object ) -> org . eclipse . collections . impl... | org . junit . Assert . assertEquals ( expected , IDENT_1 . METHOD_5 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . IDENT_0 IDENT_1 = new org . eclipse . collections . impl . METHOD_1 ( ) ; this . IDENT_2 . METHOD_0 ( ( IDENT_3 , index ) -> IDENT_1 . add ( index ) ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return this . count ; } | org . junit . Assert . assertEquals ( 6 , IDENT_1 . METHOD_2 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 IDENT_1 = this . METHOD_1 ( true , false , true ) ; org . eclipse . collections . impl . math . IDENT_2 result = IDENT_1 . METHOD_0 ( new org . eclipse . collections . impl . math . METHOD_2 ( 0 ) , ( object , value ) -> object . add ( ( value ? 1 : 0 ) ) ) ; "... | org . junit . Assert . assertEquals ( new org . eclipse . collections . impl . math . METHOD_2 ( 2 ) , result ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 IDENT_0 = this . METHOD_1 ( ) ; int size = this . METHOD_1 ( ) . size ( ) ; for ( int i = 0 ; i < size ; i ++ ) { "<AssertPlaceHolder>" ; IDENT_0 . METHOD_2 ( ) ; } } METHOD_0 ( ) { this . METHOD_1 ( ) . METHOD_0 ( ) ;... | org . junit . Assert . assertEquals ( ( ( i & 1 ) != 0 ) , IDENT_0 . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 . IDENT_1 expected = org . eclipse . collections . impl . IDENT_2 . IDENT_3 . IDENT_4 . METHOD_0 ( ( IDENT_5 ) -> ( IDENT_5 OP_0 2 ) == 0 , IDENT_6 . mutable . empty ( ) ) ; org . eclipse . collections . api . list . IDENT_0 . IDENT_1 actual = this . IDE... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 . IDENT_1 expected = org . eclipse . collections . impl . IDENT_2 . IDENT_3 . IDENT_4 . METHOD_1 ( ( IDENT_5 ) -> ( IDENT_5 OP_0 2 ) == 0 , IDENT_6 . mutable . empty ( ) ) ; org . eclipse . collections . api . list . IDENT_0 . IDENT_1 actual = this . IDE... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . Map < java . lang . String , java . lang . Object > props = new java . util . HashMap ( ) ; java . util . Set < java . lang . String > IDENT_0 = org . apache . activemq . artemis . core . IDENT_1 . impl . netty . IDENT_2 . IDENT_3 ; java . lang . StringBuilder sb = new java . lang . StringB... | org . junit . Assert . assertEquals ( 3 , IDENT_6 . length ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 . IDENT_1 expected = org . eclipse . collections . impl . IDENT_2 . IDENT_3 . IDENT_4 . METHOD_0 ( ( IDENT_5 ) -> ( ( byte ) ( IDENT_5 OP_0 IDENT_6 . MAX_VALUE ) ) , IDENT_7 . mutable . empty ( ) ) ; org . eclipse . collections . api . list . IDENT_0 . I... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 . IDENT_1 expected = org . eclipse . collections . impl . IDENT_2 . IDENT_3 . IDENT_4 . METHOD_1 ( ( IDENT_5 ) -> ( ( byte ) ( IDENT_5 OP_0 IDENT_6 . MAX_VALUE ) ) , IDENT_7 . mutable . empty ( ) ) ; org . eclipse . collections . api . list . IDENT_0 . I... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 . IDENT_1 expected = org . eclipse . collections . impl . IDENT_2 . IDENT_3 . IDENT_4 . METHOD_0 ( ( IDENT_5 ) -> ( ( char ) ( IDENT_5 OP_0 IDENT_6 . MAX_VALUE ) ) , IDENT_7 . mutable . empty ( ) ) ; org . eclipse . collections . api . list . IDENT_0 . I... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 . IDENT_1 expected = org . eclipse . collections . impl . IDENT_2 . IDENT_3 . IDENT_4 . METHOD_1 ( ( IDENT_5 ) -> ( ( char ) ( IDENT_5 OP_0 IDENT_6 . MAX_VALUE ) ) , IDENT_7 . mutable . empty ( ) ) ; org . eclipse . collections . api . list . IDENT_0 . I... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 . IDENT_1 expected = org . eclipse . collections . impl . IDENT_2 . IDENT_3 . IDENT_4 . METHOD_0 ( ( IDENT_5 ) -> ( ( short ) ( IDENT_5 OP_0 IDENT_6 . MAX_VALUE ) ) , IDENT_7 . mutable . empty ( ) ) ; org . eclipse . collections . api . list . IDENT_0 . ... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 . IDENT_1 expected = org . eclipse . collections . impl . IDENT_2 . IDENT_3 . IDENT_4 . METHOD_0 ( Integer :: IDENT_5 , IDENT_6 . mutable . empty ( ) ) ; org . eclipse . collections . api . list . IDENT_0 . IDENT_1 actual = this . IDENT_7 . stream ( ) . ... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 . IDENT_1 expected = org . eclipse . collections . impl . IDENT_2 . IDENT_3 . IDENT_4 . METHOD_1 ( Integer :: IDENT_5 , IDENT_6 . mutable . empty ( ) ) ; org . eclipse . collections . api . list . IDENT_0 . IDENT_1 actual = this . IDENT_7 . METHOD_2 ( ) ... | org . junit . Assert . assertEquals ( expected , actual ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.