CloneSet3502


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6320.984statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161119
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java
251186
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java
361299
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java
Clone Instance
1
Line Count
6
Source Line
1119
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java

                        if (fModifications != null)
                                return fModifications;

                        fModifications = new CopyModifications();
                        fReorgExecutionLog = new ReorgExecutionLog();
                        CopyArguments args = new CopyArguments(getJavaElementDestination(), fReorgExecutionLog);


Clone Instance
2
Line Count
5
Source Line
1186
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java

                        if (fModifications != null)
                                return fModifications;
                        fModifications = new CopyModifications();
                        fReorgExecutionLog = new ReorgExecutionLog();
                        CopyArguments jArgs = new CopyArguments(getDestination(), fReorgExecutionLog);


Clone Instance
3
Line Count
6
Source Line
1299
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java

                        if (fModifications != null)
                                return fModifications;

                        fModifications = new CopyModifications();
                        fReorgExecutionLog = new ReorgExecutionLog();
                        CopyArguments javaArgs = new CopyArguments(getDestinationJavaProject(), fReorgExecutionLog);


Clone AbstractionParameter Count: 2Parameter Bindings

if (fModifications != null)
  return fModifications;
fModifications = new CopyModifications();
fReorgExecutionLog = new ReorgExecutionLog();
CopyArguments  [[#variablea0f60e20]]= new CopyArguments( [[#variableb197f1c0]](), fReorgExecutionLog);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0f60e20]]
args 
12[[#a0f60e20]]
jArgs 
13[[#a0f60e20]]
javaArgs 
21[[#b197f1c0]]
getJavaElementDestination 
22[[#b197f1c0]]
getDestination 
23[[#b197f1c0]]
getDestinationJavaProject