Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 972 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMemberPage.java |
2 | 5 | 589 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PushDownWizard.java |
| ||||
if (selection != null) { fTableViewer.getControl().setFocus(); fTableViewer.setSelection(selection); } checkPageCompletionStatus(displayErrors); |
| ||||
if (preserved != null) { fTableViewer.getControl().setFocus(); fTableViewer.setSelection(preserved); } checkPageCompletionStatus(displayErrorMessage); |
| |||
if ( [[#variable9b849440]]!= null) { fTableViewer.getControl().setFocus(); fTableViewer.setSelection( [[#variable9b849440]]); } checkPageCompletionStatus( [[#variable95ebeae0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b849440]] | selection |
1 | 2 | [[#9b849440]] | preserved |
2 | 1 | [[#95ebeae0]] | displayErrors |
2 | 2 | [[#95ebeae0]] | displayErrorMessage |