Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 3 | 0.954 | import_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 13 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/scripting/PushDownRefactoringContribution.java |
2 | 8 | 13 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/scripting/RenameCompilationUnitRefactoringContribution.java |
| ||||
import org.eclipse.core.runtime.CoreException; import org.eclipse.ltk.core.refactoring.Refactoring; import org.eclipse.ltk.core.refactoring.RefactoringDescriptor; import org.eclipse.jdt.internal.corext.refactoring.JavaRefactoringContribution; import org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoring; import org.eclipse.jdt.internal.corext.refactoring.structure.PushDownRefactoringProcessor; |
| ||||
import org.eclipse.core.runtime.CoreException; import org.eclipse.ltk.core.refactoring.Refactoring; import org.eclipse.ltk.core.refactoring.RefactoringDescriptor; import org.eclipse.jdt.internal.corext.refactoring.JavaRefactoringContribution; import org.eclipse.jdt.internal.corext.refactoring.rename.JavaRenameRefactoring; import org.eclipse.jdt.internal.corext.refactoring.rename.RenameCompilationUnitProcessor; |
| |||
import org.eclipse.core.runtime.CoreException; import org.eclipse.ltk.core.refactoring.Refactoring; import org.eclipse.ltk.core.refactoring.RefactoringDescriptor; import org.eclipse.jdt.internal.corext.refactoring.JavaRefactoringContribution; import org.eclipse.jdt.internal.corext.refactoring. [[#variableb9cc3340]]. [[#variableb9cc32c0]]; import org.eclipse.jdt.internal.corext.refactoring. [[#variableb9cc3340]]. [[#variableb9cc3200]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9cc3340]] | rename |
1 | 2 | [[#b9cc3340]] | structure |
2 | 1 | [[#b9cc32c0]] | JavaRenameRefactoring |
2 | 2 | [[#b9cc32c0]] | PushDownRefactoring |
3 | 1 | [[#b9cc3200]] | RenameCompilationUnitProcessor |
3 | 2 | [[#b9cc3200]] | PushDownRefactoringProcessor |