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.975 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 477 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java |
2 | 3 | 489 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java |
| ||||
fEnableAllButton.addListener(SWT.Selection, new Listener() { public void handleEvent(Event e) { checkAllFilters(true); } } ); |
| ||||
fDisableAllButton.addListener(SWT.Selection, new Listener() { public void handleEvent(Event e) { checkAllFilters(false); } } ); |
| |||
[[#variable92ff8360]].addListener(SWT.Selection, new Listener() { public void handleEvent(Event e) { checkAllFilters( [[#variable92ff8440]]); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92ff8360]] | fEnableAllButton |
1 | 2 | [[#92ff8360]] | fDisableAllButton |
2 | 1 | [[#92ff8440]] | true |
2 | 2 | [[#92ff8440]] | false |