Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 1 | 0.971 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 52 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgCopyWizard.java |
2 | 14 | 91 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveWizard.java |
| ||||
protected Object getInitiallySelectedElement() { return getCopyProcessor().getCommonParentForInputElements(); } protected IJavaElement[] getJavaElements() { return getCopyProcessor().getJavaElements(); } protected IResource[] getResources() { return getCopyProcessor().getResources(); } protected IReorgDestinationValidator getDestinationValidator() { return getCopyProcessor(); } |
| ||||
protected Object getInitiallySelectedElement() { return getJavaMoveProcessor().getCommonParentForInputElements(); } protected IJavaElement[] getJavaElements() { return getJavaMoveProcessor().getJavaElements(); } protected IResource[] getResources() { return getJavaMoveProcessor().getResources(); } protected IReorgDestinationValidator getDestinationValidator() { return getJavaMoveProcessor(); } |
| |||
protected Object getInitiallySelectedElement() { return [[#variablea4633c40]]().getCommonParentForInputElements(); } protected IJavaElement[] getJavaElements() { return [[#variablea4633c40]]().getJavaElements(); } protected IResource[] getResources() { return [[#variablea4633c40]]().getResources(); } protected IReorgDestinationValidator getDestinationValidator() { return [[#variablea4633c40]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4633c40]] | getCopyProcessor |
1 | 2 | [[#a4633c40]] | getJavaMoveProcessor |