input
stringlengths
96
415
output
stringlengths
18
303
The following code may contain bugs. Write a refined code without bugs. private boolean METHOD_1 ( java.lang.Class < ? > VAR_1 ) { return ( VAR_1 != ( VAR_2 class ) ) && ( VAR_3 class . METHOD_2 ( VAR_1 ) ) ; }
private boolean METHOD_1 ( java.lang.Class < ? > VAR_1 ) { return ( VAR_1 != ( VAR_2 class ) ) && ( VAR_1 . METHOD_2 ( VAR_3 class ) ) ; }
The following code may contain bugs. Write a refined code without bugs. public synchronized void METHOD_1 ( TYPE_1 target , java.lang.String field , java.lang.String value ) throws TYPE_2 , TYPE_3 { VAR_1 . METHOD_1 ( target , field , value ) ; METHOD_2 ( ) ; METHOD_3 ( ) ; METHOD_4 ( ) ; }
public synchronized void METHOD_1 ( TYPE_1 target , java.lang.String field , java.lang.String value ) throws TYPE_2 , TYPE_3 { VAR_1 . METHOD_1 ( target , field , value ) ; METHOD_2 ( ) ; METHOD_4 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) throws java.io.IOException { VAR_1 = VAR_2 . METHOD_2 ( STRING_1 ) ; METHOD_3 ( STRING_2 , VAR_1 ) ; }
public void METHOD_1 ( ) throws java.io.IOException { VAR_1 = VAR_2 . METHOD_2 ( STRING_1 ) ; }
The following code may contain bugs. Write a refined code without bugs. public final TYPE_1 METHOD_1 ( ) { if ( ( type ) == ( TYPE_2 ) ) { return VAR_1 ; } return null ; }
public final TYPE_1 METHOD_1 ( ) { if ( type . toString ( ) . equals ( TYPE_2 . toString ( ) ) ) { return VAR_1 ; } return null ; }
The following code may contain bugs. Write a refined code without bugs. protected void execute ( TYPE_1 VAR_1 , java.lang.String index , boolean VAR_2 ) { this . VAR_3 = VAR_1 . METHOD_1 ( index ) . METHOD_2 ( TYPE_2 . METHOD_3 ( ) ) . get ( ) ; METHOD_4 ( ) ; }
protected void execute ( TYPE_1 VAR_1 , java.lang.String index , boolean VAR_2 ) { this . VAR_3 = VAR_1 . METHOD_1 ( ) . METHOD_2 ( TYPE_2 . METHOD_3 ( ) ) . get ( ) ; METHOD_4 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( TYPE_1 < TYPE_2 > VAR_1 , TYPE_3 out ) { TYPE_1 < TYPE_4 > VAR_2 = METHOD_2 ( VAR_1 . METHOD_3 ( 0 ) ) ; out . METHOD_4 ( VAR_2 . METHOD_5 ( ) . getName ( ) ) ; }
private void METHOD_1 ( TYPE_1 < TYPE_2 > VAR_1 ) { TYPE_1 < TYPE_4 > VAR_2 = METHOD_2 ( VAR_1 . METHOD_3 ( 0 ) ) ; out . METHOD_4 ( VAR_2 . METHOD_5 ( ) . getName ( ) ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( boolean VAR_1 ) { super . METHOD_1 ( VAR_1 ) ; VAR_2 = true ; METHOD_2 ( ) ; TYPE_1 . METHOD_3 ( METHOD_4 ( ) ) ; }
public void METHOD_1 ( boolean VAR_1 ) { super . METHOD_1 ( VAR_1 ) ; VAR_2 = true ; METHOD_2 ( ) ; METHOD_3 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( java.lang.Boolean VAR_1 ) { TYPE_1 . METHOD_2 ( ) . VAR_1 = VAR_1 ; }
public void METHOD_1 ( java.lang.Boolean VAR_1 ) { this . VAR_1 = VAR_1 ; }
The following code may contain bugs. Write a refined code without bugs. private java.lang.String METHOD_1 ( TYPE_1 VAR_1 ) { java.lang.String VAR_2 = TYPE_2 . METHOD_2 ( VAR_3 , VAR_4 . METHOD_3 ( ) . METHOD_4 ( ) . METHOD_5 ( ) . METHOD_6 ( ) , VAR_1 . METHOD_2 ( ) ) ; return VAR_2 ; }
private java.lang.String METHOD_1 ( TYPE_1 VAR_1 ) { java.lang.String VAR_2 = TYPE_2 . METHOD_2 ( VAR_4 . getActivity ( ) , VAR_4 . METHOD_3 ( ) . METHOD_4 ( ) . METHOD_5 ( ) . METHOD_6 ( ) , VAR_1 . METHOD_2 ( ) ) ; return VAR_2 ; }
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( ) { TYPE_1 VAR_1 = METHOD_2 ( ) . METHOD_3 ( ) ; VAR_1 . add ( VAR_2 , VAR_3 ) ; VAR_1 . METHOD_4 ( null ) ; VAR_1 . commit ( ) ; }
private void METHOD_1 ( ) { TYPE_1 VAR_1 = METHOD_2 ( ) . METHOD_3 ( ) ; VAR_1 . add ( VAR_2 , VAR_3 ) ; VAR_1 . commit ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public void add ( TYPE_1 VAR_1 ) { VAR_2 . add ( VAR_1 ) ; if ( METHOD_1 ( 1 ) ) { java.lang.System.out.println ( STRING_1 ) ; } }
public boolean add ( TYPE_1 VAR_1 ) { if ( METHOD_1 ( 1 ) ) { java.lang.System.out.println ( STRING_1 ) ; return false ; } else { VAR_2 . add ( VAR_1 ) ; return true ; } }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( double VAR_1 ) { this . VAR_2 . METHOD_1 ( VAR_1 ) ; this . VAR_3 . METHOD_1 ( VAR_1 ) ; }
public void METHOD_1 ( double VAR_1 ) { this . VAR_2 . METHOD_1 ( VAR_1 ) ; }
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 < java.lang.Double > METHOD_1 ( ) { return METHOD_2 ( ) ? TYPE_1 . METHOD_3 ( 0.0 ) : VAR_1 ; }
public TYPE_1 < java.lang.Double > METHOD_1 ( ) { return VAR_1 ; }
The following code may contain bugs. Write a refined code without bugs. public static boolean METHOD_1 ( java.lang.String id ) { try { return TYPE_1 . METHOD_2 ( ) . contains ( id ) ; } catch ( java.lang.Exception VAR_1 ) { TYPE_1 . METHOD_3 ( STRING_1 ) ; return false ; } }
public static boolean METHOD_1 ( java.lang.String id ) { return TYPE_1 . METHOD_2 ( ) . contains ( id ) ; }
The following code may contain bugs. Write a refined code without bugs. public boolean METHOD_1 ( ) { return ( ( ! ( METHOD_2 ( ) ) ) && ( ! ( VAR_1 . isEmpty ( ) ) ) ) && ( ! ( TYPE_1 . METHOD_3 ( VAR_2 ) ) ) ; }
public boolean METHOD_1 ( ) { return ( ( ! ( METHOD_2 ( ) ) ) || ( ! ( VAR_1 . isEmpty ( ) ) ) ) && ( ! ( TYPE_1 . METHOD_3 ( VAR_2 ) ) ) ; }
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( TYPE_2 VAR_1 ) { if ( VAR_1 != null ) { throw new TYPE_3 ( STRING_1 ) ; } VAR_2 = VAR_1 ; return this ; }
public TYPE_1 METHOD_1 ( TYPE_2 VAR_1 ) { if ( ( VAR_2 ) != null ) { throw new TYPE_3 ( STRING_1 ) ; } VAR_2 = VAR_1 ; return this ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) { android.content.Intent intent = new android.content.Intent ( getActivity ( ) , VAR_2 class ) ; intent . METHOD_2 ( VAR_3 , VAR_4 . get ( VAR_1 ) ) ; METHOD_3 ( intent ) ; }
public void METHOD_1 ( TYPE_1 VAR_1 ) { android.content.Intent intent = new android.content.Intent ( getActivity ( ) , VAR_2 class ) ; intent . METHOD_2 ( VAR_3 , VAR_4 . get ( VAR_1 ) . getId ( ) ) ; METHOD_3 ( intent ) ; }
The following code may contain bugs. Write a refined code without bugs. public java.util.List < TYPE_1 > METHOD_1 ( TYPE_2 VAR_1 ) { return null ; }
private java.util.List < TYPE_1 > METHOD_1 ( TYPE_2 VAR_1 ) { return null ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { for ( TYPE_1 VAR_1 : VAR_2 ) { for ( TYPE_2 VAR_3 : VAR_4 ) java.lang.System.out.println ( ( ( VAR_1 + STRING_1 ) + ( VAR_5 . name ) ) ) ; java.lang.System.out.println ( VAR_1 ) ; java.lang.System.out.println ( STRING_2 ) ; } }
public void METHOD_1 ( ) { for ( TYPE_1 VAR_1 : VAR_2 ) { for ( TYPE_2 VAR_3 : VAR_4 ) java.lang.System.out.println ( ( ( VAR_1 + STRING_1 ) + ( VAR_5 . name ) ) ) ; java.lang.System.out.println ( VAR_4 ) ; java.lang.System.out.println ( STRING_2 ) ; } }
The following code may contain bugs. Write a refined code without bugs. public boolean METHOD_1 ( ) { return ! ( ( ( METHOD_2 ( ) ) == null ) || ( ( METHOD_2 ( ) . length ) == 0 ) ) ; }
public boolean METHOD_1 ( ) { return ! ( ( ( METHOD_2 ( ) ) == null ) || ( ( METHOD_2 ( ) . trim ( ) . length ( ) ) == 0 ) ) ; }
The following code may contain bugs. Write a refined code without bugs. public byte [ ] METHOD_1 ( java.lang.Integer size ) { METHOD_2 ( ) ; byte [ ] value = METHOD_3 ( size , null , null ) ; VAR_1 . METHOD_4 ( ) ; return value ; }
public byte [ ] METHOD_1 ( java.lang.Integer size ) { METHOD_2 ( ) ; byte [ ] value = METHOD_3 ( size , null , null , true ) ; VAR_1 . METHOD_4 ( ) ; return value ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { TYPE_1 . METHOD_2 ( getContext ( ) ) . METHOD_3 ( ) . METHOD_4 ( STRING_1 , VAR_1 . METHOD_5 ( ) ) . METHOD_6 ( ) ; TYPE_2 . METHOD_7 ( STRING_2 , STRING_3 ) ; }
public void METHOD_1 ( ) { TYPE_1 . METHOD_2 ( getContext ( ) ) . METHOD_3 ( ) . METHOD_4 ( STRING_1 , VAR_1 . METHOD_5 ( ) ) . METHOD_6 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { switch ( VAR_1 ) { case STRING_1 : METHOD_2 ( VAR_1 , VAR_2 ) ; break ; case STRING_2 : METHOD_2 ( VAR_1 , VAR_3 ) ; } }
public void METHOD_1 ( ) { switch ( VAR_1 ) { case STRING_1 : METHOD_2 ( VAR_1 , VAR_2 ) ; break ; case STRING_2 : METHOD_2 ( VAR_1 , VAR_3 ) ; break ; } }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) throws java.lang.Exception { VAR_1 = TYPE_1 . METHOD_2 ( STRING_1 ) ; TYPE_2 VAR_2 = new java.io.File ( STRING_2 ) . METHOD_3 ( ) ; VAR_3 = new TYPE_3 ( VAR_1 , VAR_2 ) ; }
public void METHOD_1 ( ) throws java.lang.Exception { VAR_1 = TYPE_1 . METHOD_2 ( STRING_1 ) ; VAR_3 = new TYPE_3 ( VAR_1 ) ; }
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 < ? > [ ] METHOD_1 ( ) { return new TYPE_1 [ ] { this . VAR_1 , this . VAR_2 , this . VAR_3 , this . VAR_4 , this . VAR_5 , this . VAR_5 } ; }
public TYPE_1 < ? > [ ] METHOD_1 ( ) { return new TYPE_1 [ ] { this . VAR_1 , this . VAR_2 , this . VAR_3 , this . VAR_4 , this . VAR_5 } ; }
The following code may contain bugs. Write a refined code without bugs. public int METHOD_1 ( ) { if ( ( VAR_1 ) && ( ( VAR_2 . size ( ) ) > INT_1 ) ) { return ( METHOD_2 ( ) ) + 1 ; } else { return 0 ; } }
public int METHOD_1 ( ) { if ( ( VAR_1 ) && ( ( VAR_2 . size ( ) ) > INT_1 ) ) { return 1 ; } else { return 0 ; } }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( java.lang.Object [ ] result ) { if ( ( VAR_1 ) != null ) { TYPE_1 VAR_2 = VAR_1 . METHOD_2 ( result ) ; if ( METHOD_3 ( ) ) { VAR_3 . METHOD_1 ( VAR_2 ) ; } } }
public void METHOD_1 ( java.lang.Object [ ] result ) { TYPE_1 VAR_2 = null ; if ( ( VAR_1 ) != null ) { VAR_2 = VAR_1 . METHOD_2 ( result ) ; } if ( METHOD_3 ( ) ) { VAR_3 . METHOD_1 ( VAR_2 ) ; } }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( final java.lang.String VAR_1 , java.lang.String VAR_2 ) { METHOD_2 ( ) ; }
public void METHOD_1 ( java.lang.String VAR_1 , java.lang.String VAR_2 ) { METHOD_2 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) throws java.io.IOException , java.lang.ClassNotFoundException { super . METHOD_1 ( VAR_1 ) ; VAR_2 = VAR_1 . METHOD_2 ( ) ; VAR_3 = ( ( java.lang.String ) ( VAR_1 . METHOD_3 ( ) ) ) ; }
public void METHOD_1 ( TYPE_1 VAR_1 ) throws java.io.IOException , java.lang.ClassNotFoundException { super . METHOD_1 ( VAR_1 ) ; VAR_3 = ( ( java.lang.String ) ( VAR_1 . METHOD_3 ( ) ) ) ; VAR_2 = VAR_1 . METHOD_2 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public synchronized void init ( TYPE_1 VAR_1 ) { super . init ( VAR_2 ) ; VAR_3 = VAR_2 . METHOD_1 ( ) ; VAR_4 = VAR_2 . METHOD_2 ( ) ; VAR_5 = VAR_2 . METHOD_3 ( ) ; VAR_6 = VAR_2 . METHOD_4 ( ) ; }
public synchronized void init ( TYPE_1 VAR_1 ) { super . init ( VAR_1 ) ; VAR_3 = VAR_2 . METHOD_1 ( ) ; VAR_4 = VAR_2 . METHOD_2 ( ) ; VAR_5 = VAR_2 . METHOD_3 ( ) ; VAR_6 = VAR_2 . METHOD_4 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. private int METHOD_1 ( int y ) { return y % ( height ) ; }
private int METHOD_1 ( int y ) { return ( ( y % ( height ) ) + ( height ) ) % ( height ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) { this . VAR_1 = VAR_1 . METHOD_2 ( ) ; if ( VAR_1 != null ) this . VAR_2 = 1 ; }
public void METHOD_1 ( TYPE_1 VAR_1 ) { if ( VAR_1 != null ) { this . VAR_1 = VAR_1 . METHOD_2 ( ) ; this . VAR_2 = 1 ; } else this . VAR_1 = null ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 view , java.lang.String url ) { super . METHOD_1 ( view , url ) ; VAR_1 . METHOD_2 ( ) ; }
public void METHOD_1 ( TYPE_1 view , java.lang.String url ) { super . METHOD_1 ( view , url ) ; if ( ( VAR_1 ) != null ) { VAR_1 . METHOD_2 ( ) ; } }
The following code may contain bugs. Write a refined code without bugs. public int METHOD_1 ( final TYPE_1 VAR_1 , final boolean VAR_2 ) { return this . VAR_3 . METHOD_1 ( VAR_1 , VAR_2 ) ; }
public int METHOD_1 ( final TYPE_1 VAR_1 ) { return this . VAR_3 . METHOD_1 ( VAR_1 ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( java.lang.Boolean VAR_1 ) { this . VAR_1 = this . VAR_1 ; }
public void METHOD_1 ( java.lang.Boolean VAR_1 ) { this . VAR_1 = VAR_1 ; }
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( ) { return new TYPE_1 ( INT_1 , 1 , 0 ) ; }
public TYPE_1 METHOD_1 ( ) { return new TYPE_1 ( INT_1 , 1 , 1 ) ; }
The following code may contain bugs. Write a refined code without bugs. public java.util.List < java.lang.String > METHOD_1 ( java.lang.String VAR_1 ) throws TYPE_1 { if ( this . VAR_2 . isEmpty ( ) ) { throw new TYPE_1 ( STRING_1 ) ; } else { return this . VAR_2 . get ( METHOD_2 ( VAR_1 ) ) ; } }
public java.util.List < java.lang.String > METHOD_1 ( java.lang.String VAR_1 ) throws TYPE_1 { if ( this . VAR_2 . isEmpty ( ) ) { throw new TYPE_1 ( STRING_1 ) ; } else { return this . VAR_2 . get ( VAR_1 ) ; } }
The following code may contain bugs. Write a refined code without bugs. private java.lang.Object METHOD_1 ( java.lang.String name , java.lang.String VAR_1 ) { return METHOD_1 ( name , null , null , null , VAR_1 ) ; }
private java.lang.Object METHOD_1 ( java.lang.String name , java.lang.String VAR_1 ) { return METHOD_1 ( name , null , null , null , null , VAR_1 ) ; }
The following code may contain bugs. Write a refined code without bugs. public boolean METHOD_1 ( double position ) { return ( ( this . METHOD_2 ( ) ) >= position ) && ( ( this . METHOD_3 ( ) ) <= position ) ; }
public boolean METHOD_1 ( double position ) { return ( ( this . METHOD_2 ( ) ) <= position ) && ( ( this . METHOD_3 ( ) ) >= position ) ; }
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( java.util.ArrayList < TYPE_1 > VAR_1 ) { this . VAR_1 = VAR_1 ; }
private void METHOD_1 ( java.util.ArrayList < TYPE_1 > VAR_1 ) { if ( VAR_1 != null ) { this . VAR_1 = VAR_1 ; } else { VAR_1 = new java.util.ArrayList < TYPE_1 > ( ) ; } }
The following code may contain bugs. Write a refined code without bugs. public static void METHOD_1 ( int i , int j , java.lang.String msg ) { TYPE_1 . METHOD_2 ( ( i == j ) , msg ) ; }
public static void METHOD_1 ( int i , int j , java.lang.String msg ) { TYPE_1 . METHOD_2 ( ( i != j ) , msg ) ; }
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( TYPE_1 VAR_1 ) { synchronized ( this . VAR_2 ) { this . VAR_3 . add ( VAR_1 ) ; this . VAR_4 . put ( VAR_1 . METHOD_2 ( ) . METHOD_3 ( ) , VAR_1 ) ; } }
private void METHOD_1 ( TYPE_1 VAR_1 ) { this . VAR_3 . add ( VAR_1 ) ; this . VAR_4 . put ( VAR_1 . METHOD_2 ( ) . METHOD_3 ( ) , VAR_1 ) ; }
The following code may contain bugs. Write a refined code without bugs. public static TYPE_1 METHOD_1 ( TYPE_2 VAR_1 ) { return ( VAR_2 . parameters ( VAR_1 ) . size ( ) ) > 1 ? null : VAR_1 . METHOD_2 ( ) [ 1 ] ; }
public static TYPE_1 METHOD_1 ( TYPE_2 VAR_1 ) { return ( VAR_2 . parameters ( VAR_1 ) . size ( ) ) > 1 ? VAR_1 . METHOD_2 ( ) [ 1 ] : null ; }
The following code may contain bugs. Write a refined code without bugs. public static java.util.Collection < java.lang.Object [ ] > data ( ) { return java.util.Arrays.asList ( new java.lang.Object [ ] [ ] { new java.lang.Object [ ] { VAR_1 } , new java.lang.Object [ ] { VAR_2 } } ) ; }
public static java.util.Collection < java.lang.Object [ ] > data ( ) { return java.util.Arrays.asList ( new java.lang.Object [ ] [ ] { new java.lang.Object [ ] { VAR_1 } } ) ; }
The following code may contain bugs. Write a refined code without bugs. public double op ( double VAR_1 ) { return TYPE_1 . METHOD_1 ( VAR_1 , num . METHOD_2 ( ) ) ; }
public double op ( double VAR_1 ) { return TYPE_1 . min ( VAR_1 , num . METHOD_2 ( ) ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) throws TYPE_2 , TYPE_3 { TYPE_4 response = VAR_2 . METHOD_2 ( new TYPE_5 ( null , VAR_1 , null ) ) ; TYPE_6 . METHOD_3 ( response . METHOD_4 ( ) , VAR_3 ) ; }
public void METHOD_1 ( TYPE_1 VAR_1 ) throws TYPE_2 , TYPE_3 { TYPE_4 response = VAR_2 . METHOD_2 ( new TYPE_5 ( null , VAR_1 , null ) ) ; TYPE_6 . METHOD_3 ( response . METHOD_4 ( ) ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 , float VAR_2 ) { java.lang.String VAR_3 = java.lang.String . METHOD_2 ( VAR_1 . getId ( ) ) ; VAR_4 . METHOD_3 ( VAR_3 , VAR_2 ) ; }
private void METHOD_1 ( TYPE_1 VAR_1 , float VAR_2 ) { java.lang.String VAR_3 = java.lang.String . METHOD_2 ( VAR_1 . getId ( ) ) ; VAR_4 . METHOD_3 ( VAR_3 , VAR_2 ) ; }
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( ) { VAR_1 . append ( STRING_1 ) ; return METHOD_2 ( ) ; }
private TYPE_1 METHOD_1 ( ) { VAR_1 . append ( STRING_1 ) ; return METHOD_2 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. TYPE_1 METHOD_1 ( TYPE_2 VAR_1 , TYPE_3 VAR_2 , TYPE_4 VAR_3 , TYPE_5 VAR_4 , TYPE_6 VAR_5 , TYPE_7 VAR_6 , TYPE_8 VAR_7 ) { TYPE_1 VAR_8 = new TYPE_9 ( VAR_4 , VAR_1 , VAR_2 , VAR_3 , VAR_5 , VAR_6 , VAR_7 ) ; }
TYPE_1 METHOD_1 ( TYPE_2 VAR_1 , TYPE_3 VAR_2 , TYPE_4 VAR_3 , TYPE_5 VAR_4 , TYPE_6 VAR_5 , TYPE_7 VAR_6 , TYPE_8 VAR_7 ) { return new TYPE_9 ( VAR_4 , VAR_1 , VAR_2 , VAR_3 , VAR_5 , VAR_6 , VAR_7 ) ; }
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 ) { try { VAR_3 . METHOD_1 ( VAR_1 , VAR_2 ) ; } catch ( java.lang.Exception VAR_4 ) { VAR_5 . error ( VAR_4 ) ; } }
public void METHOD_1 ( java.lang.String VAR_1 , java.lang.String VAR_2 ) { try { VAR_3 . METHOD_1 ( VAR_1 , VAR_2 ) ; } catch ( java.lang.Throwable VAR_4 ) { VAR_5 . error ( VAR_4 ) ; } }
The following code may contain bugs. Write a refined code without bugs. protected void METHOD_1 ( TYPE_1 VAR_1 ) { super . METHOD_1 ( VAR_1 ) ; METHOD_2 ( ) . METHOD_3 ( VAR_2 ) ; METHOD_4 ( ) ; }
protected void METHOD_1 ( TYPE_1 VAR_1 ) { super . METHOD_1 ( VAR_1 ) ; METHOD_4 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( ) { VAR_1 = VAR_2 . METHOD_2 ( ) ; VAR_3 . setText ( VAR_4 . METHOD_3 ( VAR_1 ) ) ; }
private void METHOD_1 ( ) { if ( ( VAR_1 ) == 0 ) { VAR_1 = VAR_2 . METHOD_2 ( ) ; } VAR_3 . setText ( VAR_4 . METHOD_3 ( VAR_1 ) ) ; }
The following code may contain bugs. Write a refined code without bugs. public int METHOD_1 ( ) { int VAR_1 = size ( ) ; switch ( VAR_1 ) { case INT_1 : return INT_2 ; case INT_3 : return INT_4 ; case INT_5 : return INT_6 ; default : return - 1 ; } }
public int METHOD_1 ( ) { int size = size ( ) ; switch ( size ) { case INT_1 : return INT_2 ; case INT_3 : return INT_4 ; case INT_5 : return INT_6 ; default : return - 1 ; } }
The following code may contain bugs. Write a refined code without bugs. protected java.lang.Void METHOD_1 ( java.lang.Void ... params ) { try { this . VAR_1 = TYPE_1 . METHOD_2 ( ) ; } catch ( java.io.IOException VAR_2 ) { TYPE_2 . METHOD_3 ( STRING_1 , STRING_2 , VAR_2 ) ; } return null ; }
protected java.lang.Void METHOD_1 ( java.lang.Void ... params ) { try { this . VAR_1 = TYPE_1 . METHOD_2 ( ) ; } catch ( java.lang.Exception VAR_2 ) { TYPE_2 . METHOD_3 ( STRING_1 , STRING_2 , VAR_2 ) ; } return null ; }
The following code may contain bugs. Write a refined code without bugs. TYPE_1 < java.lang.Integer > METHOD_1 ( ) ;
TYPE_1 < java.lang.String > METHOD_1 ( ) ;
The following code may contain bugs. Write a refined code without bugs. public static void METHOD_1 ( int VAR_1 ) { VAR_2 = ( VAR_2 ) - VAR_1 ; java.lang.System.out.print ( ( STRING_1 + ( VAR_2 ) ) ) ; }
public static void METHOD_1 ( int VAR_1 ) { VAR_2 = ( VAR_2 ) - VAR_1 ; java.lang.System.out.println ( ( STRING_1 + ( VAR_2 ) ) ) ; }
The following code may contain bugs. Write a refined code without bugs. protected void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_2 = TYPE_2 . METHOD_2 ( VAR_1 ) ; METHOD_3 ( context , TYPE_3 . METHOD_4 ( context ) , intent . METHOD_5 ( ) . METHOD_6 ( VAR_3 ) ) ; }
protected void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_2 = VAR_1 ; METHOD_3 ( context , TYPE_3 . METHOD_4 ( context ) , intent . METHOD_5 ( ) . METHOD_6 ( VAR_3 ) ) ; }
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( ) { java.lang.System.out.println ( STRING_1 ) ; java.util.List < java.util.Map.Entry < java.lang.String , java.lang.Double > > VAR_1 = METHOD_2 ( ) ; for ( java.util.Map.Entry < java.lang.String , java.lang.Double > VAR_2 : VAR_1 ) { java.lang.System.out.println ( VAR_2 ) ; } }
public void METHOD_1 ( ) { java.lang.System.out.println ( STRING_1 ) ; java.util.List < java.util.Map.Entry < java.lang.String , java.lang.Double > > VAR_1 = METHOD_2 ( ) ; for ( java.util.Map.Entry < java.lang.String , java.lang.Double > VAR_2 : VAR_1 ) { java.lang.System.out.println ( VAR_2 ) ; } }
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( ) { return this . VAR_1 . remove ( 0 ) ; }
public TYPE_1 METHOD_1 ( ) { if ( ( VAR_1 . size ( ) ) > 0 ) { return this . VAR_1 . remove ( 0 ) ; } else return null ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_2 . info ( STRING_1 ) ; VAR_1 . METHOD_2 ( STRING_2 ) . METHOD_3 ( STRING_3 ) ; }
public void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_1 . METHOD_2 ( STRING_2 ) . METHOD_3 ( STRING_3 ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { while ( ! ( VAR_1 . METHOD_2 ( ) ) ) { METHOD_3 ( ) ; METHOD_4 ( ) ; METHOD_5 ( ) ; } METHOD_6 ( ) ; }
public void METHOD_1 ( ) { while ( ! ( VAR_1 . METHOD_2 ( ) ) ) { METHOD_3 ( ) ; METHOD_4 ( ) ; } METHOD_6 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( android.view.View VAR_1 ) { VAR_2 . METHOD_2 ( VAR_3 ) ; VAR_4 . METHOD_2 ( VAR_5 ) ; VAR_6 . METHOD_2 ( VAR_5 ) ; VAR_7 . METHOD_2 ( VAR_8 ) ; }
public void METHOD_1 ( android.view.View VAR_1 ) { VAR_2 . METHOD_2 ( VAR_3 ) ; VAR_4 . METHOD_2 ( VAR_5 ) ; VAR_6 . METHOD_2 ( VAR_5 ) ; VAR_7 . METHOD_2 ( VAR_5 ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( long VAR_1 , long VAR_2 ) { TYPE_1 . METHOD_2 ( VAR_1 , VAR_2 ) ; }
public void METHOD_1 ( long VAR_2 ) { TYPE_1 . METHOD_2 ( VAR_1 , VAR_2 ) ; }
The following code may contain bugs. Write a refined code without bugs. protected TYPE_1 METHOD_1 ( java.lang.String ... VAR_1 ) { TYPE_2 VAR_2 = TYPE_3 . METHOD_2 ( this ) ; return TYPE_3 . METHOD_3 ( VAR_1 [ 0 ] , VAR_2 . x , VAR_2 . y ) ; }
protected TYPE_1 METHOD_1 ( java.lang.String ... VAR_1 ) { TYPE_2 VAR_2 = METHOD_2 ( this ) ; return METHOD_3 ( VAR_1 [ 0 ] , VAR_2 . x , VAR_2 . y ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( java.lang.String text ) { if ( ( VAR_1 ) instanceof TYPE_1 ) { ( ( TYPE_1 ) ( VAR_1 ) ) . setValue ( text ) ; } else { super . METHOD_1 ( text ) ; } }
public void METHOD_1 ( java.lang.String text ) { super . METHOD_1 ( text ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 , int VAR_2 ) { METHOD_1 ( VAR_1 , VAR_2 , false ) ; }
public void METHOD_1 ( TYPE_1 VAR_1 , int VAR_2 ) { METHOD_1 ( VAR_1 , VAR_2 , true ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 p , TYPE_2 VAR_1 , float VAR_2 , TYPE_3 VAR_3 ) { TYPE_4 VAR_4 = new TYPE_4 ( p , VAR_1 , VAR_2 , VAR_3 ) ; VAR_4 . METHOD_2 ( this ) ; this . VAR_5 . add ( VAR_4 ) ; }
public void METHOD_1 ( TYPE_1 p , TYPE_2 VAR_1 , float VAR_2 , TYPE_3 VAR_3 ) { TYPE_4 VAR_4 = new TYPE_4 ( p , VAR_1 , VAR_2 , VAR_3 ) ; VAR_4 . METHOD_2 ( this ) ; VAR_5 . add ( VAR_4 ) ; }
The following code may contain bugs. Write a refined code without bugs. public static void METHOD_1 ( ) throws java.lang.Exception { java.lang.Thread . METHOD_2 ( INT_1 ) ; }
public static void METHOD_1 ( ) throws java.lang.Exception { }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( int VAR_1 , TYPE_1 VAR_2 ) { VAR_3 . METHOD_1 ( VAR_1 , VAR_2 ) ; METHOD_2 ( 0 , METHOD_3 ( 0 ) ) ; }
public void METHOD_1 ( int VAR_1 , TYPE_1 VAR_2 ) { VAR_3 . METHOD_1 ( VAR_1 , VAR_2 ) ; while ( METHOD_2 ( 0 , METHOD_3 ( 0 ) ) ) ; }
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 get ( ) { while ( ! ( VAR_1 ) ) { synchronized ( this ) { try { METHOD_1 ( ) ; } catch ( TYPE_2 VAR_2 ) { } } } return results ; }
public synchronized TYPE_1 get ( ) { while ( ! ( VAR_1 ) ) { try { METHOD_1 ( ) ; } catch ( TYPE_2 VAR_2 ) { } } return results ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { TYPE_1 . assertNotNull ( TYPE_2 . METHOD_2 ( STRING_1 , STRING_2 , STRING_3 ) ) ; }
public void METHOD_1 ( ) { TYPE_1 . assertNotNull ( TYPE_2 . METHOD_2 ( STRING_1 , STRING_2 ) ) ; }
The following code may contain bugs. Write a refined code without bugs. public android.view.View METHOD_1 ( TYPE_1 VAR_1 , TYPE_2 VAR_2 , TYPE_3 VAR_3 ) { android.view.View view = VAR_1 . METHOD_2 ( VAR_4 , VAR_2 , false ) ; TYPE_4 . METHOD_3 ( this , view ) ; METHOD_4 ( ) ; METHOD_5 ( ) ; return view ; }
public android.view.View METHOD_1 ( TYPE_1 VAR_1 , TYPE_2 VAR_2 , TYPE_3 VAR_3 ) { android.view.View view = VAR_1 . METHOD_2 ( VAR_4 , VAR_2 , false ) ; TYPE_4 . METHOD_3 ( this , view ) ; METHOD_4 ( ) ; return view ; }
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( java.lang.Throwable VAR_1 , TYPE_1 < ? > VAR_2 ) { VAR_2 . METHOD_2 ( METHOD_3 ( VAR_1 ) ) ; }
private java.lang.Void METHOD_1 ( java.lang.Throwable VAR_1 , TYPE_1 < ? > VAR_2 ) { VAR_2 . METHOD_2 ( METHOD_3 ( VAR_1 ) ) ; return null ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 VAR_1 ) { if ( VAR_2 . get ( VAR_1 . METHOD_2 ( ) . getName ( ) ) ) VAR_3 . add ( VAR_1 ) ; }
public void METHOD_1 ( TYPE_1 VAR_1 ) { if ( ( VAR_2 . get ( VAR_1 . METHOD_2 ( ) . getName ( ) ) ) && ( ! ( VAR_3 . contains ( VAR_1 ) ) ) ) VAR_3 . add ( VAR_1 ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { try { VAR_1 . METHOD_1 ( ) ; } catch ( java.io.IOException VAR_2 ) { VAR_2 . METHOD_2 ( VAR_3 ) ; } }
private void METHOD_1 ( ) { try { VAR_1 . METHOD_1 ( ) ; } catch ( java.io.IOException VAR_2 ) { VAR_2 . METHOD_2 ( VAR_3 ) ; } }
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( final java.lang.String state , final java.lang.String VAR_1 ) { return new TYPE_2 ( state , VAR_1 ) ; }
static TYPE_1 METHOD_1 ( final java.lang.String state , final java.lang.String VAR_1 ) { return new TYPE_2 ( state , VAR_1 ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { super . METHOD_1 ( ) ; VAR_1 = false ; METHOD_2 ( VAR_2 ) ; }
public void METHOD_1 ( ) { super . METHOD_1 ( ) ; if ( VAR_1 ) { METHOD_2 ( VAR_2 ) ; } }
The following code may contain bugs. Write a refined code without bugs. private java.lang.String METHOD_1 ( int VAR_1 ) { if ( VAR_1 >= ( VAR_2 . METHOD_2 ( ) ) ) { return STRING_1 ; } else { return METHOD_1 ( VAR_3 , VAR_1 , 0 ) ; } }
private java.lang.String METHOD_1 ( int VAR_1 ) { if ( VAR_1 >= ( METHOD_2 ( ) ) ) { return STRING_1 ; } else { return METHOD_1 ( VAR_3 , VAR_1 , 0 ) ; } }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { if ( ( target ) instanceof TYPE_1 ) { METHOD_2 ( ) ; } else { METHOD_3 ( ) ; } VAR_1 . METHOD_4 ( ) . METHOD_5 ( ) ; VAR_1 . METHOD_6 ( ) ; }
public void METHOD_1 ( ) { if ( ( target ) instanceof TYPE_1 ) { METHOD_2 ( ) ; } else { METHOD_3 ( ) ; } }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( java.lang.String VAR_1 , int VAR_2 ) { if ( METHOD_2 ( STRING_1 , VAR_1 , VAR_2 ) ) { VAR_3 = true ; this . VAR_1 = VAR_1 ; this . VAR_2 = VAR_2 ; } }
public void METHOD_1 ( java.lang.String VAR_1 ) { if ( METHOD_2 ( STRING_1 , VAR_1 ) ) { this . VAR_3 = true ; this . VAR_1 = VAR_1 ; } }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( android.view.View VAR_1 ) { operation . METHOD_2 ( VAR_2 . getText ( ) . toString ( ) , VAR_3 . getText ( ) . toString ( ) ) ; VAR_1 . METHOD_3 ( false ) ; }
public void METHOD_1 ( android.view.View VAR_1 ) { operation . METHOD_2 ( VAR_2 . getText ( ) . toString ( ) , VAR_3 . getText ( ) . toString ( ) ) ; }
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_2 . METHOD_2 ( true ) ; VAR_2 . METHOD_3 ( ) . METHOD_4 ( ) ; this . METHOD_5 ( ) ; }
private void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_2 . METHOD_2 ( true ) ; this . METHOD_5 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { METHOD_2 ( new TYPE_1 ( ) ) ; }
public void METHOD_1 ( ) { }
The following code may contain bugs. Write a refined code without bugs. protected TYPE_1 METHOD_1 ( ) { METHOD_2 ( ) ; final TYPE_1 results = METHOD_3 ( ) ; this . VAR_1 = VAR_2 ; return results ; }
protected TYPE_1 METHOD_1 ( ) { METHOD_2 ( ) ; final TYPE_1 results = METHOD_3 ( ) ; return results ; }
The following code may contain bugs. Write a refined code without bugs. public static synchronized java.util.List < TYPE_1 > METHOD_1 ( ) { TYPE_2 . METHOD_2 ( ) ; return VAR_1 ; }
public static synchronized java.util.List < TYPE_1 > METHOD_1 ( ) { if ( ( VAR_1 . size ( ) ) == 0 ) { TYPE_2 . 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 . METHOD_1 ( VAR_1 ) ; TYPE_2 . METHOD_2 ( new TYPE_3 ( TYPE_4 . METHOD_3 ( ) ) ) ; }
public void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_2 . METHOD_1 ( VAR_1 ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( TYPE_1 event ) { VAR_1 = event . METHOD_2 ( ) ; ( ( TYPE_2 ) ( TYPE_3 . METHOD_3 ( ) . METHOD_4 ( ) ) ) . METHOD_5 ( this ) ; VAR_2 . METHOD_6 ( new TYPE_4 ( ) ) ; }
public void METHOD_1 ( TYPE_1 event ) { VAR_1 = event . METHOD_2 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { if ( ( VAR_1 ) != null ) { VAR_1 . METHOD_2 ( ) ; VAR_2 . METHOD_3 ( true ) ; VAR_3 . METHOD_3 ( true ) ; VAR_1 = null ; return ; } }
public void METHOD_1 ( ) { if ( ( VAR_1 ) != null ) { VAR_1 . METHOD_2 ( ) ; VAR_2 . METHOD_3 ( true ) ; VAR_3 . METHOD_3 ( false ) ; VAR_1 = null ; return ; } }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { VAR_1 = false ; VAR_2 = VAR_3 ; METHOD_2 ( VAR_4 ) ; METHOD_3 ( VAR_5 ) ; }
public void METHOD_1 ( ) { VAR_1 = false ; VAR_2 = VAR_3 ; VAR_3 = null ; METHOD_2 ( VAR_4 ) ; METHOD_3 ( VAR_5 ) ; }
The following code may contain bugs. Write a refined code without bugs. private void METHOD_1 ( TYPE_1 VAR_1 ) { VAR_2 . put ( VAR_3 , java.lang.String . METHOD_2 ( VAR_4 . METHOD_3 ( ) ) ) ; }
private void METHOD_1 ( ) { VAR_2 . put ( VAR_3 , java.lang.String . METHOD_2 ( VAR_4 . METHOD_3 ( ) ) ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( android.content.Context context , android.content.Intent intent ) { if ( intent . METHOD_2 ( STRING_1 ) ) { METHOD_3 ( false ) ; } }
public void METHOD_1 ( android.content.Context context , android.content.Intent intent ) { if ( intent . METHOD_2 ( STRING_1 ) ) { METHOD_3 ( true ) ; } }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { METHOD_2 ( ) . METHOD_3 ( VAR_1 , STRING_1 ) ; METHOD_4 ( ) ; }
public void METHOD_1 ( ) { METHOD_4 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public static void METHOD_1 ( ) { TYPE_1 VAR_1 = new TYPE_1 ( ) ; VAR_1 . METHOD_2 ( ) ; }
public static void METHOD_1 ( ) { new TYPE_1 ( ) . METHOD_2 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { if ( ( VAR_1 . METHOD_2 ( ) ) == ( VAR_2 ) ) VAR_1 . METHOD_3 ( true ) ; VAR_3 = true ; METHOD_4 ( ) ; }
public void METHOD_1 ( ) { if ( ( VAR_1 . METHOD_2 ( ) ) == ( VAR_2 ) ) { VAR_1 . METHOD_3 ( true ) ; VAR_3 = true ; METHOD_4 ( ) ; } }
The following code may contain bugs. Write a refined code without bugs. private boolean METHOD_1 ( ) { if ( ! ( this . VAR_1 ) ) { METHOD_2 ( STRING_1 ) ; } this . VAR_2 = true ; this . METHOD_3 ( ) ; return true ; }
private boolean METHOD_1 ( ) { if ( ! ( this . VAR_1 ) ) { METHOD_2 ( STRING_1 ) ; return true ; } this . VAR_2 = true ; this . METHOD_3 ( ) ; return true ; }
The following code may contain bugs. Write a refined code without bugs. public TYPE_1 METHOD_1 ( java.lang.String id ) { query . add ( new TYPE_2 ( STRING_1 , new TYPE_3 ( STRING_2 ) ) ) ; return this ; }
public TYPE_1 METHOD_1 ( java.lang.String id ) { query . add ( new TYPE_2 ( STRING_1 , new TYPE_3 ( id ) ) ) ; return this ; }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( java.lang.String name ) { java.lang.System.out.println ( STRING_1 ) ; }
public void METHOD_1 ( java.lang.String name ) { }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) { TYPE_1 . METHOD_2 ( VAR_1 , STRING_1 ) ; if ( ! ( VAR_2 ) ) { VAR_3 . METHOD_3 ( ) ; } }
public void METHOD_1 ( ) { TYPE_1 . METHOD_2 ( VAR_1 , STRING_1 ) ; if ( ! ( VAR_2 ) ) { VAR_3 . start ( ) ; } }
The following code may contain bugs. Write a refined code without bugs. public void METHOD_1 ( ) throws java.lang.Exception { super . METHOD_1 ( ) ; VAR_1 = new TYPE_1 ( ) ; VAR_2 = TYPE_2 . METHOD_2 ( ) ; }
public void METHOD_1 ( ) throws java.lang.Exception { super . METHOD_1 ( ) ; VAR_1 = new TYPE_1 ( ) ; VAR_2 = TYPE_1 . METHOD_2 ( ) ; }
The following code may contain bugs. Write a refined code without bugs. public boolean METHOD_1 ( TYPE_1 VAR_1 ) { TYPE_2 VAR_2 = VAR_3 . METHOD_2 ( ) ; VAR_2 . METHOD_3 ( ) . METHOD_4 ( ) ; VAR_2 . METHOD_1 ( VAR_1 ) ; VAR_2 . METHOD_3 ( ) . commit ( ) ; return true ; }
public boolean METHOD_1 ( TYPE_1 VAR_1 ) { TYPE_2 VAR_2 = VAR_3 . METHOD_2 ( ) ; VAR_2 . METHOD_1 ( VAR_1 ) ; return true ; }