Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.978 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 250 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java |
2 | 4 | 254 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java |
| ||||
{ final ITypeBinding type = declaration.resolveBinding(); if (type != null) variable = fModel.createImmutableTypeVariable(type); } |
| ||||
{ final ITypeBinding type = node.resolveTypeBinding(); if (type != null) variable = fModel.createImmutableTypeVariable(type); } |
| |||
{ final ITypeBinding type = [[#variable50016000]]. [[#variable4ff6bf40]](); if (type != null) variable = fModel.createImmutableTypeVariable(type); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50016000]] | node |
1 | 2 | [[#50016000]] | declaration |
2 | 1 | [[#4ff6bf40]] | resolveTypeBinding |
2 | 2 | [[#4ff6bf40]] | resolveBinding |