Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 4 | 0.960 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 61 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java |
2 | 10 | 38 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/InferTypeArgumentsWizard.java |
| ||||
public ExtractInterfaceWizard(ExtractInterfaceRefactoring refactoring) { super(refactoring, DIALOG_BASED_USER_INTERFACE); setDefaultPageTitle(RefactoringMessages.ExtractInterfaceWizard_Extract_Interface); } /* non java-doc * @see RefactoringWizard#addUserInputPages */ protected void addUserInputPages() { addPage(new ExtractInterfaceInputPage()); } |
| ||||
public InferTypeArgumentsWizard(Refactoring refactoring) { super(refactoring, DIALOG_BASED_USER_INTERFACE); setDefaultPageTitle(RefactoringMessages.InferTypeArgumentsWizard_defaultPageTitle); } /* * @see org.eclipse.ltk.ui.refactoring.RefactoringWizard#addUserInputPages() */ protected void addUserInputPages() { addPage(new InferTypeArgumentsInputPage()); } |
| |||
public [[#variable581c3760]]( [[#variable581c3720]] refactoring) { super(refactoring, DIALOG_BASED_USER_INTERFACE); setDefaultPageTitle(RefactoringMessages. [[#variable581c3660]]); } /* non java-doc * @see RefactoringWizard#addUserInputPages */ /* * @see org.eclipse.ltk.ui.refactoring.RefactoringWizard#addUserInputPages() */ protected void addUserInputPages() { addPage(new [[#variable581c36c0]]()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#581c3760]] | ExtractInterfaceWizard |
1 | 2 | [[#581c3760]] | InferTypeArgumentsWizard |
2 | 1 | [[#581c3720]] | ExtractInterfaceRefactoring |
2 | 2 | [[#581c3720]] | Refactoring |
3 | 1 | [[#581c3660]] | ExtractInterfaceWizard_Extract_Interface |
3 | 2 | [[#581c3660]] | InferTypeArgumentsWizard_defaultPageTitle |
4 | 1 | [[#581c36c0]] | ExtractInterfaceInputPage |
4 | 2 | [[#581c36c0]] | InferTypeArgumentsInputPage |