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.960 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 355 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.java |
2 | 4 | 369 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMoveLinesAction.java |
| ||||
{ Assert.isNotNull(delim); insertion = moving + delim + skipped; offset = skippedLine.getOffset(); } |
| ||||
{ Assert.isNotNull(delim); insertion = skipped + delim + moving; offset = movingArea.getOffset(); } |
| |||
{ Assert.isNotNull(delim); insertion = [[#variableb1a6a780]] + delim + [[#variableb1a6a6e0]]; offset = [[#variableb1a6a640]].getOffset(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1a6a780]] | moving |
1 | 2 | [[#b1a6a780]] | skipped |
2 | 1 | [[#b1a6a6e0]] | skipped |
2 | 2 | [[#b1a6a6e0]] | moving |
3 | 1 | [[#b1a6a640]] | skippedLine |
3 | 2 | [[#b1a6a640]] | movingArea |