Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.976 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 25 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceFactoryWizard.java |
2 | 3 | 27 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/IntroduceIndirectionWizard.java |
| ||||
/** * Constructor for IntroduceFactoryWizard. * @param ref the refactoring * @param pageTitle the page title */ public IntroduceFactoryWizard(IntroduceFactoryRefactoring ref, String pageTitle) { super(ref, DIALOG_BASED_USER_INTERFACE| PREVIEW_EXPAND_FIRST_NODE); setDefaultPageTitle(pageTitle); } |
| ||||
/** * Constructor for IntroduceIndirectionWizard. * @param ref the refactoring * @param pageTitle the page title */ public IntroduceIndirectionWizard(IntroduceIndirectionRefactoring ref, String pageTitle) { super(ref, DIALOG_BASED_USER_INTERFACE| PREVIEW_EXPAND_FIRST_NODE); setDefaultPageTitle(pageTitle); } |
| |||
/** * Constructor for IntroduceIndirectionWizard. * @param ref the refactoring * @param pageTitle the page title */ /** * Constructor for IntroduceFactoryWizard. * @param ref the refactoring * @param pageTitle the page title */ public [[#variablea439d660]]( [[#variablea439d5e0]] ref, String pageTitle) { super(ref, DIALOG_BASED_USER_INTERFACE|PREVIEW_EXPAND_FIRST_NODE); setDefaultPageTitle(pageTitle); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a439d660]] | IntroduceIndirectionWizard |
1 | 2 | [[#a439d660]] | IntroduceFactoryWizard |
2 | 1 | [[#a439d5e0]] | IntroduceIndirectionRefactoring |
2 | 2 | [[#a439d5e0]] | IntroduceFactoryRefactoring |