Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 83 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgQueries.java |
2 | 4 | 221 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgQueries.java |
| ||||
YesYesToAllNoNoToAllQuery(Shell parent, boolean allowCancel, String dialogTitle) { fShell = parent; fDialogTitle = dialogTitle; fAllowCancel = allowCancel; } |
| ||||
YesNoQuery(Shell parent, boolean allowCancel, String dialogTitle) { fShell = parent; fDialogTitle = dialogTitle; fAllowCancel = allowCancel; } |
| |||
[[#variable72f59120]](Shell parent, boolean allowCancel, String dialogTitle) { fShell = parent; fDialogTitle = dialogTitle; fAllowCancel = allowCancel; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#72f59120]] | YesYesToAllNoNoToAllQuery |
1 | 2 | [[#72f59120]] | YesNoQuery |