Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.963 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 342 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java |
2 | 7 | 354 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java |
| ||||
/* (non-Javadoc) * @see org.eclipse.ltk.core.refactoring.Refactoring#checkInitialConditions(org.eclipse.core.runtime.IProgressMonitor) */ public RefactoringStatus checkInitialConditions(IProgressMonitor pm) throws CoreException, OperationCanceledException { if (pm != null) { pm.beginTask("", 1); //$NON-NLS-1$ pm.worked(1); pm.done(); } return new RefactoringStatus(); } |
| ||||
/* (non-Javadoc) * @see org.eclipse.ltk.core.refactoring.Refactoring#createChange(org.eclipse.core.runtime.IProgressMonitor) */ public Change createChange(IProgressMonitor pm) throws CoreException, OperationCanceledException { if (pm != null) { pm.beginTask("", 1); //$NON-NLS-1$ pm.worked(1); pm.done(); } return fChange; } |
| |||
/* (non-Javadoc) * @see org.eclipse.ltk.core.refactoring.Refactoring#checkInitialConditions(org.eclipse.core.runtime.IProgressMonitor) */ /* (non-Javadoc) * @see org.eclipse.ltk.core.refactoring.Refactoring#createChange(org.eclipse.core.runtime.IProgressMonitor) */ public [[#variableb11452e0]] [[#variableb1145280]](IProgressMonitor pm) throws CoreException, OperationCanceledException { if (pm != null) { pm.beginTask("", 1); //$NON-NLS-1$ pm.worked(1); pm.done(); } return [[#variableb1145200]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b11452e0]] | RefactoringStatus |
1 | 2 | [[#b11452e0]] | Change |
2 | 1 | [[#b1145280]] | checkInitialConditions |
2 | 2 | [[#b1145280]] | createChange |
3 | 1 | [[#b1145200]] | new RefactoringStatus() |
3 | 2 | [[#b1145200]] | fChange |