| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 4 | 0.962 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 263 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CopyToClipboardAction.java |
| 2 | 4 | 267 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/CopyToClipboardAction.java |
| ||||
if (resources.length != 0)
result.add(ResourceTransfer.getInstance());
if (javaElements.length != 0)
result.add(JavaElementTransfer.getInstance());
|
| ||||
if (fileNames.length != 0)
result.add(FileTransfer.getInstance());
if (typedSources.length != 0)
result.add(TypedSourceTransfer.getInstance());
|
| |||
if ( [[#variable55e677c0]].length != 0) result.add( [[#variable55e2f060]].getInstance()); if ( [[#variable55e67780]].length != 0) result.add( [[#variable55e668c0]].getInstance()); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#55e677c0]] | resources |
| 1 | 2 | [[#55e677c0]] | fileNames |
| 2 | 1 | [[#55e2f060]] | ResourceTransfer |
| 2 | 2 | [[#55e2f060]] | FileTransfer |
| 3 | 1 | [[#55e67780]] | javaElements |
| 3 | 2 | [[#55e67780]] | typedSources |
| 4 | 1 | [[#55e668c0]] | JavaElementTransfer |
| 4 | 2 | [[#55e668c0]] | TypedSourceTransfer |