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.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 572 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
2 | 3 | 576 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
| ||||
String javadocLocation = (String) child.getAttribute(CPListElement.JAVADOC); if (javadocLocation != null) { childElement.setAttribute(TAG_JAVADOC, javadocLocation); } |
| ||||
String nativeLibPath = (String) child.getAttribute(CPListElement.NATIVE_LIB_PATH); if (nativeLibPath != null) { childElement.setAttribute(TAG_NATIVELIB_PATHS, nativeLibPath); } |
| |||
String [[#variable638d1ea0]]= (String) child.getAttribute(CPListElement. [[#variable639379a0]]); if ( [[#variable638d1ea0]]!= null) { childElement.setAttribute( [[#variable638d1d80]], [[#variable638d1ea0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#638d1ea0]] | javadocLocation |
1 | 2 | [[#638d1ea0]] | nativeLibPath |
2 | 1 | [[#639379a0]] | JAVADOC |
2 | 2 | [[#639379a0]] | NATIVE_LIB_PATH |
3 | 1 | [[#638d1d80]] | TAG_JAVADOC |
3 | 2 | [[#638d1d80]] | TAG_NATIVELIB_PATHS |