CloneSet5100


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4320.968statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141149
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
241154
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
341195
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
Clone Instance
1
Line Count
4
Source Line
1149
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                if (getSourceAttachmentPath() != null) {
                        buffer.append("[sourcePath:"); //$NON-NLS-1$
                        buffer.append(getSourceAttachmentPath());
                        buffer.append(']');
                }


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

                if (getSourceAttachmentRootPath() != null) {
                        buffer.append("[rootPath:"); //$NON-NLS-1$
                        buffer.append(getSourceAttachmentRootPath());
                        buffer.append(']');
                }


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

                if (getOutputLocation() != null) {
                        buffer.append("[output:"); //$NON-NLS-1$
                        buffer.append(getOutputLocation());
                        buffer.append(']');
                }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable613ac5e0]]() != null) {
  buffer.append( [[#variable613ac520]]); //$NON-NLS-1$
  buffer.append( [[#variable613ac5e0]]());
  buffer.append(']');
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#613ac5e0]]
getOutputLocation 
12[[#613ac5e0]]
getSourceAttachmentRootPath 
13[[#613ac5e0]]
getSourceAttachmentPath 
21[[#613ac520]]
"[output:" 
22[[#613ac520]]
"[rootPath:" 
23[[#613ac520]]
"[sourcePath:"