Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 138 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java |
2 | 2 | 246 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/FullConstraintCreator.java |
| ||||
ConstraintVariable expressionVariable = fConstraintVariableFactory.makeExpressionOrTypeVariable(expression, getContext()); ConstraintVariable castExpressionVariable = fConstraintVariableFactory.makeExpressionOrTypeVariable(castExpression, getContext()); |
| ||||
ConstraintVariable whole = fConstraintVariableFactory.makeExpressionOrTypeVariable(node, getContext()); ConstraintVariable ev1 = fConstraintVariableFactory.makeExpressionOrTypeVariable(thenExpression, getContext()); |
| |||
ConstraintVariable [[#variable5c9a8f40]]= fConstraintVariableFactory.makeExpressionOrTypeVariable( [[#variable5c9a83c0]], getContext()); ConstraintVariable [[#variable5c9a8360]]= fConstraintVariableFactory.makeExpressionOrTypeVariable( [[#variable5c9a8340]], getContext()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5c9a8f40]] | expressionVariable |
1 | 2 | [[#5c9a8f40]] | whole |
2 | 1 | [[#5c9a83c0]] | expression |
2 | 2 | [[#5c9a83c0]] | node |
3 | 1 | [[#5c9a8360]] | castExpressionVariable |
3 | 2 | [[#5c9a8360]] | ev1 |
4 | 1 | [[#5c9a8340]] | castExpression |
4 | 2 | [[#5c9a8340]] | thenExpression |