| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.973 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 605 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| 2 | 4 | 612 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| ||||
// source attachment info (optional)
IPath sourceAttachmentPath =
element.hasAttribute(TAG_SOURCEPATH) ?
new Path(removeAttribute(TAG_SOURCEPATH, attributes)):
null;
|
| ||||
IPath sourceAttachmentRootPath =
element.hasAttribute(TAG_ROOTPATH) ?
new Path(removeAttribute(TAG_ROOTPATH, attributes)):
null;
|
| |||
// source attachment info (optional) IPath [[#variable62603ba0]]= element.hasAttribute( [[#variable62603b80]]) ? new Path(removeAttribute( [[#variable62603b80]], attributes)): null; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#62603ba0]] | sourceAttachmentRootPath |
| 1 | 2 | [[#62603ba0]] | sourceAttachmentPath |
| 2 | 1 | [[#62603b80]] | TAG_ROOTPATH |
| 2 | 2 | [[#62603b80]] | TAG_SOURCEPATH |