Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 166 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java |
2 | 2 | 288 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java |
| ||||
fTreeViewer.expandToLevel(node, 0); fTreeViewer.setSelection(new StructuredSelection(new Node[] { node } )); |
| ||||
fInnerViewer.expandToLevel(node, 0); fInnerViewer.setSelection(new StructuredSelection(new Object[] { node } )); |
| |||
[[#variable4ef78c40]].expandToLevel(node, 0); [[#variable4ef78c40]].setSelection(new StructuredSelection(new [[#variable4ef792a0]][] { node } )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ef78c40]] | fTreeViewer |
1 | 2 | [[#4ef78c40]] | fInnerViewer |
2 | 1 | [[#4ef792a0]] | Node |
2 | 2 | [[#4ef792a0]] | Object |