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.979 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 925 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
2 | 4 | 930 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
{ IType type = chooseEnclosingType(); if (type != null) { fEnclosingTypeDialogField.setText(JavaModelUtil.getFullyQualifiedName(type)); } } |
| ||||
{ IType type = chooseSuperClass(); if (type != null) { fSuperClassDialogField.setText(JavaModelUtil.getFullyQualifiedName(type)); } } |
| |||
{ IType type = [[#variable5adeb4c0]](); if (type != null) { [[#variable5adeb460]].setText(JavaModelUtil.getFullyQualifiedName(type)); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5adeb4c0]] | chooseEnclosingType |
1 | 2 | [[#5adeb4c0]] | chooseSuperClass |
2 | 1 | [[#5adeb460]] | fEnclosingTypeDialogField |
2 | 2 | [[#5adeb460]] | fSuperClassDialogField |