| 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.986 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 282 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/IndentManipulation.java |
| 2 | 2 | 337 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/IndentManipulation.java |
| ||||
IRegion region = tracker.getLineInformation(i);
int start = region.getOffset();
|
| ||||
IRegion region = tracker.getLineInformation(i);
int offset = region.getOffset();
|
| |||
IRegion region = tracker.getLineInformation(i); int [[#variable9d3ff400]]= region.getOffset(); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9d3ff400]] | offset |
| 1 | 2 | [[#9d3ff400]] | start |