Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.980 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 979 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
2 | 3 | 985 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
| ||||
if (dialog.open() == Window.OK) { selElement.setAttribute(CPListElement.ACCESSRULES, dialog.getAccessRules()); fLibraryList.refresh(elem); } |
| ||||
if (dialog.open() == Window.OK) { selElement.setAttribute(CPListElement.NATIVE_LIB_PATH, dialog.getNativeLibraryPath()); fLibraryList.refresh(elem); } |
| |||
if (dialog.open() == Window.OK) { selElement.setAttribute(CPListElement. [[#variable57454320]], dialog. [[#variable57454280]]()); fLibraryList.refresh(elem); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57454320]] | NATIVE_LIB_PATH |
1 | 2 | [[#57454320]] | ACCESSRULES |
2 | 1 | [[#57454280]] | getNativeLibraryPath |
2 | 2 | [[#57454280]] | getAccessRules |