Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 4 | 0.968 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 197 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryInputPage.java |
2 | 4 | 196 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceIndirectionInputPage.java |
3 | 4 | 1811 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
4 | 4 | 1843 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
TypeSelectionDialog2 dialog = new TypeSelectionDialog2( getShell(), false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS); dialog.setTitle(RefactoringMessages.IntroduceFactoryInputPage_chooseFactoryClass_title); dialog.setMessage(RefactoringMessages.IntroduceFactoryInputPage_chooseFactoryClass_message); |
| ||||
TypeSelectionDialog2 dialog = new TypeSelectionDialog2(getShell(), false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS); dialog.setTitle(RefactoringMessages.IntroduceIndirectionInputPage_dialog_choose_declaring_class); dialog.setMessage(RefactoringMessages.IntroduceIndirectionInputPage_dialog_choose_declaring_class_long); |
| ||||
TypeSelectionDialog2 dialog = new TypeSelectionDialog2(getShell(), false , getWizard().getContainer(), scope, IJavaSearchConstants.TYPE); dialog.setTitle(NewWizardMessages.NewTypeWizardPage_ChooseEnclosingTypeDialog_title); dialog.setMessage(NewWizardMessages.NewTypeWizardPage_ChooseEnclosingTypeDialog_description); |
| ||||
TypeSelectionDialog2 dialog = new TypeSelectionDialog2(getShell(), false, getWizard().getContainer() , scope, IJavaSearchConstants.CLASS); dialog.setTitle(NewWizardMessages.NewTypeWizardPage_SuperClassDialog_title); dialog.setMessage(NewWizardMessages.NewTypeWizardPage_SuperClassDialog_message); |
| |||
TypeSelectionDialog2 dialog = new TypeSelectionDialog2(getShell(), false, getWizard().getContainer(), scope, IJavaSearchConstants. [[#variable9c662640]]); dialog.setTitle( [[#variable7c3afc00]]. [[#variable7c3afc20]]); dialog.setMessage( [[#variable7c3afc00]]. [[#variable9c6625e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c662640]] | CLASS |
1 | 2 | [[#9c662640]] | CLASS |
1 | 3 | [[#9c662640]] | TYPE |
1 | 4 | [[#9c662640]] | CLASS |
2 | 1 | [[#7c3afc00]] | NewWizardMessages |
2 | 2 | [[#7c3afc00]] | RefactoringMessages |
2 | 3 | [[#7c3afc00]] | NewWizardMessages |
2 | 4 | [[#7c3afc00]] | RefactoringMessages |
3 | 1 | [[#7c3afc20]] | NewTypeWizardPage_SuperClassDialog_title |
3 | 2 | [[#7c3afc20]] | IntroduceFactoryInputPage_chooseFactoryClass_title |
3 | 3 | [[#7c3afc20]] | NewTypeWizardPage_ChooseEnclosingTypeDialog_title |
3 | 4 | [[#7c3afc20]] | IntroduceIndirectionInputPage_dialog_choose_declaring_class |
4 | 1 | [[#9c6625e0]] | NewTypeWizardPage_SuperClassDialog_message |
4 | 2 | [[#9c6625e0]] | IntroduceFactoryInputPage_chooseFactoryClass_message |
4 | 3 | [[#9c6625e0]] | NewTypeWizardPage_ChooseEnclosingTypeDialog_description |
4 | 4 | [[#9c6625e0]] | IntroduceIndirectionInputPage_dialog_choose_declaring_class_long |