Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.971 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 502 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java |
2 | 2 | 504 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractInterfaceProcessor.java |
| ||||
{ createFieldDeclaration(sourceRewrite, targetRewrite, targetDeclaration, ASTNodeSearchUtil.getFieldDeclarationFragmentNode((IField) member, sourceRewrite.getRoot())); } |
| ||||
{ createMethodDeclaration(sourceRewrite, targetRewrite, targetDeclaration, ASTNodeSearchUtil.getMethodDeclarationNode((IMethod) member, sourceRewrite.getRoot())); } |
| |||
{ [[#variable5713a260]](sourceRewrite, targetRewrite, targetDeclaration, ASTNodeSearchUtil. [[#variable5713a1e0]](( [[#variable5713a140]]) member, sourceRewrite.getRoot())); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5713a260]] | createMethodDeclaration |
1 | 2 | [[#5713a260]] | createFieldDeclaration |
2 | 1 | [[#5713a1e0]] | getMethodDeclarationNode |
2 | 2 | [[#5713a1e0]] | getFieldDeclarationFragmentNode |
3 | 1 | [[#5713a140]] | IMethod |
3 | 2 | [[#5713a140]] | IField |