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.952 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 72 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/InlineMethodInputPage.java |
2 | 5 | 102 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/InlineMethodInputPage.java |
| ||||
radio.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent event) { fRemove.setEnabled(fRefactoring.canEnableDeleteSource()); if (((Button) event.widget).getSelection()) changeRefactoring(InlineMethodRefactoring.Mode.INLINE_ALL); } } ); |
| ||||
radio.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent event) { fRemove.setEnabled(false); if (((Button) event.widget).getSelection()) changeRefactoring(InlineMethodRefactoring.Mode.INLINE_SINGLE); } } ); |
| |||
radio.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent event) { fRemove.setEnabled( [[#variableb145c9c0]]); if (((Button) event.widget).getSelection()) changeRefactoring(InlineMethodRefactoring.Mode. [[#variableb145ca80]]); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b145c9c0]] | fRefactoring.canEnableDeleteSource() |
1 | 2 | [[#b145c9c0]] | false |
2 | 1 | [[#b145ca80]] | INLINE_ALL |
2 | 2 | [[#b145ca80]] | INLINE_SINGLE |