| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 5 | 3 | 0.962 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 141 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java |
| 2 | 4 | 146 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java |
| 3 | 4 | 184 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java |
| 4 | 4 | 192 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java |
| 5 | 4 | 197 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaDoubleClickSelector.java |
| ||||
if (isIdentifierStart(c)) {
fStart = offset;
fState = IDS;
return true;
}
|
| ||||
if (isIdentifierPart(c)) {
fStart = offset;
fState = ID;
return true;
}
|
| ||||
if (isIdentifierStart(c)) {
fEnd = offset;
fState = IDS;
return true;
}
|
| ||||
if (isIdentifierStart(c)) {
fEnd = offset;
fState = IDS;
return true;
}
|
| ||||
if (isIdentifierPart(c)) {
fEnd = offset;
fState = ID;
return true;
}
|
| |||
if ( [[#variableb4503b40]](c)) {
[[#variableb4503aa0]]= offset;
fState = [[#variableb4503a20]];
return true;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b4503b40]] | isIdentifierStart |
| 1 | 2 | [[#b4503b40]] | isIdentifierStart |
| 1 | 3 | [[#b4503b40]] | isIdentifierPart |
| 1 | 4 | [[#b4503b40]] | isIdentifierPart |
| 1 | 5 | [[#b4503b40]] | isIdentifierStart |
| 2 | 1 | [[#b4503aa0]] | fEnd |
| 2 | 2 | [[#b4503aa0]] | fStart |
| 2 | 3 | [[#b4503aa0]] | fStart |
| 2 | 4 | [[#b4503aa0]] | fEnd |
| 2 | 5 | [[#b4503aa0]] | fEnd |
| 3 | 1 | [[#b4503a20]] | IDS |
| 3 | 2 | [[#b4503a20]] | IDS |
| 3 | 3 | [[#b4503a20]] | ID |
| 3 | 4 | [[#b4503a20]] | ID |
| 3 | 5 | [[#b4503a20]] | IDS |