CloneSet3584


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3330.968conditional_or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13124
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java
23379
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java
33454
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java
Clone Instance
1
Line Count
3
Source Line
124
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java

                       fTypeConstraintFactory.createSubtypeConstraint(
                                fConstraintVariableFactory.makeExpressionOrTypeVariable(assignment.getRightHandSide(), getContext()), 
                                fConstraintVariableFactory.makeExpressionOrTypeVariable(assignment.getLeftHandSide(), getContext()))


Clone Instance
2
Line Count
3
Source Line
379
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java

                                                fTypeConstraintFactory.createSubtypeConstraint(
                                fConstraintVariableFactory.makeExpressionOrTypeVariable(svd.getInitializer(), getContext()), 
                                fConstraintVariableFactory.makeExpressionOrTypeVariable(svd.getName(), getContext()))


Clone Instance
3
Line Count
3
Source Line
454
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java

                       fTypeConstraintFactory.createSubtypeConstraint(
                                fConstraintVariableFactory.makeExpressionOrTypeVariable(vdf.getInitializer(), getContext()), 
                                fConstraintVariableFactory.makeExpressionOrTypeVariable(vdf.getName(), getContext()))


Clone AbstractionParameter Count: 3Parameter Bindings

fTypeConstraintFactory.createSubtypeConstraint(fConstraintVariableFactory.makeExpressionOrTypeVariable( [[#variableb1fe7ac0]]. [[#variableb1fe7a60]](), getContext()), fConstraintVariableFactory.makeExpressionOrTypeVariable( [[#variableb1fe7ac0]]. [[#variableb1fe7a00]](), getContext()))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1fe7ac0]]
assignment 
12[[#b1fe7ac0]]
svd 
13[[#b1fe7ac0]]
vdf 
21[[#b1fe7a60]]
getRightHandSide 
22[[#b1fe7a60]]
getInitializer 
23[[#b1fe7a60]]
getInitializer 
31[[#b1fe7a00]]
getLeftHandSide 
32[[#b1fe7a00]]
getName 
33[[#b1fe7a00]]
getName