| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 3 | 0.961 | switch_group |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 140 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaAutoIndentStrategy.java |
| 2 | 4 | 126 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaParameterListValidator.java |
| ||||
case '\"':
case '\'':
startOffset = getStringEnd(d, startOffset, endOffset, curr);
break;
|
| ||||
case '\"':
case '\'':
offset = getStringEnd(document, offset, end, curr);
break;
|
| |||
case '\"': case '\'': [[#variable56fc7b60]]= getStringEnd( [[#variable56fc7ae0]], [[#variable56fc7b60]], [[#variable56fc7a60]], curr); break; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#56fc7b60]] | startOffset |
| 1 | 2 | [[#56fc7b60]] | offset |
| 2 | 1 | [[#56fc7ae0]] | d |
| 2 | 2 | [[#56fc7ae0]] | document |
| 3 | 1 | [[#56fc7a60]] | endOffset |
| 3 | 2 | [[#56fc7a60]] | end |