Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 1 | 0.970 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 497 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/SourceView.java |
2 | 13 | 103 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/ChangeHoverInformationControl.java |
| ||||
parent.setRedraw(false); styledText.setFont(font); fViewer.setSelectedRange(selection.x, selection.y); fViewer.setTopIndex(topIndex); if (parent instanceof Composite) { Composite composite = (Composite) parent; composite.layout(true); } parent.setRedraw(true); |
| ||||
parent.setRedraw(false); styledText.setFont(font); getViewer().setSelectedRange(selection.x, selection.y); getViewer().setTopIndex(topIndex); if (parent instanceof Composite) { Composite composite = (Composite) parent; composite.layout(true); } parent.setRedraw(true); |
| |||
parent.setRedraw(false); styledText.setFont(font); [[#variable5b7a3c60]].setSelectedRange(selection.x, selection.y); [[#variable5b7a3c60]].setTopIndex(topIndex); if (parent instanceof Composite) { Composite composite = (Composite) parent; composite.layout(true); } parent.setRedraw(true); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b7a3c60]] | fViewer |
1 | 2 | [[#5b7a3c60]] | getViewer() |