Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.963 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 46 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewAnnotationWizardPage.java |
2 | 5 | 46 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewEnumWizardPage.java |
| ||||
/** * Create a new <code>NewAnnotationWizardPage</code> */ public NewAnnotationWizardPage() { super(TYPE, PAGE_NAME); setTitle(NewWizardMessages.NewAnnotationWizardPage_title); setDescription(NewWizardMessages.NewAnnotationWizardPage_description); } |
| ||||
/** * Create a new <code>NewEnumWizardPage</code> */ public NewEnumWizardPage() { super(TYPE, PAGE_NAME); setTitle(NewWizardMessages.NewEnumWizardPage_title); setDescription(NewWizardMessages.NewEnumWizardPage_description); } |
| |||
/** * Create a new <code>NewEnumWizardPage</code> */ /** * Create a new <code>NewAnnotationWizardPage</code> */ public [[#variablea0627900]]() { super(TYPE, PAGE_NAME); setTitle(NewWizardMessages. [[#variablea0627860]]); setDescription(NewWizardMessages. [[#variablea06277e0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0627900]] | NewEnumWizardPage |
1 | 2 | [[#a0627900]] | NewAnnotationWizardPage |
2 | 1 | [[#a0627860]] | NewEnumWizardPage_title |
2 | 2 | [[#a0627860]] | NewAnnotationWizardPage_title |
3 | 1 | [[#a06277e0]] | NewEnumWizardPage_description |
3 | 2 | [[#a06277e0]] | NewAnnotationWizardPage_description |