Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.977 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 150 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaMethodCompletionProposal.java |
2 | 5 | 208 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java |
| ||||
FormatterPrefs prefs = getFormatterPrefs(); if (prefs.beforeOpeningParen) buffer.append(SPACE); buffer.append(LPAREN); |
| ||||
FormatterPrefs prefs = getFormatterPrefs(); if (prefs.beforeOpeningParen) replacement.append(SPACE); replacement.append(LPAREN); |
| |||
FormatterPrefs prefs = getFormatterPrefs(); if (prefs.beforeOpeningParen) [[#variable4f932360]].append(SPACE); [[#variable4f932360]].append(LPAREN); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f932360]] | buffer |
1 | 2 | [[#4f932360]] | replacement |