Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.970 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 267 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java |
2 | 3 | 701 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java |
| ||||
ast.setBindingResolver(resolver); converter.setAST(ast); CompilationUnit unit = converter.convert(compilationUnitDeclaration, source); |
| ||||
ast.setBindingResolver(resolver); converter.setAST(ast); CompilationUnit compilationUnit = converter.convert(unit, contents); |
| |||
ast.setBindingResolver(resolver); converter.setAST(ast); CompilationUnit [[#variable574403a0]]= converter.convert( [[#variable57440320]], [[#variable573e94e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#574403a0]] | unit |
1 | 2 | [[#574403a0]] | compilationUnit |
2 | 1 | [[#57440320]] | compilationUnitDeclaration |
2 | 2 | [[#57440320]] | unit |
3 | 1 | [[#573e94e0]] | source |
3 | 2 | [[#573e94e0]] | contents |