CloneSet3997


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.994catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18676
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java
281108
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java
Clone Instance
1
Line Count
8
Source Line
676
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java

                                                  catch (SelectionNodeFound e) {
                                                        if (e.binding != null) {
                                                                if (DEBUG) {
                                                                        System.out.println("SELECTION - Selection binding:"); //$NON-NLS-1$
                                                                        System.out.println(e.binding.toString());
                                                                }
                                                                // if null then we found a problem in the selection node
                                                                selectFrom(e.binding, parsedUnit, e.isDeclaration);
                                                        }
                                                  }


Clone Instance
2
Line Count
8
Source Line
1108
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java

                                                  catch (SelectionNodeFound e) {
                                                        if (e.binding != null) {
                                                                if (DEBUG) {
                                                                        System.out.println("SELECTION - Selection binding :"); //$NON-NLS-1$
                                                                        System.out.println(e.binding.toString());
                                                                }
                                                                // if null then we found a problem in the selection node
                                                                selectFrom(e.binding, parsedUnit, e.isDeclaration);
                                                        }
                                                  }


Clone AbstractionParameter Count: 1Parameter Bindings

catch (SelectionNodeFound e) {
  if (e.binding != null) {
    if (DEBUG) {
      System.out.println( [[#variablea52b1740]]); //$NON-NLS-1$
      System.out.println(e.binding.toString());
    }
    // if null then we found a problem in the selection node
    selectFrom(e.binding, parsedUnit, e.isDeclaration);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a52b1740]]
"SELECTION - Selection binding :" 
12[[#a52b1740]]
"SELECTION - Selection binding:"