Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.982 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 35 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/SelectionUtil.java |
2 | 5 | 129 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/BuildActionGroup.java |
| ||||
if ( !(s instanceof IStructuredSelection)) return null; IStructuredSelection selection = (IStructuredSelection) s; if (selection.size() != 1) return null; |
| ||||
if ( !(s instanceof IStructuredSelection)) return false; IStructuredSelection selection = (IStructuredSelection) s; if (selection.size() != 1) return false; |
| |||
if ( !(s instanceof IStructuredSelection)) return [[#variable62e0aba0]]; IStructuredSelection selection = (IStructuredSelection) s; if (selection.size() != 1) return [[#variable62e0aba0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62e0aba0]] | null |
1 | 2 | [[#62e0aba0]] | false |