Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 415 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgQueries.java |
2 | 3 | 418 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgQueries.java |
| ||||
if (fYesToAllNoToAll) createButton(parent, IDialogConstants.YES_TO_ALL_ID, IDialogConstants.YES_TO_ALL_LABEL, false); createButton(parent, IDialogConstants.NO_ID, IDialogConstants.NO_LABEL, false); |
| ||||
if (fYesToAllNoToAll) createButton(parent, IDialogConstants.NO_TO_ALL_ID, IDialogConstants.NO_TO_ALL_LABEL, false); createButton(parent, IDialogConstants.CANCEL_ID, IDialogConstants.CANCEL_LABEL, false); |
| |||
if (fYesToAllNoToAll) createButton(parent, IDialogConstants. [[#variable56662c60]], IDialogConstants. [[#variable56662c20]], false); createButton(parent, IDialogConstants. [[#variable56662b80]], IDialogConstants. [[#variable56662ba0]], false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56662c60]] | NO_TO_ALL_ID |
1 | 2 | [[#56662c60]] | YES_TO_ALL_ID |
2 | 1 | [[#56662c20]] | NO_TO_ALL_LABEL |
2 | 2 | [[#56662c20]] | YES_TO_ALL_LABEL |
3 | 1 | [[#56662b80]] | CANCEL_ID |
3 | 2 | [[#56662b80]] | NO_ID |
4 | 1 | [[#56662ba0]] | CANCEL_LABEL |
4 | 2 | [[#56662ba0]] | NO_LABEL |