CloneSet2200


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6520.962statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1636
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/ArrayElementVariable2.java
2661
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/CollectionElementVariable2.java
3665
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/ParameterTypeVariable2.java
4648
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/ReturnTypeVariable2.java
5651
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/TypeVariable2.java
Clone Instance
1
Line Count
6
Source Line
36
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/ArrayElementVariable2.java

                if (this == other)
                        return true;
                if (other.getClass() != ArrayElementVariable2.class )
                        return false;

                ArrayElementVariable2 other2 = (ArrayElementVariable2) other;


Clone Instance
2
Line Count
6
Source Line
61
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/CollectionElementVariable2.java

                if (this == other)
                        return true;
                if (other.getClass() != CollectionElementVariable2.class )
                        return false;

                CollectionElementVariable2 other2 = (CollectionElementVariable2) other;


Clone Instance
3
Line Count
6
Source Line
65
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/ParameterTypeVariable2.java

                if (this == other)
                        return true;
                if (other.getClass() != ParameterTypeVariable2.class )
                        return false;

                ParameterTypeVariable2 other2 = (ParameterTypeVariable2) other;


Clone Instance
4
Line Count
6
Source Line
48
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/ReturnTypeVariable2.java

                if (this == other)
                        return true;
                if (other.getClass() != ReturnTypeVariable2.class )
                        return false;

                ReturnTypeVariable2 other2 = (ReturnTypeVariable2) other;


Clone Instance
5
Line Count
6
Source Line
51
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/TypeVariable2.java

                //TODO: unique per construction?  //return this == other;
                if (this == other)
                        return true;
                if (other.getClass() != TypeVariable2.class )
                        return false;

                TypeVariable2 otherTypeVariable = (TypeVariable2) other;


Clone AbstractionParameter Count: 2Parameter Bindings

//TODO: unique per construction?  //return this == other;
if (this == other)
  return true;
if (other.getClass() != [[#variablea0b1f200]].class )
  return false;
 [[#variablea0b1f200]]  [[#variablea0b1f220]]= ( [[#variablea0b1f200]]) other;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0b1f200]]
TypeVariable2 
12[[#a0b1f200]]
ArrayElementVariable2 
13[[#a0b1f200]]
CollectionElementVariable2 
14[[#a0b1f200]]
ParameterTypeVariable2 
15[[#a0b1f200]]
ReturnTypeVariable2 
21[[#a0b1f220]]
otherTypeVariable 
22[[#a0b1f220]]
other2 
23[[#a0b1f220]]
other2 
24[[#a0b1f220]]
other2 
25[[#a0b1f220]]
other2