Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 40 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BindingComparator.java |
2 | 10 | 156 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BindingComparator.java |
| ||||
if (bindings == null) { return otherBindings == null; } if (otherBindings == null) { return false; } int length = bindings.length; int otherLength = otherBindings.length; if (length != otherLength) { return false; } |
| ||||
if (bindings == null) { return otherBindings == null; } if (otherBindings == null) { return false; } int length = bindings.length; int otherLength = otherBindings.length; if (length != otherLength) { return false; } |
| |||
if (bindings == null) { return otherBindings == null; } if (otherBindings == null) { return false; } int length = bindings.length; int otherLength = otherBindings.length; if (length != otherLength) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |