| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 3 | 3 | 0.968 | conditional_or_expression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 124 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java |
| 2 | 3 | 379 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java |
| 3 | 3 | 454 | 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()))
|
| ||||
fTypeConstraintFactory.createSubtypeConstraint(
fConstraintVariableFactory.makeExpressionOrTypeVariable(svd.getInitializer(), getContext()),
fConstraintVariableFactory.makeExpressionOrTypeVariable(svd.getName(), getContext()))
|
| ||||
fTypeConstraintFactory.createSubtypeConstraint(
fConstraintVariableFactory.makeExpressionOrTypeVariable(vdf.getInitializer(), getContext()),
fConstraintVariableFactory.makeExpressionOrTypeVariable(vdf.getName(), getContext()))
|
| |||
fTypeConstraintFactory.createSubtypeConstraint(fConstraintVariableFactory.makeExpressionOrTypeVariable( [[#variableb1fe7ac0]]. [[#variableb1fe7a60]](), getContext()), fConstraintVariableFactory.makeExpressionOrTypeVariable( [[#variableb1fe7ac0]]. [[#variableb1fe7a00]](), getContext())) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b1fe7ac0]] | assignment |
| 1 | 2 | [[#b1fe7ac0]] | svd |
| 1 | 3 | [[#b1fe7ac0]] | vdf |
| 2 | 1 | [[#b1fe7a60]] | getRightHandSide |
| 2 | 2 | [[#b1fe7a60]] | getInitializer |
| 2 | 3 | [[#b1fe7a60]] | getInitializer |
| 3 | 1 | [[#b1fe7a00]] | getLeftHandSide |
| 3 | 2 | [[#b1fe7a00]] | getName |
| 3 | 3 | [[#b1fe7a00]] | getName |