Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 200 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/MultiVariableGuess.java |
2 | 2 | 202 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateProposal.java |
| ||||
String[] choices = variable.getValues(); ICompletionProposal[] ret = new ICompletionProposal[choices.length]; |
| ||||
String[] values = variable.getValues(); ICompletionProposal[] proposals = new ICompletionProposal[values.length]; |
| |||
String[] [[#variablea384e8a0]]= variable.getValues(); ICompletionProposal[] [[#variablea384ec40]]= new ICompletionProposal[ [[#variablea384e8a0]].length]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a384e8a0]] | values |
1 | 2 | [[#a384e8a0]] | choices |
2 | 1 | [[#a384ec40]] | proposals |
2 | 2 | [[#a384ec40]] | ret |