CloneSet5392


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.955statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12281
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java
22167
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java
31630
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java
Clone Instance
1
Line Count
2
Source Line
281
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java

                // Switch the current policy and compilation result for this unit to the requested one.
                CompilationResult unitResult =
                        new CompilationResult(sourceUnit, totalUnits, totalUnits, this.options.maxProblemsPerUnit);


Clone Instance
2
Line Count
2
Source Line
167
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java

                        CompilationResult unitResult =
                                new CompilationResult(sourceUnit, index++ , maxUnits, this.options.maxProblemsPerUnit);


Clone Instance
3
Line Count
1
Source Line
630
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java

                                        CompilationResult unitResult = new CompilationResult(sourceUnit, i, openablesLength, this.options.maxProblemsPerUnit);


Clone AbstractionParameter Count: 2Parameter Bindings

// Switch the current policy and compilation result for this unit to the requested one.
CompilationResult unitResult = new CompilationResult(sourceUnit,  [[#variablea52cbdc0]],  [[#variablea52cbd40]], this.options.maxProblemsPerUnit);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a52cbdc0]]
totalUnits 
12[[#a52cbdc0]]
index++ 
13[[#a52cbdc0]]
i 
21[[#a52cbd40]]
totalUnits 
22[[#a52cbd40]]
maxUnits 
23[[#a52cbd40]]
openablesLength