| 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.963 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 136 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java |
| 2 | 4 | 326 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java |
| ||||
IMethodBinding declaringMethod = binding.getDeclaringMethod();
if (declaringMethod != null) {
getMethodLabel(declaringMethod, flags, buffer);
buffer.append('.');
}
|
| ||||
final IMethodBinding declaringMethod = binding.getDeclaringMethod();
if (declaringMethod != null) {
getMethodLabel(declaringMethod, 0, buffer);
buffer.append('.');
}
|
| |||
[[#variable76b6fbe0]]IMethodBinding declaringMethod = binding.getDeclaringMethod();
if (declaringMethod != null) {
getMethodLabel(declaringMethod, [[#variable76b6fbc0]], buffer);
buffer.append('.');
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#76b6fbe0]] | |
| 1 | 2 | [[#76b6fbe0]] | final |
| 2 | 1 | [[#76b6fbc0]] | flags |
| 2 | 2 | [[#76b6fbc0]] | 0 |