Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 3 | 0.976 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 265 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java |
2 | 7 | 788 | 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(); |
| ||||
ConstraintVariable2 typeCv = getConstraintVariable(type); if (typeCv == null) return; setConstraintVariable(node, typeCv); List fragments = node.fragments(); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#90131e20]] | Expression |
1 | 2 | [[#90131e20]] | List |
2 | 1 | [[#90688d80]] | expression |
2 | 2 | [[#90688d80]] | fragments |
3 | 1 | [[#90688e60]] | getExpression |
3 | 2 | [[#90688e60]] | fragments |