CloneSet4591


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.974statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141594
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java
241618
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java
Clone Instance
1
Line Count
4
Source Line
1594
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java

                        libraryPaths = new IPath[dflts.length];
                        sourcePaths = new IPath[dflts.length];
                        sourceRootPaths = new IPath[dflts.length];
                        javadocLocations = new URL[dflts.length];


Clone Instance
2
Line Count
4
Source Line
1618
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java

                        libraryPaths = new IPath[locations.length];
                        sourcePaths = new IPath[locations.length];
                        sourceRootPaths = new IPath[locations.length];
                        javadocLocations = new URL[locations.length];


Clone AbstractionParameter Count: 1Parameter Bindings

libraryPaths = new IPath[ [[#variable9d968c40]].length];
sourcePaths = new IPath[ [[#variable9d968c40]].length];
sourceRootPaths = new IPath[ [[#variable9d968c40]].length];
javadocLocations = new URL[ [[#variable9d968c40]].length];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9d968c40]]
dflts 
12[[#9d968c40]]
locations