| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 6 | 3 | 0.966 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 1606 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| 2 | 1 | 1645 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| 3 | 1 | 67 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/Engine.java |
| 4 | 1 | 592 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java |
| 5 | 1 | 368 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
| 6 | 1 | 1472 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
| ||||
CompilationResult fakeResult = new CompilationResult(fakeUnit, 1, 1, this.compilerOptions.maxProblemsPerUnit); |
| ||||
// for now until we can change the UI.
CompilationResult result = new CompilationResult(sourceUnit, 1, 1, this.compilerOptions.maxProblemsPerUnit);
|
| ||||
CompilationResult result = new CompilationResult(sourceUnit, 1, 1, this.compilerOptions.maxProblemsPerUnit); |
| ||||
CompilationResult result = new CompilationResult(sourceUnit, 1, 1, this.compilerOptions.maxProblemsPerUnit); |
| ||||
// Switch the current policy and compilation result for this unit to the requested one.
CompilationResult unitResult = new CompilationResult(sourceUnit, 1, 1, this.options.maxProblemsPerUnit);
|
| ||||
CompilationResult unitResult = new CompilationResult(possibleMatch, 1, 1, this.options.maxProblemsPerUnit); |
| |||
// for now until we can change the UI. // Switch the current policy and compilation result for this unit to the requested one. CompilationResult [[#variableb3127780]]= new CompilationResult( [[#variableba5dfd20]], 1, 1, this. [[#variableba5dfe80]].maxProblemsPerUnit); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b3127780]] | result |
| 1 | 2 | [[#b3127780]] | fakeResult |
| 1 | 3 | [[#b3127780]] | unitResult |
| 1 | 4 | [[#b3127780]] | unitResult |
| 1 | 5 | [[#b3127780]] | result |
| 1 | 6 | [[#b3127780]] | result |
| 2 | 1 | [[#ba5dfd20]] | sourceUnit |
| 2 | 2 | [[#ba5dfd20]] | fakeUnit |
| 2 | 3 | [[#ba5dfd20]] | possibleMatch |
| 2 | 4 | [[#ba5dfd20]] | sourceUnit |
| 2 | 5 | [[#ba5dfd20]] | sourceUnit |
| 2 | 6 | [[#ba5dfd20]] | sourceUnit |
| 3 | 1 | [[#ba5dfe80]] | compilerOptions |
| 3 | 2 | [[#ba5dfe80]] | compilerOptions |
| 3 | 3 | [[#ba5dfe80]] | options |
| 3 | 4 | [[#ba5dfe80]] | options |
| 3 | 5 | [[#ba5dfe80]] | compilerOptions |
| 3 | 6 | [[#ba5dfe80]] | compilerOptions |