CloneSet8795


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.975statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
132711
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java
223088
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java
Clone Instance
1
Line Count
3
Source Line
2711
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java

                // Read classpath file without creating markers nor logging problems
                IClasspathEntry[] classpath = this.readClasspathFile(false, false);
                // extract the output location
                IPath outputLocation = null;


Clone Instance
2
Line Count
2
Source Line
3088
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java

                IClasspathEntry[] classpath = this.readClasspathFile(true
                                                                         /*marker*/
                                                                         ,           false
                                                                                          /*log*/
                                                                                          );
                IPath output = null;


Clone AbstractionParameter Count: 2Parameter Bindings

// Read classpath file without creating markers nor logging problems
IClasspathEntry[] classpath = this.readClasspathFile( [[#variableb1dc6360]]
                                                     /*marker*/
                                                     , false
                                                            /*log*/
                                                            );
// extract the output location
IPath  [[#variableb1dc6480]]= null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1dc6360]]
false 
12[[#b1dc6360]]
true 
21[[#b1dc6480]]
outputLocation 
22[[#b1dc6480]]
output