CloneSet7488


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3240.959class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1347
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/refactoring/LaunchConfigRenameChange.java
2235
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/refactoring/LaunchConfigSetAttributeChange.java
Clone Instance
1
Line Count
3
Source Line
47
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/refactoring/LaunchConfigRenameChange.java

        public Change getUndo(String oldValue) throws CoreException {
                return new LaunchConfigRenameChange(fConfig, oldValue, fLaunchManager, 
                                shouldFlagWarning());
        }


Clone Instance
2
Line Count
2
Source Line
35
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/refactoring/LaunchConfigSetAttributeChange.java

        protected Change getUndo(String oldValue) throws CoreException {
                return new LaunchConfigSetAttributeChange(fConfig, fAttributeName, oldValue, shouldFlagWarning());
        }


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable58cf61c0]]Change getUndo(String oldValue) throws CoreException {
  return new [[#variable58cf6180]](fConfig,  [[#variable58cf60a0]],  [[#variable58cf6100]], shouldFlagWarning());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58cf61c0]]
public 
12[[#58cf61c0]]
protected 
21[[#58cf6180]]
LaunchConfigRenameChange 
22[[#58cf6180]]
LaunchConfigSetAttributeChange 
31[[#58cf60a0]]
oldValue 
32[[#58cf60a0]]
fAttributeName 
41[[#58cf6100]]
fLaunchManager 
42[[#58cf6100]]
oldValue