CloneSet1424


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4550.964statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14105
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java
24127
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java
34186
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java
44214
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java
54303
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java
Clone Instance
1
Line Count
4
Source Line
105
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java

                        PropertyChangeEvent event = new PropertyChangeEvent(this, IVMInstallChangedListener.PROPERTY_NAME, fName, name);
                        fName = name;
                        if (fNotify) {
                                JavaRuntime.fireVMChanged(event);
                        }


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

                        PropertyChangeEvent event = new PropertyChangeEvent(this, IVMInstallChangedListener.PROPERTY_INSTALL_LOCATION, fInstallLocation, installLocation);
                        fInstallLocation = installLocation;
                        if (fNotify) {
                                JavaRuntime.fireVMChanged(event);
                        }


Clone Instance
3
Line Count
4
Source Line
186
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java

                PropertyChangeEvent event = new PropertyChangeEvent(this, IVMInstallChangedListener.PROPERTY_LIBRARY_LOCATIONS, prevLocations, newLocations);
                fSystemLibraryDescriptions = locations;
                if (fNotify) {
                        JavaRuntime.fireVMChanged(event);
                }


Clone Instance
4
Line Count
4
Source Line
214
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java

                PropertyChangeEvent event = new PropertyChangeEvent(this, IVMInstallChangedListener.PROPERTY_JAVADOC_LOCATION, fJavadocLocation, url);
                fJavadocLocation = url;
                if (fNotify) {
                        JavaRuntime.fireVMChanged(event);
                }


Clone Instance
5
Line Count
4
Source Line
303
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java

        PropertyChangeEvent event = new PropertyChangeEvent(this, IVMInstallChangedListener.PROPERTY_VM_ARGUMENTS, fVMArgs, vmArgs);
        fVMArgs = vmArgs;
                if (fNotify) {
                        JavaRuntime.fireVMChanged(event);
                }


Clone AbstractionParameter Count: 5Parameter Bindings

PropertyChangeEvent event = new PropertyChangeEvent(this, IVMInstallChangedListener. [[#variableb8bdb960]],  [[#variableba5ea760]],  [[#variableba5ea7c0]]);
 [[#variablebb7e04c0]]= [[#variableb8bdb980]];
if (fNotify) {
  JavaRuntime.fireVMChanged(event);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b8bdb960]]
PROPERTY_NAME 
12[[#b8bdb960]]
PROPERTY_INSTALL_LOCATION 
13[[#b8bdb960]]
PROPERTY_LIBRARY_LOCATIONS 
14[[#b8bdb960]]
PROPERTY_JAVADOC_LOCATION 
15[[#b8bdb960]]
PROPERTY_VM_ARGUMENTS 
21[[#ba5ea760]]
fName 
22[[#ba5ea760]]
fInstallLocation 
23[[#ba5ea760]]
prevLocations 
24[[#ba5ea760]]
fJavadocLocation 
25[[#ba5ea760]]
fVMArgs 
31[[#ba5ea7c0]]
name 
32[[#ba5ea7c0]]
installLocation 
33[[#ba5ea7c0]]
newLocations 
34[[#ba5ea7c0]]
url 
35[[#ba5ea7c0]]
vmArgs 
41[[#bb7e04c0]]
fName 
42[[#bb7e04c0]]
fInstallLocation 
43[[#bb7e04c0]]
fSystemLibraryDescriptions 
44[[#bb7e04c0]]
fJavadocLocation 
45[[#bb7e04c0]]
fVMArgs 
51[[#b8bdb980]]
name 
52[[#b8bdb980]]
installLocation 
53[[#b8bdb980]]
locations 
54[[#b8bdb980]]
url 
55[[#b8bdb980]]
vmArgs