Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 7 | 2 | 0.976 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 139 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java |
2 | 2 | 143 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java |
3 | 2 | 145 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java |
4 | 2 | 147 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java |
5 | 2 | 155 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java |
6 | 2 | 157 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java |
7 | 2 | 159 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringExecutionStarter.java |
| ||||
case IJavaElement.JAVA_PROJECT: return RenameSupport.create((IJavaProject) element, newName, flags); |
| ||||
case IJavaElement.PACKAGE_FRAGMENT: return RenameSupport.create((IPackageFragment) element, newName, flags); |
| ||||
case IJavaElement.COMPILATION_UNIT: return RenameSupport.create((ICompilationUnit) element, newName, flags); |
| ||||
case IJavaElement.TYPE: return RenameSupport.create((IType) element, newName, flags); |
| ||||
case IJavaElement.FIELD: return RenameSupport.create((IField) element, newName, flags); |
| ||||
case IJavaElement.TYPE_PARAMETER: return RenameSupport.create((ITypeParameter) element, newName, flags); |
| ||||
case IJavaElement.LOCAL_VARIABLE: return RenameSupport.create((ILocalVariable) element, newName, flags); |
| |||
case IJavaElement. [[#variable591ea3e0]]: return RenameSupport.create(( [[#variable591ea380]]) element, newName, flags); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#591ea3e0]] | JAVA_PROJECT |
1 | 2 | [[#591ea3e0]] | PACKAGE_FRAGMENT |
1 | 3 | [[#591ea3e0]] | COMPILATION_UNIT |
1 | 4 | [[#591ea3e0]] | TYPE |
1 | 5 | [[#591ea3e0]] | FIELD |
1 | 6 | [[#591ea3e0]] | TYPE_PARAMETER |
1 | 7 | [[#591ea3e0]] | LOCAL_VARIABLE |
2 | 1 | [[#591ea380]] | IJavaProject |
2 | 2 | [[#591ea380]] | IPackageFragment |
2 | 3 | [[#591ea380]] | ICompilationUnit |
2 | 4 | [[#591ea380]] | IType |
2 | 5 | [[#591ea380]] | IField |
2 | 6 | [[#591ea380]] | ITypeParameter |
2 | 7 | [[#591ea380]] | ILocalVariable |