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.972 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 422 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/JREsComboBlock.java |
2 | 6 | 435 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/JREsComboBlock.java |
| ||||
{ int index = fCombo.getSelectionIndex(); if (index >= 0) { return (IVMInstall) fVMs.get(index); } return null; } |
| ||||
{ int index = fEnvironmentsCombo.getSelectionIndex(); if (index >= 0) { return (IExecutionEnvironment) fEnvironments.get(index); } return null; } |
| |||
{ int index = [[#variable5465cc60]].getSelectionIndex(); if (index >= 0) { return ( [[#variable5465d5c0]]) [[#variable5465d520]].get(index); } return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5465cc60]] | fEnvironmentsCombo |
1 | 2 | [[#5465cc60]] | fCombo |
2 | 1 | [[#5465d5c0]] | IExecutionEnvironment |
2 | 2 | [[#5465d5c0]] | IVMInstall |
3 | 1 | [[#5465d520]] | fEnvironments |
3 | 2 | [[#5465d520]] | fVMs |