Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 209 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/JREsComboBlock.java |
2 | 2 | 256 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/JREsComboBlock.java |
| ||||
if (fCombo.getText().length() == 0 && !fVMs.isEmpty()) { fCombo.select(0); } |
| ||||
if (fEnvironmentsCombo.getText().length() == 0 && !fEnvironments.isEmpty()) { fEnvironmentsCombo.select(0); } |
| |||
if ( [[#variable975c6880]].getText().length() == 0 && ! [[#variable975c6f20]].isEmpty()) { [[#variable975c6880]].select(0); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#975c6880]] | fEnvironmentsCombo |
1 | 2 | [[#975c6880]] | fCombo |
2 | 1 | [[#975c6f20]] | fEnvironments |
2 | 2 | [[#975c6f20]] | fVMs |