Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.978 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 105 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgUserInputPage.java |
2 | 4 | 828 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
ISelection selection = event.getSelection(); if ( !(selection instanceof IStructuredSelection)) return; IStructuredSelection ss = (IStructuredSelection) selection; |
| ||||
ISelection selection = tableViewer.getSelection(); if ( ! (selection instanceof IStructuredSelection)) return; IStructuredSelection structuredSelection = (IStructuredSelection) selection; |
| |||
ISelection selection = [[#variable4e5bb020]].getSelection(); if ( !(selection instanceof IStructuredSelection)) return; IStructuredSelection [[#variable4e5ba6c0]]= (IStructuredSelection) selection; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e5bb020]] | event |
1 | 2 | [[#4e5bb020]] | tableViewer |
2 | 1 | [[#4e5ba6c0]] | ss |
2 | 2 | [[#4e5ba6c0]] | structuredSelection |