Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.965 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 283 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTEvaluationEngine.java |
2 | 1 | 330 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTEvaluationEngine.java |
| ||||
unit = parseCompilationUnit(mapper.getSource(recType, getJavaProject(), false).toCharArray(), mapper.getCompilationUnitName(), javaProject); |
| ||||
unit = parseCompilationUnit(mapper.getSource(type, javaProject, false).toCharArray(), mapper.getCompilationUnitName(), javaProject); |
| |||
unit = parseCompilationUnit(mapper.getSource( [[#variable5fa7f6a0]], [[#variable5fa7f5e0]], false).toCharArray(), mapper.getCompilationUnitName(), javaProject); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fa7f6a0]] | type |
1 | 2 | [[#5fa7f6a0]] | recType |
2 | 1 | [[#5fa7f5e0]] | javaProject |
2 | 2 | [[#5fa7f5e0]] | getJavaProject() |