Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.955 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 276 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java |
2 | 5 | 285 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java |
| ||||
{ c = document.getChar(offset); if ( !forward(c, offset)) break; ++offset; } |
| ||||
{ c = document.getChar(offset); if ( !backward(c, offset)) break; --offset; } |
| |||
{ c = document.getChar(offset); if ( ! [[#variable529fae80]](c, offset)) break; [[#variable529fb760]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#529fae80]] | forward |
1 | 2 | [[#529fae80]] | backward |
2 | 1 | [[#529fb760]] | ++offset |
2 | 2 | [[#529fb760]] | --offset |