CloneSet7957


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1240.956variable_declarator_list
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11349
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java
21562
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyProcessor.java
Clone Instance
1
Line Count
1
Source Line
349
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java

                                        cuNode = RefactoringASTParser.parseWithASTProvider(fCu, true, new SubProgressMonitor(pm, 3))


Clone Instance
2
Line Count
1
Source Line
562
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyProcessor.java

                                                              cuNode = RefactoringASTParser.parseWithASTProvider(unit, false, new SubProgressMonitor(monitor, 1))


Clone AbstractionParameter Count: 4Parameter Bindings

cuNode = RefactoringASTParser.parseWithASTProvider( [[#variable4f058d80]],  [[#variable4f058d00]], new SubProgressMonitor( [[#variable4f058ca0]],  [[#variable4f058b60]]))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4f058d80]]
unit 
12[[#4f058d80]]
fCu 
21[[#4f058d00]]
false 
22[[#4f058d00]]
true 
31[[#4f058ca0]]
monitor 
32[[#4f058ca0]]
pm 
41[[#4f058b60]]
1 
42[[#4f058b60]]
3