Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.985 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 751 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
2 | 3 | 761 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
| ||||
int lastSeparator = superclassName.lastIndexOf('.'); String simpleName = superclassName.substring(lastSeparator + 1); if (hasTypeNamed(simpleName)) return true; |
| ||||
int lastSeparator = superinterfaceName.lastIndexOf('.'); String simpleName = superinterfaceName.substring(lastSeparator + 1); if (hasTypeNamed(simpleName)) return true; |
| |||
int lastSeparator = [[#variablea488c360]].lastIndexOf('.'); String simpleName = [[#variablea488c360]].substring(lastSeparator + 1); if (hasTypeNamed(simpleName)) return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a488c360]] | superinterfaceName |
1 | 2 | [[#a488c360]] | superclassName |