CloneSet6567


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


Clone Instance
2
Line Count
4
Source Line
612
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                IPath sourceAttachmentRootPath =
                        element.hasAttribute(TAG_ROOTPATH) ?
                          new Path(removeAttribute(TAG_ROOTPATH, attributes)):
                          null;


Clone AbstractionParameter Count: 2Parameter Bindings

// source attachment info (optional)
IPath  [[#variable62603ba0]]= element.hasAttribute( [[#variable62603b80]]) ? new Path(removeAttribute( [[#variable62603b80]], attributes)): null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62603ba0]]
sourceAttachmentRootPath 
12[[#62603ba0]]
sourceAttachmentPath 
21[[#62603b80]]
TAG_ROOTPATH 
22[[#62603b80]]
TAG_SOURCEPATH