Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 675 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
2 | 3 | 679 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
| ||||
if (archiveElement.hasAttribute(TAG_JAVADOC)) { String javadoc = archiveElement.getAttribute(TAG_JAVADOC); newArchive.setAttribute(CPListElement.JAVADOC, javadoc); } |
| ||||
if (archiveElement.hasAttribute(TAG_NATIVELIB_PATHS)) { String nativeLibPath = archiveElement.getAttribute(TAG_NATIVELIB_PATHS); newArchive.setAttribute(CPListElement.NATIVE_LIB_PATH, nativeLibPath); } |
| |||
if (archiveElement.hasAttribute( [[#variable5ba35040]])) { String [[#variable5ba34fc0]]= archiveElement.getAttribute( [[#variable5ba35040]]); newArchive.setAttribute(CPListElement. [[#variable5ba352e0]], [[#variable5ba34fc0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ba35040]] | TAG_JAVADOC |
1 | 2 | [[#5ba35040]] | TAG_NATIVELIB_PATHS |
2 | 1 | [[#5ba34fc0]] | javadoc |
2 | 2 | [[#5ba34fc0]] | nativeLibPath |
3 | 1 | [[#5ba352e0]] | JAVADOC |
3 | 2 | [[#5ba352e0]] | NATIVE_LIB_PATH |