| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 3 | 0.959 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 97 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/OverrideCompletionProposal.java |
| 2 | 2 | 61 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/WordCompletionProposalComputer.java |
| ||||
while (index >= 0 && Character.isJavaIdentifierPart(buffer.getChar(index)))
index--;
|
| ||||
while (index >= 0 && Character.isLetter(content.charAt(index)))
index--;
|
| |||
while (index >= 0 && Character. [[#variable9e6f08e0]]( [[#variable9e6f04c0]]. [[#variable9e6f0980]](index))) index--; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9e6f08e0]] | isLetter |
| 1 | 2 | [[#9e6f08e0]] | isJavaIdentifierPart |
| 2 | 1 | [[#9e6f04c0]] | content |
| 2 | 2 | [[#9e6f04c0]] | buffer |
| 3 | 1 | [[#9e6f0980]] | charAt |
| 3 | 2 | [[#9e6f0980]] | getChar |