Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.987 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 654 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaHeuristicScanner.java |
2 | 7 | 714 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaHeuristicScanner.java |
| ||||
{ fChar = fDocument.getChar(fPos); if (condition.stop(fChar, fPos, true)) return fPos; fPos = condition.nextPosition(fPos, true); } |
| ||||
{ fChar = fDocument.getChar(fPos); if (condition.stop(fChar, fPos, false)) return fPos; fPos = condition.nextPosition(fPos, false); } |
| |||
{ fChar = fDocument.getChar(fPos); if (condition.stop(fChar, fPos, [[#variable92feb740]])) return fPos; fPos = condition.nextPosition(fPos, [[#variable92feb740]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92feb740]] | true |
1 | 2 | [[#92feb740]] | false |