Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 6 | 2 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1513 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 3 | 1650 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
3 | 3 | 1752 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
4 | 3 | 597 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java |
5 | 3 | 668 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java |
6 | 3 | 1066 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/SelectionEngine.java |
| ||||
if (DEBUG) { System.out.println("SNIPPET COMPLETION AST :"); //$NON-NLS-1$ System.out.println(compilationUnit.toString()); } |
| ||||
if (DEBUG) { System.out.println("COMPLETION - Diet AST :"); //$NON-NLS-1$ System.out.println(parsedUnit.toString()); } |
| ||||
if (DEBUG) { System.out.println("COMPLETION - AST :"); //$NON-NLS-1$ System.out.println(parsedUnit.toString()); } |
| ||||
if (DEBUG) { System.out.println("SELECTION - Diet AST :"); //$NON-NLS-1$ System.out.println(parsedUnit.toString()); } |
| ||||
if (DEBUG) { System.out.println("SELECTION - AST :"); //$NON-NLS-1$ System.out.println(parsedUnit.toString()); } |
| ||||
if (DEBUG) { System.out.println("SELECTION - Diet AST :"); //$NON-NLS-1$ System.out.println(parsedUnit.toString()); } |
| |||
if (DEBUG) { System.out.println( [[#variable536638e0]]); //$NON-NLS-1$ System.out.println( [[#variable53663840]].toString()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#536638e0]] | "SELECTION - Diet AST :" |
1 | 2 | [[#536638e0]] | "COMPLETION - Diet AST :" |
1 | 3 | [[#536638e0]] | "COMPLETION - AST :" |
1 | 4 | [[#536638e0]] | "SELECTION - AST :" |
1 | 5 | [[#536638e0]] | "SNIPPET COMPLETION AST :" |
1 | 6 | [[#536638e0]] | "SELECTION - Diet AST :" |
2 | 1 | [[#53663840]] | parsedUnit |
2 | 2 | [[#53663840]] | parsedUnit |
2 | 3 | [[#53663840]] | parsedUnit |
2 | 4 | [[#53663840]] | parsedUnit |
2 | 5 | [[#53663840]] | compilationUnit |
2 | 6 | [[#53663840]] | parsedUnit |