Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 6 | 4 | 0.952 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 623 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
2 | 3 | 626 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
3 | 3 | 629 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
4 | 3 | 632 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
5 | 3 | 635 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
6 | 3 | 638 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
| ||||
case IJavaElement.IMPORT_CONTAINER: copyImportsToDestination((IImportContainer) element, rewrite, sourceCuNode, targetCuNode); break; |
| ||||
case IJavaElement.IMPORT_DECLARATION: copyImportToDestination((IImportDeclaration) element, rewrite, sourceCuNode, targetCuNode); break; |
| ||||
case IJavaElement.INITIALIZER: copyInitializerToDestination((IInitializer) element, targetRewriter, sourceCuNode, targetCuNode); break; |
| ||||
case IJavaElement.METHOD: copyMethodToDestination((IMethod) element, targetRewriter, sourceCuNode, targetCuNode); break; |
| ||||
case IJavaElement.PACKAGE_DECLARATION: copyPackageDeclarationToDestination((IPackageDeclaration) element, rewrite, sourceCuNode, targetCuNode); break; |
| ||||
case IJavaElement.TYPE: copyTypeToDestination((IType) element, targetRewriter, sourceCuNode, targetCuNode); break; |
| |||
case IJavaElement. [[#variable539a9fe0]]: [[#variable539a9f80]](( [[#variableb1559660]]) element, [[#variable64140000]], sourceCuNode, targetCuNode); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#539a9fe0]] | IMPORT_CONTAINER |
1 | 2 | [[#539a9fe0]] | IMPORT_DECLARATION |
1 | 3 | [[#539a9fe0]] | INITIALIZER |
1 | 4 | [[#539a9fe0]] | METHOD |
1 | 5 | [[#539a9fe0]] | PACKAGE_DECLARATION |
1 | 6 | [[#539a9fe0]] | TYPE |
2 | 1 | [[#539a9f80]] | copyImportsToDestination |
2 | 2 | [[#539a9f80]] | copyImportToDestination |
2 | 3 | [[#539a9f80]] | copyInitializerToDestination |
2 | 4 | [[#539a9f80]] | copyMethodToDestination |
2 | 5 | [[#539a9f80]] | copyPackageDeclarationToDestination |
2 | 6 | [[#539a9f80]] | copyTypeToDestination |
3 | 1 | [[#b1559660]] | IImportContainer |
3 | 2 | [[#b1559660]] | IImportDeclaration |
3 | 3 | [[#b1559660]] | IInitializer |
3 | 4 | [[#b1559660]] | IMethod |
3 | 5 | [[#b1559660]] | IPackageDeclaration |
3 | 6 | [[#b1559660]] | IType |
4 | 1 | [[#64140000]] | rewrite |
4 | 2 | [[#64140000]] | rewrite |
4 | 3 | [[#64140000]] | targetRewriter |
4 | 4 | [[#64140000]] | targetRewriter |
4 | 5 | [[#64140000]] | rewrite |
4 | 6 | [[#64140000]] | targetRewriter |