Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 3 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 204 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java |
2 | 5 | 210 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java |
3 | 5 | 221 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java |
| ||||
if (isIdentifierStart(c)) { fEnd = offset; fState = IDS; fAnchorState = fState; return true; } |
| ||||
if (isIdentifierPart(c)) { fEnd = offset; fState = ID; fAnchorState = fState; return true; } |
| ||||
if (isAt(c)) { fStart = offset; fState = AT; fAnchorState = fState; return true; } |
| |||
if ( [[#variable61c94c40]](c)) { [[#variable61c94bc0]]= offset; fState = [[#variable61c94b20]]; fAnchorState = fState; return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61c94c40]] | isIdentifierStart |
1 | 2 | [[#61c94c40]] | isIdentifierPart |
1 | 3 | [[#61c94c40]] | isAt |
2 | 1 | [[#61c94bc0]] | fEnd |
2 | 2 | [[#61c94bc0]] | fEnd |
2 | 3 | [[#61c94bc0]] | fStart |
3 | 1 | [[#61c94b20]] | IDS |
3 | 2 | [[#61c94b20]] | ID |
3 | 3 | [[#61c94b20]] | AT |