Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 665 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
2 | 2 | 671 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
| ||||
String pathString = archiveElement.getAttribute(TAG_ARCHIVE_PATH); IPath path = version.equals(VERSION1) ? Path.fromOSString(pathString): Path.fromPortableString(pathString); |
| ||||
String sourceAttachString = archiveElement.getAttribute(TAG_SOURCEATTACHMENT); IPath sourceAttach = version.equals(VERSION1) ? Path.fromOSString(sourceAttachString): Path.fromPortableString(sourceAttachString); |
| |||
String [[#variable56190420]]= archiveElement.getAttribute( [[#variable56190020]]); IPath [[#variable56190340]]= version.equals(VERSION1) ? Path.fromOSString( [[#variable56190420]]): Path.fromPortableString( [[#variable56190420]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56190420]] | pathString |
1 | 2 | [[#56190420]] | sourceAttachString |
2 | 1 | [[#56190020]] | TAG_ARCHIVE_PATH |
2 | 2 | [[#56190020]] | TAG_SOURCEATTACHMENT |
3 | 1 | [[#56190340]] | path |
3 | 2 | [[#56190340]] | sourceAttach |