CloneSet6988


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.962statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15452
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TType.java
2548
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java
Clone Instance
1
Line Count
5
Source Line
452
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TType.java

                if (this == other)
                        return true;
                if ( !(other instanceof TType))
                        return false;
                TType otherType = (TType) other;


Clone Instance
2
Line Count
5
Source Line
48
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeEnvironment.java

                        if (this == other)
                                return true;
                        if ( ! (other instanceof ProjectKeyPair))
                                return false;
                        ProjectKeyPair otherPair = (ProjectKeyPair) other;


Clone AbstractionParameter Count: 2Parameter Bindings

if (this == other)
  return true;
if ( !(other instanceof [[#variable54e2c960]]))
  return false;
 [[#variable54e2c960]]  [[#variable54e2c940]]= ( [[#variable54e2c960]]) other;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54e2c960]]
TType 
12[[#54e2c960]]
ProjectKeyPair 
21[[#54e2c940]]
otherType 
22[[#54e2c940]]
otherPair