Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 341 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java |
2 | 3 | 345 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClipboardOperationAction.java |
| ||||
if (textData != null) { datas.add(textData); transfers.add(TextTransfer.getInstance()); } |
| ||||
if (rtfData != null) { datas.add(rtfData); transfers.add(RTFTransfer.getInstance()); } |
| |||
if ( [[#variable99b37880]]!= null) { datas.add( [[#variable99b37880]]); transfers.add( [[#variable99b377e0]].getInstance()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#99b37880]] | rtfData |
1 | 2 | [[#99b37880]] | textData |
2 | 1 | [[#99b377e0]] | RTFTransfer |
2 | 2 | [[#99b377e0]] | TextTransfer |