Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.952 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 184 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/OpenAndExpand.java |
2 | 6 | 192 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/navigator/OpenAndExpand.java |
| ||||
public void selectionChanged(IStructuredSelection selection) { fOpenAction.selectionChanged(selection); } public void selectionChanged(ITextSelection selection) { fOpenAction.selectionChanged(selection); } |
| ||||
public void selectionChanged(JavaTextSelection selection) { fOpenAction.selectionChanged(selection); } public void selectionChanged(SelectionChangedEvent event) { fOpenAction.selectionChanged(event); } |
| |||
public void selectionChanged( [[#variable774fa300]] selection) { fOpenAction.selectionChanged(selection); } public void selectionChanged( [[#variableb3dafc20]] [[#variable774fa380]]) { fOpenAction.selectionChanged( [[#variable774fa380]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#774fa300]] | JavaTextSelection |
1 | 2 | [[#774fa300]] | IStructuredSelection |
2 | 1 | [[#b3dafc20]] | SelectionChangedEvent |
2 | 2 | [[#b3dafc20]] | ITextSelection |
3 | 1 | [[#774fa380]] | event |
3 | 2 | [[#774fa380]] | selection |