Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 92 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/ResourceTransferDragAdapter.java |
2 | 3 | 204 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/FileTransferDragAdapter.java |
| ||||
ISelection s = fProvider.getSelection(); if ( !(s instanceof IStructuredSelection)) return EMPTY_LIST; |
| ||||
ISelection s = fProvider.getSelection(); if ( !(s instanceof IStructuredSelection)) return null; |
| |||
ISelection s = fProvider.getSelection(); if ( !(s instanceof IStructuredSelection)) return [[#variableb964cbe0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b964cbe0]] | null |
1 | 2 | [[#b964cbe0]] | EMPTY_LIST |