| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.989 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 180 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java |
| 2 | 2 | 206 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/AddGetterSetterOperation.java |
| ||||
final IType type = field.getDeclaringType();
final String name = GetterSetterUtil.getGetterName(field, null);
|
| ||||
final IType type = field.getDeclaringType();
final String name = GetterSetterUtil.getSetterName(field, null);
|
| |||
final IType type = field.getDeclaringType(); final String name = GetterSetterUtil. [[#variable50624e80]](field, null); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#50624e80]] | getSetterName |
| 1 | 2 | [[#50624e80]] | getGetterName |