| 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.986 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 316 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/SurroundWithTemplateMenuAction.java |
| 2 | 4 | 118 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleCommentAction.java |
| ||||
if ( !(selection instanceof ITextSelection))
return null;
ITextSelection textSelection = (ITextSelection) selection;
|
| ||||
if ( !(selection instanceof ITextSelection))
return false;
ITextSelection textSelection = (ITextSelection) selection;
|
| |||
if ( !(selection instanceof ITextSelection)) return [[#variableb30ca940]]; ITextSelection textSelection = (ITextSelection) selection; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b30ca940]] | false |
| 1 | 2 | [[#b30ca940]] | null |