CloneSet1684


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4440.968statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15197
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryInputPage.java
24196
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceIndirectionInputPage.java
341811
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
441843
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java
Clone Instance
1
Line Count
5
Source Line
197
Source File
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryInputPage.java

                TypeSelectionDialog2 dialog = new TypeSelectionDialog2(
                         getShell(), false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);

                dialog.setTitle(RefactoringMessages.IntroduceFactoryInputPage_chooseFactoryClass_title);
                dialog.setMessage(RefactoringMessages.IntroduceFactoryInputPage_chooseFactoryClass_message);


Clone Instance
2
Line Count
4
Source Line
196
Source File
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceIndirectionInputPage.java

                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);


Clone Instance
3
Line Count
4
Source Line
1811
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java

                TypeSelectionDialog2 dialog = new TypeSelectionDialog2(getShell(), 
                         false                                         , getWizard().getContainer(), scope, IJavaSearchConstants.TYPE);
                dialog.setTitle(NewWizardMessages.NewTypeWizardPage_ChooseEnclosingTypeDialog_title);
                dialog.setMessage(NewWizardMessages.NewTypeWizardPage_ChooseEnclosingTypeDialog_description);


Clone Instance
4
Line Count
4
Source Line
1843
Source File
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(NewWizardMessages.NewTypeWizardPage_SuperClassDialog_title);
                dialog.setMessage(NewWizardMessages.NewTypeWizardPage_SuperClassDialog_message);


Clone AbstractionParameter Count: 4Parameter Bindings

TypeSelectionDialog2 dialog = new TypeSelectionDialog2(getShell(), false, getWizard().getContainer(), scope, IJavaSearchConstants. [[#variable9c662640]]);
dialog.setTitle( [[#variable7c3afc00]]. [[#variable7c3afc20]]);
dialog.setMessage( [[#variable7c3afc00]]. [[#variable9c6625e0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9c662640]]
CLASS 
12[[#9c662640]]
CLASS 
13[[#9c662640]]
TYPE 
14[[#9c662640]]
CLASS 
21[[#7c3afc00]]
NewWizardMessages 
22[[#7c3afc00]]
RefactoringMessages 
23[[#7c3afc00]]
NewWizardMessages 
24[[#7c3afc00]]
RefactoringMessages 
31[[#7c3afc20]]
NewTypeWizardPage_SuperClassDialog_title 
32[[#7c3afc20]]
IntroduceFactoryInputPage_chooseFactoryClass_title 
33[[#7c3afc20]]
NewTypeWizardPage_ChooseEnclosingTypeDialog_title 
34[[#7c3afc20]]
IntroduceIndirectionInputPage_dialog_choose_declaring_class 
41[[#9c6625e0]]
NewTypeWizardPage_SuperClassDialog_message 
42[[#9c6625e0]]
IntroduceFactoryInputPage_chooseFactoryClass_message 
43[[#9c6625e0]]
NewTypeWizardPage_ChooseEnclosingTypeDialog_description 
44[[#9c6625e0]]
IntroduceIndirectionInputPage_dialog_choose_declaring_class_long