| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.994 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 199 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/CombinedWordRule.java |
| 2 | 6 | 215 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/CombinedWordRule.java |
| ||||
if (length != fLength)
return false;
for (int i = 0; i < length; i++)
if (buffer.charAt(i) != fContent[i])
return false;
return true;
|
| ||||
if (length != fLength)
return false;
for (int i = 0; i < length; i++)
if (string.charAt(i) != fContent[i])
return false;
return true;
|
| |||
if (length != fLength)
return false;
for (int i = 0; i < length; i++)
if ( [[#variable92feb6c0]].charAt(i) != fContent[i])
return false;
return true;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#92feb6c0]] | string |
| 1 | 2 | [[#92feb6c0]] | buffer |