Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.975 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 67 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/NewSnippetFileWizardPage.java |
2 | 3 | 137 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInNavigatorViewAction.java |
| ||||
{ ISelection selection = new StructuredSelection(file); ((ISetSelectionTarget) focusPart).selectReveal(selection); } |
| ||||
{ ISelection selection = new StructuredSelection(resource); ((ISetSelectionTarget) view).selectReveal(selection); } |
| |||
{ ISelection selection = new StructuredSelection( [[#variable9df872c0]]); ((ISetSelectionTarget) [[#variable9df87280]]).selectReveal(selection); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9df872c0]] | file |
1 | 2 | [[#9df872c0]] | resource |
2 | 1 | [[#9df87280]] | focusPart |
2 | 2 | [[#9df87280]] | view |