| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.975 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 151 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddJavaDocStubAction.java |
| 2 | 3 | 449 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
| ||||
if (element == null) {
MessageDialog.openInformation(getShell(), getDialogTitle(),
ActionMessages.AddJavaDocStubsAction_not_applicable);
return;
}
|
| ||||
if (type == null) {
MessageDialog.openInformation(getShell(), getDialogTitle(), ActionMessages.AddUnimplementedConstructorsAction_not_applicable);
return;
}
|
| |||
if ( [[#variableb9c0e620]]== null) {
MessageDialog.openInformation(getShell(), getDialogTitle(), ActionMessages. [[#variableb9c0e560]]);
return;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b9c0e620]] | element |
| 1 | 2 | [[#b9c0e620]] | type |
| 2 | 1 | [[#b9c0e560]] | AddJavaDocStubsAction_not_applicable |
| 2 | 2 | [[#b9c0e560]] | AddUnimplementedConstructorsAction_not_applicable |