CloneSet4072


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.988executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17885
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
27894
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
Clone Instance
1
Line Count
7
Source Line
885
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

                                                                                      {
                                                                for (int v = 0; v < typeVarLength; v++) {
                                                                        if ( !CharOperation.equals(refTypeVariables[v].sourceName, parameterTypes[p])) {
                                                                                found = false;
                                                                                break;
                                                                        }
                                                                        found = true;
                                                                }
                                                                                      }


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

                                                                                                   {
                                                                for (int v = 0; v < methTypeVarLength; v++) {
                                                                        if ( !CharOperation.equals(methodTypeVariables[v].sourceName, parameterTypes[p])) {
                                                                                found = false;
                                                                                break;
                                                                        }
                                                                        found = true;
                                                                }
                                                                                                   }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  for (int v = 0; v <  [[#variable9e7ae660]]; v++) {
    if ( !CharOperation.equals( [[#variable9e7afee0]][v].sourceName, parameterTypes[p])) {
      found = false;
      break;
    }
    found = true;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9e7ae660]]
typeVarLength 
12[[#9e7ae660]]
methTypeVarLength 
21[[#9e7afee0]]
refTypeVariables 
22[[#9e7afee0]]
methodTypeVariables