CloneSet7690


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.979statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111052
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java
21128
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java
Clone Instance
1
Line Count
1
Source Line
1052
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java

                        // compute parse tree for this most outer type
                        CompilationResult result = new CompilationResult(outerType.getFileName(), 1, 1, this.compilerOptions.maxProblemsPerUnit);


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

        // build corresponding compilation unit
        CompilationResult result = new CompilationResult(sourceType.getFileName(), 1, 1, this.options.maxProblemsPerUnit);


Clone AbstractionParameter Count: 2Parameter Bindings

// compute parse tree for this most outer type
// build corresponding compilation unit
CompilationResult result = new CompilationResult( [[#variable5ab68c80]].getFileName(), 1, 1, this. [[#variable5ab68ce0]].maxProblemsPerUnit);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5ab68c80]]
outerType 
12[[#5ab68c80]]
sourceType 
21[[#5ab68ce0]]
compilerOptions 
22[[#5ab68ce0]]
options