| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 3 | 1 | 0.968 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 227 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateHashCodeEqualsAction.java |
| 2 | 3 | 154 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java |
| 3 | 3 | 171 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java |
| ||||
if ( !ElementValidator.check(type, getShell(), ActionMessages.GenerateHashCodeEqualsAction_error_caption, false) ||
!ActionUtil.isProcessable(getShell(), type)) {
notifyResult(false);
return;
}
|
| ||||
if ( !ElementValidator.check(type, getShell(), getDialogTitle(), false) || !ActionUtil.isProcessable(getShell(), type)) {
notifyResult(false);
return;
}
|
| ||||
if ( !ElementValidator.check(type, getShell(), getDialogTitle(), false) || !ActionUtil.isProcessable(getShell(), type)) {
notifyResult(false);
return;
}
|
| |||
if ( !ElementValidator.check(type, getShell(), [[#variable95eea780]], false) || !ActionUtil.isProcessable(getShell(), type)) {
notifyResult(false);
return;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#95eea780]] | getDialogTitle() |
| 1 | 2 | [[#95eea780]] | ActionMessages.GenerateHashCodeEqualsAction_error_caption |
| 1 | 3 | [[#95eea780]] | getDialogTitle() |