Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 566 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AbstractJavaCompletionProposal.java |
2 | 2 | 62 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java |
| ||||
String prefix = getPrefix(document, completionOffset); return getCamelCaseCompound(prefix, getReplacementString()); |
| ||||
String prefix = getPrefix(document, completionOffset); return getCamelCaseCompound(prefix, completion); |
| |||
String prefix = getPrefix(document, completionOffset); return getCamelCaseCompound(prefix, [[#variable5967dea0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5967dea0]] | getReplacementString() |
1 | 2 | [[#5967dea0]] | completion |