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.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 233 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java |
2 | 2 | 105 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ParameterEditDialog.java |
| ||||
processor.setCompletionContext(stubTypeContext.getCuHandle(), stubTypeContext.getBeforeString(), stubTypeContext.getAfterString()); ControlContentAssistHelper.createTextContentAssistant(text, processor); |
| ||||
processor.setCompletionContext(fContext.getCuHandle(), fContext.getBeforeString(), fContext.getAfterString()); ControlContentAssistHelper.createTextContentAssistant(fType, processor); |
| |||
processor.setCompletionContext( [[#variable573f5cc0]].getCuHandle(), [[#variable573f5cc0]].getBeforeString(), [[#variable573f5cc0]].getAfterString()); ControlContentAssistHelper.createTextContentAssistant( [[#variable573f5040]], processor); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#573f5cc0]] | stubTypeContext |
1 | 2 | [[#573f5cc0]] | fContext |
2 | 1 | [[#573f5040]] | text |
2 | 2 | [[#573f5040]] | fType |