Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 269 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddGetterSetterAction.java |
2 | 7 | 492 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
| ||||
if ( !ElementValidator.check(type, getShell(), DIALOG_TITLE, editor)) { notifyResult(false); return; } if ( !ActionUtil.isProcessable(getShell(), type)) { notifyResult(false); return; } |
| ||||
if ( !ElementValidator.check(type, getShell(), getDialogTitle(), activatedFromEditor)) { notifyResult(false); return; } if ( !ActionUtil.isProcessable(getShell(), type)) { notifyResult(false); return; } |
| |||
if ( !ElementValidator.check(type, getShell(), [[#variable59806680]], [[#variable774e6c80]])) { notifyResult(false); return; } if ( !ActionUtil.isProcessable(getShell(), type)) { notifyResult(false); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59806680]] | getDialogTitle() |
1 | 2 | [[#59806680]] | DIALOG_TITLE |
2 | 1 | [[#774e6c80]] | activatedFromEditor |
2 | 2 | [[#774e6c80]] | editor |