Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.979 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 851 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java |
2 | 5 | 470 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java |
| ||||
monitor.beginTask(RefactoringCoreMessages.PullUpRefactoring_checking, 1); final RefactoringStatus status = new RefactoringStatus(); status.merge(checkDeclaringType(new SubProgressMonitor(monitor, 1))); if (status.hasFatalError()) return status; |
| ||||
monitor.beginTask(RefactoringCoreMessages.PushDownRefactoring_checking, 1); RefactoringStatus status = new RefactoringStatus(); status.merge(checkPossibleSubclasses(new SubProgressMonitor(monitor, 1))); if (status.hasFatalError()) return status; |
| |||
monitor.beginTask(RefactoringCoreMessages. [[#variable65140da0]], 1); [[#variable65140d80]]RefactoringStatus status = new RefactoringStatus(); status.merge( [[#variable65140d20]](new SubProgressMonitor(monitor, 1))); if (status.hasFatalError()) return status; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#65140da0]] | PushDownRefactoring_checking |
1 | 2 | [[#65140da0]] | PullUpRefactoring_checking |
2 | 1 | [[#65140d80]] | |
2 | 2 | [[#65140d80]] | final |
3 | 1 | [[#65140d20]] | checkPossibleSubclasses |
3 | 2 | [[#65140d20]] | checkDeclaringType |