Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.987 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 146 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesConfigurationBlock.java |
2 | 4 | 151 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesConfigurationBlock.java |
| ||||
{ String res = chooseExternal(); if (res != null) { fPathField.setText(res); } } |
| ||||
{ String res = chooseInternal(); if (res != null) { fPathField.setText(res); } } |
| |||
{ String res = [[#variablea318c520]](); if (res != null) { fPathField.setText(res); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a318c520]] | chooseExternal |
1 | 2 | [[#a318c520]] | chooseInternal |