Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.962 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 824 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java |
2 | 6 | 830 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java |
| ||||
{ VariableDeclarationStatement vds = (VariableDeclarationStatement) grandParent; if (vds.fragments().size() > 1) { return RefactoringCoreMessages.ChangeTypeRefactoring_multiDeclarationsNotSupported; } setSelectionRanges(simpleName); } |
| ||||
{ VariableDeclarationExpression vde = (VariableDeclarationExpression) grandParent; if (vde.fragments().size() > 1) { return RefactoringCoreMessages.ChangeTypeRefactoring_multiDeclarationsNotSupported; } setSelectionRanges(simpleName); } |
| |||
{ [[#variable562b4b60]] [[#variable562b4b00]]= ( [[#variable562b4b60]]) grandParent; if ( [[#variable562b4b00]].fragments().size() > 1) { return RefactoringCoreMessages.ChangeTypeRefactoring_multiDeclarationsNotSupported; } setSelectionRanges(simpleName); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#562b4b60]] | VariableDeclarationExpression |
1 | 2 | [[#562b4b60]] | VariableDeclarationStatement |
2 | 1 | [[#562b4b00]] | vde |
2 | 2 | [[#562b4b00]] | vds |