Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.979 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1052 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java |
2 | 1 | 128 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java |
| ||||
// compute parse tree for this most outer type CompilationResult result = new CompilationResult(outerType.getFileName(), 1, 1, this.compilerOptions.maxProblemsPerUnit); |
| ||||
// build corresponding compilation unit CompilationResult result = new CompilationResult(sourceType.getFileName(), 1, 1, this.options.maxProblemsPerUnit); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ab68c80]] | outerType |
1 | 2 | [[#5ab68c80]] | sourceType |
2 | 1 | [[#5ab68ce0]] | compilerOptions |
2 | 2 | [[#5ab68ce0]] | options |