Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1014 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ASTResolving.java |
2 | 1 | 256 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewMethodCompletionProposal.java |
| ||||
String[] argname = StubUtility.getLocalNameSuggestions(project, name, 0, excludedNames); // pass 0 as dimension, base name already contains plural. |
| ||||
String[] suggestions = StubUtility.getArgumentNameSuggestions(project, baseName, 0, excludedNames); |
| |||
String[] [[#variableb51a6680]]= StubUtility. [[#variableb51a6ba0]](project, [[#variableb51a6c80]], 0, excludedNames); // pass 0 as dimension, base name already contains plural. |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b51a6680]] | argname |
1 | 2 | [[#b51a6680]] | suggestions |
2 | 1 | [[#b51a6ba0]] | getLocalNameSuggestions |
2 | 2 | [[#b51a6ba0]] | getArgumentNameSuggestions |
3 | 1 | [[#b51a6c80]] | name |
3 | 2 | [[#b51a6c80]] | baseName |