Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.984 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 54 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/MethodOverrideTester.java |
2 | 6 | 62 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/MethodOverrideTester.java |
| ||||
public String getSubstitution(String typeVariable) { String[] subst = getSubstArray(typeVariable); if (subst != null) { return subst[0]; } return null; } |
| ||||
public String getErasure(String typeVariable) { String[] subst = getSubstArray(typeVariable); if (subst != null) { return subst[1]; } return null; } |
| |||
public String [[#variable9917b1a0]](String typeVariable) { String[] subst = getSubstArray(typeVariable); if (subst != null) { return subst[ [[#variable9917b100]]]; } return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9917b1a0]] | getSubstitution |
1 | 2 | [[#9917b1a0]] | getErasure |
2 | 1 | [[#9917b100]] | 0 |
2 | 2 | [[#9917b100]] | 1 |