Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 5 | 0.964 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 105 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java |
2 | 4 | 127 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java |
3 | 4 | 186 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java |
4 | 4 | 214 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractVMInstall.java |
5 | 4 | 303 | 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); } |
| ||||
PropertyChangeEvent event = new PropertyChangeEvent(this, IVMInstallChangedListener.PROPERTY_INSTALL_LOCATION, fInstallLocation, installLocation); fInstallLocation = installLocation; if (fNotify) { JavaRuntime.fireVMChanged(event); } |
| ||||
PropertyChangeEvent event = new PropertyChangeEvent(this, IVMInstallChangedListener.PROPERTY_LIBRARY_LOCATIONS, prevLocations, newLocations); fSystemLibraryDescriptions = locations; if (fNotify) { JavaRuntime.fireVMChanged(event); } |
| ||||
PropertyChangeEvent event = new PropertyChangeEvent(this, IVMInstallChangedListener.PROPERTY_JAVADOC_LOCATION, fJavadocLocation, url); fJavadocLocation = url; if (fNotify) { JavaRuntime.fireVMChanged(event); } |
| ||||
PropertyChangeEvent event = new PropertyChangeEvent(this, IVMInstallChangedListener.PROPERTY_VM_ARGUMENTS, fVMArgs, vmArgs); fVMArgs = vmArgs; if (fNotify) { JavaRuntime.fireVMChanged(event); } |
| |||
PropertyChangeEvent event = new PropertyChangeEvent(this, IVMInstallChangedListener. [[#variableb8bdb960]], [[#variableba5ea760]], [[#variableba5ea7c0]]); [[#variablebb7e04c0]]= [[#variableb8bdb980]]; if (fNotify) { JavaRuntime.fireVMChanged(event); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b8bdb960]] | PROPERTY_NAME |
1 | 2 | [[#b8bdb960]] | PROPERTY_INSTALL_LOCATION |
1 | 3 | [[#b8bdb960]] | PROPERTY_LIBRARY_LOCATIONS |
1 | 4 | [[#b8bdb960]] | PROPERTY_JAVADOC_LOCATION |
1 | 5 | [[#b8bdb960]] | PROPERTY_VM_ARGUMENTS |
2 | 1 | [[#ba5ea760]] | fName |
2 | 2 | [[#ba5ea760]] | fInstallLocation |
2 | 3 | [[#ba5ea760]] | prevLocations |
2 | 4 | [[#ba5ea760]] | fJavadocLocation |
2 | 5 | [[#ba5ea760]] | fVMArgs |
3 | 1 | [[#ba5ea7c0]] | name |
3 | 2 | [[#ba5ea7c0]] | installLocation |
3 | 3 | [[#ba5ea7c0]] | newLocations |
3 | 4 | [[#ba5ea7c0]] | url |
3 | 5 | [[#ba5ea7c0]] | vmArgs |
4 | 1 | [[#bb7e04c0]] | fName |
4 | 2 | [[#bb7e04c0]] | fInstallLocation |
4 | 3 | [[#bb7e04c0]] | fSystemLibraryDescriptions |
4 | 4 | [[#bb7e04c0]] | fJavadocLocation |
4 | 5 | [[#bb7e04c0]] | fVMArgs |
5 | 1 | [[#b8bdb980]] | name |
5 | 2 | [[#b8bdb980]] | installLocation |
5 | 3 | [[#b8bdb980]] | locations |
5 | 4 | [[#b8bdb980]] | url |
5 | 5 | [[#b8bdb980]] | vmArgs |