Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.988 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 62 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/AddToClasspathChange.java |
2 | 3 | 48 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/DeleteFromClasspathChange.java |
3 | 2 | 47 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/MoveCompilationUnitChange.java |
4 | 2 | 64 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/changes/RenameCompilationUnitChange.java |
| ||||
public RefactoringStatus isValid(IProgressMonitor pm) throws CoreException { // .classpath file will be handled by JDT/Core. return super.isValid(pm, READ_ONLY| DIRTY); } |
| ||||
public RefactoringStatus isValid(IProgressMonitor pm) throws CoreException { // we have checked the .classpath file in the delete change. return super.isValid(pm, READ_ONLY| DIRTY); } |
| ||||
public RefactoringStatus isValid(IProgressMonitor pm) throws CoreException { return super.isValid(pm, READ_ONLY| SAVE_IF_DIRTY); } |
| ||||
public RefactoringStatus isValid(IProgressMonitor pm) throws CoreException { return super.isValid(pm, READ_ONLY| SAVE_IF_DIRTY); } |
| |||
public RefactoringStatus isValid(IProgressMonitor pm) throws CoreException { // we have checked the .classpath file in the delete change. // .classpath file will be handled by JDT/Core. return super.isValid(pm, READ_ONLY| [[#variable54d844e0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54d844e0]] | SAVE_IF_DIRTY |
1 | 2 | [[#54d844e0]] | DIRTY |
1 | 3 | [[#54d844e0]] | SAVE_IF_DIRTY |
1 | 4 | [[#54d844e0]] | DIRTY |