Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.967 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 825 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java |
2 | 6 | 831 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/CallInliner.java |
| ||||
case ASTNode.LABELED_STATEMENT: currentStatement = ((LabeledStatement) container).getBody(); break; case ASTNode.FOR_STATEMENT: currentStatement = ((ForStatement) container).getBody(); break; |
| ||||
case ASTNode.ENHANCED_FOR_STATEMENT: currentStatement = ((EnhancedForStatement) container).getBody(); break; case ASTNode.WHILE_STATEMENT: currentStatement = ((WhileStatement) container).getBody(); break; |
| |||
case ASTNode. [[#variable779e9080]]: currentStatement = (( [[#variable779e9020]]) container).getBody(); break; case ASTNode. [[#variable779e8fc0]]: currentStatement = (( [[#variable779e8fa0]]) container).getBody(); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#779e9080]] | LABELED_STATEMENT |
1 | 2 | [[#779e9080]] | ENHANCED_FOR_STATEMENT |
2 | 1 | [[#779e9020]] | LabeledStatement |
2 | 2 | [[#779e9020]] | EnhancedForStatement |
3 | 1 | [[#779e8fc0]] | FOR_STATEMENT |
3 | 2 | [[#779e8fc0]] | WHILE_STATEMENT |
4 | 1 | [[#779e8fa0]] | ForStatement |
4 | 2 | [[#779e8fa0]] | WhileStatement |