CloneSet7183


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.971statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11180
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/UserLibrary.java
21181
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/UserLibrary.java
Clone Instance
1
Line Count
1
Source Line
180
Source File
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;


Clone Instance
2
Line Count
1
Source Line
181
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/UserLibrary.java

                                        IPath sourceAttachRoot = element.hasAttribute(TAG_SOURCEATTACHMENTROOT) ? new Path(element.getAttribute(TAG_SOURCEATTACHMENTROOT)):  null;


Clone AbstractionParameter Count: 2Parameter Bindings

IPath  [[#variable56b7d380]]= element.hasAttribute( [[#variable56b7d9a0]]) ? new Path(element.getAttribute( [[#variable56b7d9a0]])): null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56b7d380]]
sourceAttachRoot 
12[[#56b7d380]]
sourceAttach 
21[[#56b7d9a0]]
TAG_SOURCEATTACHMENTROOT 
22[[#56b7d9a0]]
TAG_SOURCEATTACHMENT