Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.972 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 608 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java |
2 | 4 | 738 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java |
| ||||
final ASTNode node = _astRoot.findDeclaringNode(binding); if (node != null) return _astRoot; return null; |
| ||||
ASTNode node = _astRoot.findDeclaringNode(binding); if (node != null) return _file; return null; |
| |||
[[#variable4f0378a0]]ASTNode node = _astRoot.findDeclaringNode(binding); if (node != null) return [[#variable4eda7940]]; return null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f0378a0]] | final |
1 | 2 | [[#4f0378a0]] | |
2 | 1 | [[#4eda7940]] | _astRoot |
2 | 2 | [[#4eda7940]] | _file |