Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.975 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 528 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetEditor.java |
2 | 4 | 1321 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetEditor.java |
| ||||
if (getImports() != null) { fEvaluationContext.setImports(getImports()); } else { fEvaluationContext.setImports(new String[] { } ); } |
| ||||
if (getImports() != null) { fEngine.setImports(getImports()); } else { fEngine.setImports(new String[] { } ); } |
| |||
if (getImports() != null) { [[#variable941e2ee0]].setImports(getImports()); } else { [[#variable941e2ee0]].setImports(new String[] { } ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#941e2ee0]] | fEngine |
1 | 2 | [[#941e2ee0]] | fEvaluationContext |