Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 948 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
2 | 2 | 1948 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
| ||||
ASTNode body = (ASTNode) event.getOriginalValue(); int endPos = parent.getStartPosition() + parent.getLength(); |
| ||||
ASTNode body = (ASTNode) event.getOriginalValue(); int bodyEnd = body.getStartPosition() + body.getLength(); |
| |||
ASTNode body = (ASTNode) event.getOriginalValue(); int [[#variableb9e01420]]= [[#variableb9e008a0]].getStartPosition() + [[#variableb9e008a0]].getLength(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9e01420]] | endPos |
1 | 2 | [[#b9e01420]] | bodyEnd |
2 | 1 | [[#b9e008a0]] | parent |
2 | 2 | [[#b9e008a0]] | body |