CloneSet9483


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.973executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1255
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/SimpleNameVector.java
222522
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
Clone Instance
1
Line Count
2
Source Line
55
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/SimpleNameVector.java

                        if (CharOperation.equals(element, this.elements[i]))
                                return true;


Clone Instance
2
Line Count
2
Source Line
2522
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

                        if (CharOperation.equals(compoundName, this.allSuperTypeNames[i]))
                                return true;


Clone AbstractionParameter Count: 2Parameter Bindings

if (CharOperation.equals( [[#variablebc2d8f00]], this. [[#variablebc2d8da0]][i]))
  return true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bc2d8f00]]
element 
12[[#bc2d8f00]]
compoundName 
21[[#bc2d8da0]]
elements 
22[[#bc2d8da0]]
allSuperTypeNames