input stringlengths 96 415 | output stringlengths 18 303 |
|---|---|
The following code may contain bugs. Write a refined code without bugs. static TYPE_1 METHOD_1 ( int VAR_1 , TYPE_2 parameters , TYPE_3 < TYPE_4 > VAR_2 ) { return new TYPE_5 ( VAR_1 , parameters , VAR_2 ) ; } | static TYPE_1 METHOD_1 ( int VAR_1 , TYPE_2 parameters , TYPE_3 < TYPE_4 > VAR_2 ) { return new TYPE_1 ( VAR_1 , parameters , VAR_2 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( java.lang.String VAR_1 , boolean b ) { VAR_2 . append ( ( ( VAR_1 + CHAR_1 ) + b ) ) ; } | public void METHOD_1 ( java.lang.String VAR_1 , boolean b ) { VAR_2 . append ( VAR_1 ) . append ( CHAR_1 ) . append ( b ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private TYPE_1 METHOD_1 ( int index ) { TYPE_1 node = new TYPE_1 ( this , index ) ; return node ; } | public TYPE_1 METHOD_1 ( int index ) { TYPE_1 node = new TYPE_1 ( this , index ) ; return node ; }
|
The following code may contain bugs. Write a refined code without bugs. public java.lang.String METHOD_1 ( ) throws TYPE_1 { TYPE_2 VAR_1 = TYPE_2 . METHOD_2 ( ) ; return ( CHAR_1 + ( VAR_1 . METHOD_3 ( ) ) ) + CHAR_1 ; } | public java.lang.String METHOD_1 ( ) throws TYPE_1 { TYPE_2 VAR_1 = TYPE_2 . METHOD_2 ( ) ; return VAR_1 . METHOD_3 ( ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public int METHOD_1 ( ) { return TYPE_1 . METHOD_2 ( VAR_1 class , this , STRING_1 , STRING_2 ) ; } | public int METHOD_1 ( ) { return height ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( ) { VAR_1 = ( ( TYPE_1 ) ( METHOD_2 ( VAR_2 ) ) ) ; VAR_3 = ( ( TYPE_2 ) ( METHOD_3 ( ) . METHOD_4 ( VAR_4 ) ) ) ; } | private void METHOD_1 ( ) { VAR_1 = ( ( TYPE_1 ) ( METHOD_2 ( VAR_2 ) ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { VAR_1 . METHOD_2 ( METHOD_3 ( ) . METHOD_4 ( VAR_2 ) ) ; } | public void METHOD_1 ( ) { if ( ( VAR_1 ) != null ) { VAR_1 . METHOD_2 ( METHOD_3 ( ) . METHOD_4 ( VAR_2 ) ) ; } }
|
The following code may contain bugs. Write a refined code without bugs. public java.io.File METHOD_1 ( ) { java.io.File f = null ; if ( ( VAR_1 ) != null ) { f = new java.io.File ( VAR_1 ) ; if ( f . METHOD_2 ( ) ) { return f ; } } return f ; } | public java.io.File METHOD_1 ( ) { if ( ( VAR_1 ) != null ) { java.io.File f = new java.io.File ( VAR_1 ) ; if ( f . METHOD_2 ( ) ) { return f ; } } return null ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_2 . METHOD_2 ( VAR_1 ) ; if ( VAR_1 != null ) { VAR_1 . METHOD_3 ( VAR_2 ) ; } } | public void METHOD_1 ( TYPE_1 VAR_1 ) { if ( VAR_1 != null ) { VAR_1 . METHOD_3 ( VAR_2 ) ; } }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { VAR_1 . METHOD_2 ( STRING_1 ) ; METHOD_3 ( ) . METHOD_4 ( VAR_2 class ) . info ( STRING_2 ) ; } | protected void METHOD_1 ( ) { VAR_1 . METHOD_2 ( STRING_1 ) ; METHOD_3 ( ) . METHOD_4 ( VAR_2 class ) . info ( STRING_2 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void init ( TYPE_1 VAR_1 ) { this . VAR_1 = VAR_1 ; this . VAR_2 . METHOD_1 ( VAR_3 ) ; } | public void init ( TYPE_1 VAR_1 ) { this . VAR_1 = VAR_1 ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( java.lang.String name ) { java.lang.String VAR_1 = file . METHOD_2 ( ) ; VAR_1 = name + VAR_1 ; VAR_2 . add ( new TYPE_1 ( name , VAR_3 ) ) ; } | private void METHOD_1 ( java.lang.String name ) { VAR_2 . add ( new TYPE_1 ( name , VAR_3 ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 get ( java.lang.String name ) { TYPE_1 VAR_1 = METHOD_1 ( ) . METHOD_2 ( ) . METHOD_3 ( name ) ; return new TYPE_2 ( VAR_1 ) ; } | public TYPE_1 get ( java.lang.String name ) { TYPE_1 VAR_1 = METHOD_1 ( ) . METHOD_2 ( ) . METHOD_3 ( name ) ; return VAR_1 == null ? null : new TYPE_2 ( VAR_1 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) { METHOD_2 ( VAR_2 . getSelection ( ) ) ; if ( VAR_2 . getSelection ( ) ) { METHOD_3 ( false ) ; VAR_3 . METHOD_4 ( false ) ; } } | public void METHOD_1 ( TYPE_1 VAR_1 ) { METHOD_3 ( VAR_3 . getSelection ( ) ) ; if ( VAR_3 . getSelection ( ) ) { METHOD_2 ( false ) ; VAR_2 . METHOD_4 ( false ) ; } }
|
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( int position ) { return VAR_1 . METHOD_1 ( position ) ; } | public TYPE_1 METHOD_1 ( int position ) { return list . get ( position ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public static java.lang.String METHOD_1 ( java.lang.String VAR_1 ) { TYPE_1 . METHOD_2 ( ( ! ( TYPE_2 . METHOD_3 ( VAR_1 ) ) ) ) ; return TYPE_2 . METHOD_4 ( VAR_1 ) ; } | public static java.lang.String METHOD_1 ( java.lang.String VAR_1 ) { return TYPE_2 . METHOD_4 ( VAR_1 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public static java.lang.String METHOD_1 ( int num ) { java.lang.String VAR_1 = STRING_1 ; for ( int i = 0 ; i < num ; i ++ ) { VAR_1 += TYPE_1 . METHOD_2 ( ) ; } return VAR_1 ; } | public java.lang.String METHOD_1 ( int num ) { java.lang.String VAR_1 = STRING_1 ; for ( int i = 0 ; i < num ; i ++ ) { VAR_1 += METHOD_2 ( ) ; } return VAR_1 ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_2 = STRING_1 ; VAR_3 . setText ( VAR_4 ) ; VAR_5 . METHOD_2 ( INT_1 ) ; if ( ( VAR_6 ) != null ) { VAR_6 . METHOD_3 ( ) ; } java.lang.System.exit ( 0 ) ; } | public void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_2 = STRING_1 ; VAR_3 . setText ( VAR_4 ) ; VAR_5 . METHOD_2 ( INT_1 ) ; if ( ( VAR_6 ) != null ) { VAR_6 . METHOD_3 ( ) ; } }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { android.content.Intent intent = new android.content.Intent ( this , VAR_1 class ) ; METHOD_2 ( intent ) ; METHOD_3 ( ) ; } | public void METHOD_1 ( ) { METHOD_3 ( ) ; android.content.Intent intent = new android.content.Intent ( this , VAR_1 class ) ; METHOD_2 ( intent ) ; METHOD_3 ( ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( java.lang.String name ) { for ( TYPE_1 VAR_1 : VAR_2 ) { if ( VAR_1 . getName ( ) . equals ( name ) ) return VAR_1 ; } return null ; } | public TYPE_1 METHOD_1 ( java.lang.String name ) { for ( TYPE_1 VAR_1 : VAR_2 ) { if ( VAR_1 . getName ( ) . toLowerCase ( ) . equals ( name ) ) return VAR_1 ; } return null ; }
|
The following code may contain bugs. Write a refined code without bugs. public boolean METHOD_1 ( TYPE_1 VAR_1 ) { return VAR_2 . METHOD_2 ( ) . equals ( VAR_1 . METHOD_2 ( ) ) ; } | public boolean METHOD_1 ( TYPE_1 VAR_1 ) { return ( ( VAR_2 . METHOD_2 ( ) ) != null ) && ( VAR_2 . METHOD_2 ( ) . equals ( VAR_1 . METHOD_2 ( ) ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) { super . METHOD_1 ( VAR_1 ) ; java.util.List < TYPE_2 > list ; list = METHOD_2 ( ) ; VAR_2 = new TYPE_3 ( this . getActivity ( ) , this . getActivity ( ) , 0 , list ) ; } | public void METHOD_1 ( TYPE_1 VAR_1 ) { super . METHOD_1 ( VAR_1 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( java.lang.String VAR_1 , java.lang.String VAR_2 ) { VAR_3 . METHOD_2 ( VAR_4 , VAR_2 ) ; VAR_3 . METHOD_2 ( VAR_5 , VAR_1 ) ; VAR_3 . commit ( ) ; } | public void METHOD_1 ( java.lang.String VAR_1 , java.lang.String VAR_2 ) { VAR_3 . METHOD_2 ( VAR_5 , VAR_1 ) ; VAR_3 . METHOD_2 ( VAR_4 , VAR_2 ) ; VAR_3 . commit ( ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public boolean METHOD_1 ( TYPE_1 x ) { METHOD_2 ( x ) ; return false ; } | public boolean METHOD_1 ( TYPE_1 x ) { METHOD_2 ( x , true ) ; return false ; }
|
The following code may contain bugs. Write a refined code without bugs. protected java.lang.String METHOD_1 ( TYPE_1 VAR_1 ) { return TYPE_2 . METHOD_2 ( VAR_2 ) ; } | protected java.lang.String METHOD_1 ( TYPE_1 VAR_1 ) { return null ; }
|
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( final TYPE_2 VAR_1 , final TYPE_3 VAR_2 ) { VAR_2 . METHOD_2 ( ) ; return new TYPE_4 ( VAR_3 , VAR_2 , VAR_4 , VAR_5 ) . METHOD_1 ( VAR_1 ) ; } | public TYPE_1 METHOD_1 ( final TYPE_2 VAR_1 , final TYPE_3 VAR_2 ) { VAR_2 . METHOD_2 ( true ) ; return new TYPE_4 ( VAR_3 , VAR_2 , VAR_4 , VAR_5 ) . METHOD_1 ( VAR_1 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public double METHOD_1 ( ) { return ( FLOAT_1 - ( FLOAT_2 * ( ( METHOD_2 ( ) ) / ( METHOD_3 ( ) ) ) ) ) - ( FLOAT_3 * ( ( METHOD_4 ( ) ) / ( METHOD_2 ( ) ) ) ) ; } | public double METHOD_1 ( ) { return ( FLOAT_1 - ( ( FLOAT_2 * ( METHOD_2 ( ) ) ) / ( METHOD_3 ( ) ) ) ) - ( ( FLOAT_3 * ( METHOD_4 ( ) ) ) / ( METHOD_2 ( ) ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { TYPE_1 VAR_1 = null ; if ( ( METHOD_2 ( VAR_2 ) ) && ( METHOD_3 ( VAR_2 ) ) ) { VAR_1 = new TYPE_1 ( ) ; VAR_3 = VAR_2 ; VAR_4 = VAR_5 ; } METHOD_4 ( VAR_1 ) ; } | public void METHOD_1 ( ) { TYPE_1 VAR_1 = null ; if ( ( METHOD_2 ( VAR_2 ) ) && ( METHOD_3 ( VAR_5 ) ) ) { VAR_1 = new TYPE_1 ( ) ; VAR_3 = VAR_2 ; VAR_4 = VAR_5 ; } METHOD_4 ( VAR_1 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( int id ) { VAR_1 . remove ( id ) ; } | private void METHOD_1 ( int id ) { VAR_1 . remove ( new java.lang.Integer ( id ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. protected void METHOD_1 ( java.lang.Void result ) { VAR_1 . METHOD_2 ( ) ; TYPE_1 VAR_2 = new TYPE_1 ( ) ; } | protected void METHOD_1 ( java.lang.Void result ) { VAR_1 . METHOD_2 ( ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private static TYPE_1 METHOD_1 ( TYPE_2 VAR_1 , java.lang.String [ ] VAR_2 ) { TYPE_1 VAR_3 = VAR_1 . METHOD_2 ( VAR_2 ) ; if ( VAR_3 == null ) { java.lang.System.err.println ( STRING_1 ) ; java.lang.System.exit ( VAR_4 ) ; } return VAR_3 ; } | private static TYPE_1 METHOD_1 ( TYPE_2 VAR_1 , java.lang.String [ ] VAR_2 ) { return VAR_1 . METHOD_2 ( VAR_2 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private TYPE_1 METHOD_1 ( java.lang.String VAR_1 , java.lang.String VAR_2 ) { TYPE_1 VAR_3 = new TYPE_1 ( ) ; VAR_3 . METHOD_2 ( new TYPE_2 [ ] { METHOD_3 ( VAR_2 ) , METHOD_4 ( METHOD_5 ( VAR_1 ) ) } ) ; return VAR_3 ; } | private TYPE_1 METHOD_1 ( java.lang.String VAR_1 , java.lang.String VAR_2 ) { TYPE_1 VAR_3 = new TYPE_1 ( ) ; VAR_3 . METHOD_2 ( new TYPE_2 [ ] { METHOD_5 ( VAR_1 ) , METHOD_3 ( VAR_2 ) } ) ; return VAR_3 ; }
|
The following code may contain bugs. Write a refined code without bugs. public void start ( ) throws TYPE_1 { VAR_1 . start ( ) ; VAR_1 . METHOD_1 ( name ) ; VAR_2 = VAR_1 . METHOD_2 ( false , VAR_3 ) ; VAR_4 = VAR_2 . METHOD_3 ( VAR_2 . METHOD_4 ( VAR_5 ) , name ) ; } | public void start ( java.lang.String VAR_5 ) throws TYPE_1 { this . VAR_5 = VAR_5 ; VAR_1 . start ( ) ; VAR_2 = VAR_1 . METHOD_2 ( false , VAR_3 ) ; VAR_4 = VAR_2 . METHOD_3 ( VAR_2 . METHOD_4 ( VAR_5 ) , name ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private java.util.Map < TYPE_1 , TYPE_2 > METHOD_1 ( ) { return VAR_1 ; } | public java.util.Map < TYPE_1 , TYPE_2 > METHOD_1 ( ) { return VAR_1 ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( int index ) { VAR_1 . get ( index ) . METHOD_2 ( false ) ; } | private void METHOD_1 ( int index ) { if ( ( VAR_1 . size ( ) ) != 0 ) VAR_1 . get ( index ) . METHOD_2 ( false ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public static void init ( ) { VAR_1 = false ; } | public static void init ( ) { return ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) { super . METHOD_1 ( VAR_1 ) ; TYPE_2 VAR_2 = ( ( TYPE_2 ) ( VAR_3 ) ) ; VAR_2 . METHOD_2 ( ) ; VAR_2 . METHOD_3 ( ) ; } | public void METHOD_1 ( TYPE_1 VAR_1 ) { TYPE_2 VAR_2 = ( ( TYPE_2 ) ( VAR_3 ) ) ; VAR_2 . METHOD_2 ( ) ; VAR_2 . METHOD_3 ( ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( java.lang.String name , int VAR_1 ) { int VAR_2 = ( VAR_3 ) / ( java.lang.Long . METHOD_2 ( VAR_1 ) . intValue ( ) ) ; return new TYPE_1 ( name , VAR_4 , VAR_5 , VAR_1 , VAR_2 ) ; } | public TYPE_1 METHOD_1 ( java.lang.String name , int VAR_1 ) { int VAR_2 = ( VAR_3 ) / VAR_1 ; return new TYPE_1 ( name , VAR_4 , VAR_5 , VAR_1 , VAR_2 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( TYPE_1 VAR_1 , boolean VAR_2 ) { if ( VAR_2 ) { VAR_1 . METHOD_2 ( ) . METHOD_3 ( this : : METHOD_4 ) ; } else { VAR_1 . METHOD_2 ( ) . METHOD_5 ( this : : METHOD_4 ) ; } } | private void METHOD_1 ( TYPE_1 VAR_1 , boolean VAR_2 ) { }
|
The following code may contain bugs. Write a refined code without bugs. public int METHOD_1 ( java.lang.String key ) { return get ( key ) ; } | public int METHOD_1 ( java.lang.String key ) { return get ( key , 0 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( ) { VAR_1 . METHOD_2 ( new TYPE_1 ( 0 , 0 , 0 ) ) ; METHOD_3 ( VAR_2 , 0 , 0 , 0 , 0 ) ; METHOD_3 ( VAR_1 , 0 , 0 , 0 , 0 ) ; } | public void METHOD_1 ( ) { VAR_1 . METHOD_2 ( new TYPE_1 ( 0 , 0 , 0 ) ) ; METHOD_3 ( VAR_2 , 0 , 0 , 0 , 0 ) ; METHOD_3 ( VAR_1 , 0 , 0 , 0 , 0 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( android.view.View view ) { android.content.Intent i = new android.content.Intent ( VAR_1 , VAR_2 ) ; METHOD_2 ( i , 1 ) ; } | protected void METHOD_1 ( android.view.View view ) { android.content.Intent i = new android.content.Intent ( VAR_1 , VAR_2 ) ; METHOD_2 ( i , 1 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public boolean METHOD_1 ( java.lang.String query ) { VAR_1 = query ; new TYPE_1 ( query ) . execute ( ) ; return true ; } | public boolean METHOD_1 ( java.lang.String query ) { VAR_1 = query . trim ( ) ; new TYPE_1 ( VAR_1 ) . execute ( ) ; return true ; }
|
The following code may contain bugs. Write a refined code without bugs. public boolean [ ] METHOD_1 ( int VAR_1 ) { boolean [ ] keys = new boolean [ VAR_2 ] ; for ( int VAR_3 : VAR_4 ) keys [ VAR_3 ] = true ; return keys ; } | public boolean [ ] METHOD_1 ( ) { boolean [ ] keys = new boolean [ VAR_2 ] ; for ( int VAR_3 : VAR_4 ) keys [ VAR_3 ] = true ; return keys ; }
|
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( ) { TYPE_1 VAR_1 = VAR_2 . get ( ( ( ( int ) ( java.lang.Math.random ( ) ) ) * ( ( VAR_2 . size ( ) ) - 1 ) ) ) ; return VAR_1 ; } | public TYPE_1 METHOD_1 ( ) { TYPE_1 VAR_1 = VAR_2 . get ( ( ( int ) ( ( java.lang.Math.random ( ) ) * ( ( VAR_2 . size ( ) ) - 1 ) ) ) ) ; return VAR_1 ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { TYPE_1 VAR_1 = new TYPE_2 ( ) ; TYPE_1 VAR_2 = new TYPE_3 ( ) ; METHOD_2 ( ) . METHOD_3 ( VAR_1 ) ; startTime = TYPE_4 . getTime ( ) ; } | public void METHOD_1 ( ) { TYPE_1 VAR_1 = new TYPE_2 ( ) ; TYPE_1 VAR_2 = new TYPE_3 ( ) ; METHOD_2 ( ) . METHOD_3 ( VAR_1 , VAR_2 ) ; startTime = TYPE_4 . getTime ( ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( ) { METHOD_1 ( ( ( ( METHOD_2 ( ) . METHOD_3 ( ) ) + STRING_1 ) + ( VAR_1 ) ) ) ; } | private void METHOD_1 ( ) { METHOD_1 ( ( ( ( METHOD_2 ( ) . METHOD_3 ( ) ) + STRING_1 ) + ( ( VAR_1 ) ++ ) ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { METHOD_2 ( STRING_1 ) ; METHOD_3 ( STRING_1 ) ; METHOD_4 ( STRING_1 ) ; METHOD_5 ( STRING_1 ) ; METHOD_6 ( STRING_1 ) ; METHOD_7 ( STRING_1 ) ; METHOD_8 ( STRING_1 ) ; } | public void METHOD_1 ( ) { METHOD_3 ( STRING_1 ) ; METHOD_4 ( STRING_1 ) ; METHOD_5 ( STRING_1 ) ; METHOD_6 ( STRING_1 ) ; METHOD_7 ( STRING_1 ) ; METHOD_8 ( STRING_1 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public static void METHOD_1 ( java.lang.String name ) { TYPE_1 . METHOD_2 ( ( ( STRING_1 + name ) + STRING_2 ) ) ; VAR_1 . remove ( name . toLowerCase ( ) ) ; } | public static void METHOD_1 ( java.lang.String name ) { VAR_1 . remove ( name . toLowerCase ( ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public static void main ( java.lang.String [ ] args ) { TYPE_1 c = TYPE_1 . METHOD_1 ( ) ; for ( TYPE_2 VAR_1 : VAR_2 ) { java.lang.System.out.println ( VAR_1 . METHOD_2 ( ) ) ; } } | public static void main ( java.lang.String [ ] args ) { TYPE_1 c = TYPE_1 . METHOD_1 ( ) ; for ( TYPE_2 VAR_1 : VAR_2 ) { } }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_1 . METHOD_2 ( ) ; VAR_2 . METHOD_3 ( VAR_3 ) ; } | private void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_2 . METHOD_3 ( VAR_3 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( ) { TYPE_1 VAR_1 = null ; try { VAR_1 = TYPE_2 . METHOD_2 ( VAR_2 , VAR_3 , VAR_4 ) ; } catch ( TYPE_3 VAR_5 ) { java.lang.System.out.println ( STRING_1 ) ; } return VAR_1 ; } | private TYPE_1 METHOD_1 ( ) { TYPE_1 VAR_1 = null ; try { VAR_1 = TYPE_2 . METHOD_2 ( VAR_2 , VAR_3 , VAR_4 ) ; } catch ( TYPE_3 VAR_5 ) { java.lang.System.out.println ( STRING_1 ) ; } return VAR_1 ; }
|
The following code may contain bugs. Write a refined code without bugs. public java.lang.Integer getValue ( ) { if ( VAR_1 ) { return VAR_2 . METHOD_1 ( ) ; } else { return VAR_3 . METHOD_1 ( ) ; } } | public java.lang.Integer getValue ( ) { if ( VAR_1 ) { return VAR_2 . getValue ( ) ; } else { return VAR_3 . getValue ( ) ; } }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( double answer ) { this . VAR_1 = answer ; VAR_2 = true ; } | public void METHOD_1 ( ) { VAR_2 = true ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( int [ ] index ) { for ( int i : index ) { VAR_1 . remove ( i ) ; METHOD_2 ( ) ; } } | public static void METHOD_1 ( int [ ] index ) { for ( int i : index ) { VAR_1 . remove ( i ) ; } }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( boolean VAR_1 ) throws java.lang.Exception { java.io.File file = ( ( java.io.File ) ( src ) ) ; if ( this . METHOD_2 ( VAR_1 , file ) ) { METHOD_3 ( METHOD_4 ( ) , file ) ; } } | public void METHOD_1 ( boolean VAR_1 ) throws java.lang.Exception { java.io.File file = ( ( java.io.File ) ( src ) ) ; if ( this . METHOD_2 ( file ) ) { METHOD_3 ( METHOD_4 ( ) , file ) ; } }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( ) { VAR_1 . METHOD_2 ( new TYPE_1 ( ) . position ( new TYPE_2 ( 0 , 0 ) ) . title ( STRING_1 ) ) ; } | private void METHOD_1 ( ) { }
|
The following code may contain bugs. Write a refined code without bugs. public double METHOD_1 ( ) { java.lang.System.out.println ( ( ( VAR_1 . METHOD_2 ( ) ) / ( VAR_2 ) ) ) ; return ( VAR_1 . METHOD_2 ( ) ) / ( VAR_2 ) ; } | public double METHOD_1 ( ) { return ( VAR_1 . METHOD_2 ( ) ) / ( VAR_2 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( TYPE_1 VAR_1 ) { TYPE_2 VAR_2 = new TYPE_2 ( METHOD_2 ( ) ) ; VAR_2 . METHOD_3 ( new TYPE_3 ( this ) , STRING_1 ) ; VAR_1 . METHOD_4 ( VAR_2 ) ; } | private void METHOD_1 ( TYPE_1 VAR_1 ) { TYPE_2 VAR_2 = new TYPE_2 ( METHOD_2 ( ) ) ; VAR_2 . METHOD_3 ( new TYPE_3 ( ) , STRING_1 ) ; VAR_1 . METHOD_4 ( VAR_2 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { TYPE_1 VAR_1 = getActivity ( ) . METHOD_2 ( ) ; if ( VAR_1 != null ) { VAR_1 . METHOD_3 ( null ) ; } } | public void METHOD_1 ( ) { if ( ( getActivity ( ) ) != null ) { TYPE_1 VAR_1 = getActivity ( ) . METHOD_2 ( ) ; if ( VAR_1 != null ) { VAR_1 . METHOD_3 ( null ) ; } } }
|
The following code may contain bugs. Write a refined code without bugs. protected final void METHOD_1 ( final java.lang.String name , final TYPE_1 < java.lang.String > values ) { this . VAR_1 . METHOD_2 ( name , values ) ; } | protected final void METHOD_1 ( final java.lang.String name , final TYPE_1 < java.lang.String > values ) { VAR_1 . METHOD_2 ( name , values ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( int VAR_1 , int VAR_2 , TYPE_1 VAR_3 ) { x = VAR_3 . METHOD_2 ( VAR_1 ) ; VAR_4 = VAR_5 ; VAR_6 = TYPE_2 . METHOD_3 ( ) ; VAR_6 . METHOD_4 ( VAR_3 ) ; VAR_7 . METHOD_5 ( ) ; } | public void METHOD_1 ( int VAR_1 , int VAR_2 , TYPE_1 VAR_3 ) { x = VAR_3 . METHOD_2 ( VAR_1 ) ; VAR_4 = VAR_5 ; VAR_6 = TYPE_2 . METHOD_3 ( ) ; VAR_6 . METHOD_4 ( VAR_3 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. void METHOD_1 ( int VAR_1 , long key , TYPE_1 VAR_2 ) { java.lang.System.out.println ( STRING_1 ) ; TYPE_1 VAR_3 = VAR_4 [ VAR_1 ] . get ( key ) ; VAR_4 [ VAR_1 ] . put ( key , VAR_2 ) ; } | void METHOD_1 ( int VAR_1 , long key , TYPE_1 VAR_2 ) { TYPE_1 VAR_3 = VAR_4 [ VAR_1 ] . get ( key ) ; VAR_4 [ VAR_1 ] . put ( key , VAR_2 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { android.content.Intent intent = new android.content.Intent ( this , VAR_1 class ) ; METHOD_2 ( intent ) ; this . METHOD_3 ( ) ; } | public void METHOD_1 ( ) { android.content.Intent intent = new android.content.Intent ( this , VAR_1 class ) ; METHOD_2 ( intent ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( java.lang.String VAR_1 ) { this . VAR_1 = VAR_1 ; VAR_2 . info ( java.lang.String.format ( STRING_1 , VAR_1 ) ) ; } | public void METHOD_1 ( java.lang.String VAR_1 ) { this . VAR_1 = VAR_1 ; java.lang.System.out.println ( java.lang.String.format ( STRING_1 , VAR_1 ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( int type ) { switch ( type ) { case 0 : METHOD_2 ( 0 ) ; } } | private void METHOD_1 ( int type ) { switch ( type ) { case 0 : METHOD_2 ( 0 ) ; break ; case 1 : METHOD_2 ( 1 ) ; break ; } }
|
The following code may contain bugs. Write a refined code without bugs. private static native long METHOD_1 ( long VAR_1 , long VAR_2 , int VAR_3 , long VAR_4 , long VAR_5 , int VAR_6 , int VAR_7 , long VAR_8 ) ; | private static long METHOD_1 ( long VAR_1 , long VAR_2 , int VAR_3 , long VAR_4 , long VAR_5 , int VAR_6 , int VAR_7 , long VAR_8 ) { return 0 ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) throws java.io.IOException { VAR_1 . METHOD_1 ( ) ; if ( ( index ) != null ) { TYPE_1 . METHOD_2 ( index ) ; } } | public void METHOD_1 ( ) throws java.io.IOException { VAR_1 . METHOD_1 ( ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( byte [ ] VAR_1 ) { for ( TYPE_1 VAR_2 : this . VAR_3 ) { if ( VAR_2 . METHOD_2 ( VAR_1 ) ) { return VAR_2 ; } } return null ; } | public TYPE_1 METHOD_1 ( byte [ ] VAR_1 ) { synchronized ( this . VAR_3 ) { for ( TYPE_1 VAR_2 : this . VAR_3 ) { if ( VAR_2 . METHOD_2 ( VAR_1 ) ) { return VAR_2 ; } } return null ; } }
|
The following code may contain bugs. Write a refined code without bugs. public static boolean METHOD_1 ( int VAR_1 ) { return ( VAR_1 % INT_1 ) != 0 ; } | public static boolean METHOD_1 ( int VAR_1 ) { return ( VAR_1 % INT_1 ) == 0 ; }
|
The following code may contain bugs. Write a refined code without bugs. public java.util.List < TYPE_1 > METHOD_1 ( TYPE_2 VAR_1 , TYPE_2 target ) { return VAR_2 . METHOD_1 ( VAR_1 , null ) ; } | public java.util.List < TYPE_1 > METHOD_1 ( TYPE_2 VAR_1 , TYPE_2 target ) { return VAR_2 . METHOD_1 ( VAR_1 , target ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) { super . METHOD_1 ( VAR_1 ) ; TYPE_2 . METHOD_2 ( STRING_1 , ( STRING_2 + ( VAR_2 ) ) ) ; VAR_1 . METHOD_3 ( STRING_3 , VAR_2 ) ; } | public void METHOD_1 ( TYPE_1 VAR_1 ) { super . METHOD_1 ( VAR_1 ) ; VAR_1 . METHOD_3 ( STRING_3 , VAR_2 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { ( VAR_1 ) ++ ; if ( ( VAR_2 . size ( ) ) == ( VAR_1 ) ) { VAR_1 = 0 ; } TYPE_1 VAR_3 = METHOD_2 ( ) ; VAR_3 . METHOD_3 ( ) ; } | public void METHOD_1 ( ) { ( VAR_1 ) ++ ; if ( ( VAR_2 . size ( ) ) <= ( VAR_1 ) ) { VAR_1 = 0 ; } TYPE_1 VAR_3 = METHOD_2 ( ) ; VAR_3 . METHOD_3 ( ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public < TYPE_1 , TYPE_2 > TYPE_3 < TYPE_1 > get ( java.lang.Class < TYPE_1 > VAR_1 , TYPE_2 id ) { return METHOD_1 ( VAR_1 , "id" , id ) ; } | public < TYPE_1 > TYPE_3 < TYPE_1 > get ( java.lang.Class < TYPE_1 > VAR_1 , java.lang.Object id ) { return METHOD_1 ( VAR_1 , "id" , id ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { VAR_1 . METHOD_2 ( 0 ) ; VAR_2 . METHOD_2 ( 0 ) ; VAR_3 . METHOD_2 ( 0 ) ; VAR_4 . METHOD_2 ( 0 ) ; METHOD_3 ( INT_1 ) ; } | public void METHOD_1 ( ) { VAR_1 . METHOD_2 ( 0 ) ; VAR_2 . METHOD_2 ( 0 ) ; VAR_3 . METHOD_2 ( 0 ) ; VAR_4 . METHOD_2 ( 0 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private boolean METHOD_1 ( TYPE_1 VAR_1 ) { if ( ! ( VAR_1 instanceof TYPE_2 ) ) { return false ; } return ( ( ( TYPE_2 ) ( VAR_1 ) ) . METHOD_2 ( ) . METHOD_3 ( ) ) == ( VAR_2 ) ; } | private boolean METHOD_1 ( TYPE_1 VAR_1 ) { return ( VAR_1 instanceof TYPE_2 ) && ( ( ( ( TYPE_2 ) ( VAR_1 ) ) . METHOD_2 ( ) . METHOD_3 ( ) ) == ( VAR_2 ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public java.util.List < TYPE_1 > METHOD_1 ( java.lang.String VAR_1 , int VAR_2 , int VAR_3 ) { METHOD_2 ( ) ; return VAR_4 . METHOD_1 ( VAR_1 , VAR_2 , VAR_3 ) ; } | public java.util.List < TYPE_1 > METHOD_1 ( java.lang.String VAR_1 , int VAR_2 , int VAR_3 ) { METHOD_2 ( VAR_1 ) ; return VAR_4 . METHOD_1 ( VAR_1 , VAR_2 , VAR_3 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( java.lang.String VAR_1 ) { super . METHOD_1 ( VAR_1 ) ; TYPE_1 VAR_2 = this . METHOD_2 ( ) . get ( VAR_1 ) ; } | public void METHOD_1 ( java.lang.String [ ] VAR_1 ) { super . METHOD_1 ( VAR_1 ) ; TYPE_1 VAR_2 = this . METHOD_2 ( ) . get ( VAR_1 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( java.lang.String VAR_1 ) { android.content.Intent VAR_2 = new android.content.Intent ( this , VAR_3 class ) ; VAR_2 . METHOD_2 ( VAR_4 , TYPE_1 . METHOD_3 ( ) ) ; this . METHOD_4 ( VAR_2 ) ; } | private void METHOD_1 ( java.lang.String VAR_1 ) { android.content.Intent VAR_2 = new android.content.Intent ( this , VAR_3 class ) ; VAR_2 . METHOD_2 ( VAR_4 , VAR_1 ) ; this . METHOD_4 ( VAR_2 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void start ( ) { switch ( this . type ) { case VAR_1 : METHOD_1 ( ) ; break ; default : case VAR_2 : METHOD_2 ( ) ; } } | public void start ( ) { switch ( this . type ) { case VAR_1 : METHOD_1 ( ) ; break ; default : METHOD_2 ( ) ; } }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 , TYPE_2 VAR_2 ) { VAR_2 . METHOD_2 ( VAR_3 , VAR_1 ) ; } | public void METHOD_1 ( TYPE_1 VAR_1 , TYPE_2 VAR_2 ) { VAR_2 . METHOD_2 ( VAR_3 , VAR_1 ) ; super . METHOD_1 ( VAR_1 , VAR_2 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( android.view.View VAR_1 ) { TYPE_1 VAR_2 = METHOD_2 ( ) ; TYPE_2 VAR_3 = new TYPE_2 ( ) ; VAR_3 . show ( VAR_2 , STRING_1 ) ; VAR_4 . setEnabled ( false ) ; } | public void METHOD_1 ( android.view.View VAR_1 ) { TYPE_1 VAR_2 = METHOD_2 ( ) ; TYPE_2 VAR_3 = new TYPE_2 ( ) ; VAR_3 . show ( VAR_2 , STRING_1 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( ) throws java.lang.Exception { VAR_1 = new TYPE_1 ( VAR_2 , VAR_3 , true ) ; VAR_1 . METHOD_2 ( ( ( ( VAR_4 ) + ( label ) ) + STRING_1 ) ) ; } | private void METHOD_1 ( ) throws java.lang.Exception { VAR_1 = new TYPE_1 ( VAR_2 , VAR_3 , true , false ) ; VAR_1 . METHOD_2 ( ( ( ( VAR_4 ) + ( label ) ) + STRING_1 ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) { if ( VAR_1 != null ) TYPE_2 . METHOD_2 ( STRING_1 , VAR_1 . toString ( ) ) ; java.lang.System.out.println ( ( STRING_2 + ( VAR_2 . METHOD_3 ( STRING_3 ) ) ) ) ; java.lang.System.out.println ( STRING_4 ) ; } | public void METHOD_1 ( TYPE_1 VAR_1 ) { if ( VAR_1 != null ) TYPE_2 . METHOD_2 ( STRING_1 , VAR_1 . toString ( ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void add ( android.view.View view ) { android.content.Intent intent = new android.content.Intent ( VAR_1 ) ; VAR_2 = TYPE_1 . METHOD_1 ( ) ; intent . METHOD_2 ( VAR_3 , VAR_2 ) ; METHOD_3 ( intent , VAR_4 ) ; } | public void add ( android.view.View view ) { android.content.Intent intent = new android.content.Intent ( VAR_1 ) ; VAR_2 = METHOD_1 ( ) ; intent . METHOD_2 ( VAR_3 , VAR_2 ) ; METHOD_3 ( intent , VAR_4 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. TYPE_1 METHOD_1 ( android.content.Intent intent ) throws TYPE_2 ; | TYPE_1 METHOD_1 ( ) throws TYPE_2 ;
|
The following code may contain bugs. Write a refined code without bugs. public static void METHOD_1 ( final java.lang.String msg ) { if ( VAR_1 ) TYPE_1 . METHOD_1 ( TYPE_2 . METHOD_2 ( ) , msg ) ; } | public static void METHOD_1 ( final java.lang.String msg ) { TYPE_1 . METHOD_1 ( TYPE_2 . METHOD_2 ( ) , msg ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( double VAR_1 ) { METHOD_2 ( ) . METHOD_1 ( VAR_1 ) ; } | public void METHOD_1 ( double VAR_1 ) { if ( ( METHOD_2 ( ) ) == null ) return ; METHOD_2 ( ) . METHOD_1 ( VAR_1 ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { VAR_1 . METHOD_2 ( 0 , 0 , 0 , 0 , INT_1 , 0 ) ; } | public void METHOD_1 ( ) { }
|
The following code may contain bugs. Write a refined code without bugs. private static native void METHOD_1 ( long fileName , long VAR_1 , long VAR_2 , long VAR_3 , long VAR_4 , long height , long VAR_5 ) ; | private static void METHOD_1 ( long fileName , long VAR_1 , long VAR_2 , long VAR_3 , long VAR_4 , long height , long VAR_5 ) { }
|
The following code may contain bugs. Write a refined code without bugs. public boolean METHOD_1 ( TYPE_1 VAR_1 ) { if ( ( VAR_1 . METHOD_2 ( ) ) == null ) return false ; for ( TYPE_2 VAR_2 : VAR_1 . METHOD_2 ( ) ) if ( VAR_2 . equals ( this ) ) return true ; return false ; } | public boolean METHOD_1 ( TYPE_1 VAR_1 ) { if ( ( VAR_1 . METHOD_2 ( ) ) == null ) return false ; for ( TYPE_2 obj : VAR_1 . METHOD_2 ( ) ) if ( obj . equals ( this ) ) return true ; return false ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( java.lang.Integer i , java.lang.String value ) { this . VAR_1 . put ( i , value ) ; } | public void METHOD_1 ( java.lang.String value ) { this . VAR_1 . put ( ( ( this . VAR_1 . size ( ) ) + 1 ) , value ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( java.lang.String msg ) { return this . VAR_1 ? new TYPE_1 ( false , VAR_2 , msg ) : null ; } | protected TYPE_1 METHOD_1 ( java.lang.String msg ) { return this . VAR_1 ? new TYPE_1 ( false , VAR_2 , msg ) : null ; }
|
The following code may contain bugs. Write a refined code without bugs. protected TYPE_1 METHOD_1 ( ) { assert VAR_1 != null : STRING_1 ; assert ( VAR_2 ) != null : STRING_2 ; if ( VAR_1 . METHOD_2 ( ) ) return VAR_2 . METHOD_3 ( VAR_1 . METHOD_4 ( ) ) ; else return null ; } | protected TYPE_1 METHOD_1 ( ) { assert VAR_1 != null : STRING_1 ; assert ( VAR_2 ) != null : STRING_2 ; return VAR_1 . METHOD_2 ( ) ? VAR_2 . METHOD_3 ( VAR_1 . METHOD_4 ( ) ) : null ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { TYPE_1 . METHOD_2 ( VAR_1 , STRING_1 ) ; VAR_2 . METHOD_3 ( ) ; VAR_3 . METHOD_4 ( VAR_4 ) ; METHOD_4 ( VAR_5 ) ; METHOD_5 ( ) ; METHOD_6 ( ) ; } | public void METHOD_1 ( ) { super . METHOD_1 ( ) ; TYPE_1 . METHOD_2 ( VAR_1 , STRING_1 ) ; VAR_2 . METHOD_3 ( ) ; VAR_3 . METHOD_4 ( VAR_4 ) ; METHOD_4 ( VAR_5 ) ; METHOD_5 ( ) ; METHOD_6 ( ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public double METHOD_1 ( ) { return VAR_1 . METHOD_2 ( VAR_2 ) ; } | public double METHOD_1 ( ) { return - ( VAR_1 . METHOD_2 ( VAR_2 ) ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( ) { TYPE_1 VAR_1 = new TYPE_2 ( ) ; VAR_1 . METHOD_2 ( STRING_1 ) ; VAR_1 . METHOD_3 ( VAR_2 class ) ; return VAR_1 ; } | public TYPE_1 METHOD_1 ( ) { TYPE_1 VAR_1 = new TYPE_2 ( ) ; VAR_1 . METHOD_2 ( STRING_1 ) ; return VAR_1 ; }
|
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( TYPE_1 VAR_1 , java.lang.String name ) { TYPE_2 p = new TYPE_2 ( VAR_1 ) ; p . METHOD_2 ( new TYPE_3 ( TYPE_4 . METHOD_3 ( ) , name ) ) ; } | private void METHOD_1 ( TYPE_1 VAR_1 , TYPE_3 name ) { TYPE_2 p = new TYPE_2 ( VAR_1 ) ; p . METHOD_2 ( name ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { VAR_1 . delete ( ) ; VAR_2 . METHOD_2 ( ) ; TYPE_1 VAR_3 = new TYPE_1 ( ) ; VAR_3 . execute ( STRING_1 ) ; VAR_4 . METHOD_3 ( false ) ; } | public void METHOD_1 ( ) { VAR_1 . delete ( ) ; VAR_2 . METHOD_2 ( ) ; VAR_1 = null ; TYPE_1 VAR_3 = new TYPE_1 ( ) ; VAR_3 . execute ( STRING_1 ) ; VAR_4 . METHOD_3 ( false ) ; }
|
The following code may contain bugs. Write a refined code without bugs. public static void METHOD_1 ( ) { try { java.io.FileInputStream VAR_1 = new java.io.FileInputStream ( TYPE_1 . METHOD_2 ( ) ) ; VAR_2 . METHOD_1 ( VAR_1 ) ; VAR_1 . METHOD_3 ( ) ; } catch ( java.lang.Exception VAR_3 ) { } } | public static void METHOD_1 ( ) { try ( java.io.FileInputStream VAR_1 = new java.io.FileInputStream ( TYPE_1 . METHOD_2 ( ) ) ) { VAR_2 . METHOD_1 ( VAR_1 ) ; } catch ( java.lang.Exception VAR_3 ) { } }
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.