Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.971 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 180 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/UserLibrary.java |
2 | 1 | 181 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/UserLibrary.java |
| ||||
IPath sourceAttach = element.hasAttribute(TAG_SOURCEATTACHMENT) ? new Path(element.getAttribute(TAG_SOURCEATTACHMENT)): null; |
| ||||
IPath sourceAttachRoot = element.hasAttribute(TAG_SOURCEATTACHMENTROOT) ? new Path(element.getAttribute(TAG_SOURCEATTACHMENTROOT)): null; |
| |||
IPath [[#variable56b7d380]]= element.hasAttribute( [[#variable56b7d9a0]]) ? new Path(element.getAttribute( [[#variable56b7d9a0]])): null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56b7d380]] | sourceAttachRoot |
1 | 2 | [[#56b7d380]] | sourceAttach |
2 | 1 | [[#56b7d9a0]] | TAG_SOURCEATTACHMENTROOT |
2 | 2 | [[#56b7d9a0]] | TAG_SOURCEATTACHMENT |