Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 428 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java |
2 | 2 | 206 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ReplaceInvocationsRefactoring.java |
3 | 2 | 1033 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java |
| ||||
// binary method - no CURewrite available (and none needed as we cannot update the method anyway) ASTParser parser = ASTParser.newParser(AST.JLS3); parser.setProject(fTargetMethod.getJavaProject()); |
| ||||
ASTParser parser = ASTParser.newParser(AST.JLS3); parser.setProject(fMethod.getJavaProject()); |
| ||||
final ASTParser parser = ASTParser.newParser(AST.JLS3); parser.setProject(fType.getJavaProject()); |
| |||
[[#variable5fe48a60]] // binary method - no CURewrite available (and none needed as we cannot update the method anyway) ASTParser parser = ASTParser.newParser(AST.JLS3); parser.setProject( [[#variable5fe48aa0]].getJavaProject()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fe48a60]] | final |
1 | 2 | [[#5fe48a60]] | |
1 | 3 | [[#5fe48a60]] | |
2 | 1 | [[#5fe48aa0]] | fType |
2 | 2 | [[#5fe48aa0]] | fMethod |
2 | 3 | [[#5fe48aa0]] | fTargetMethod |