CloneSet5843


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8230.976statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18265
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java
27788
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java
Clone Instance
1
Line Count
8
Source Line
265
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java

                ConstraintVariable2 typeCv = getConstraintVariable(type);
                if (typeCv == null)
                        return;

                //TODO: can this be loosened when we remove casts?
                setConstraintVariable(node, typeCv);

                Expression expression = node.getExpression();


Clone Instance
2
Line Count
7
Source Line
788
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java

                ConstraintVariable2 typeCv = getConstraintVariable(type);
                if (typeCv == null)
                        return;

                setConstraintVariable(node, typeCv);

                List fragments = node.fragments();


Clone AbstractionParameter Count: 3Parameter Bindings

ConstraintVariable2 typeCv = getConstraintVariable(type);
if (typeCv == null)
  return;
//TODO: can this be loosened when we remove casts?
setConstraintVariable(node, typeCv);
 [[#variable90131e20]]  [[#variable90688d80]]= node. [[#variable90688e60]]();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#90131e20]]
Expression 
12[[#90131e20]]
List 
21[[#90688d80]]
expression 
22[[#90688d80]]
fragments 
31[[#90688e60]]
getExpression 
32[[#90688e60]]
fragments