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.980 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 940 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
2 | 2 | 2681 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
| ||||
int indent = getIndent(parent.getStartPosition()); String prefix = this.formatter.METHOD_BODY.getPrefix(indent); |
| ||||
int indent = getIndent(node.getStartPosition()); String prefix = this.formatter.CATCH_BLOCK.getPrefix(indent); |
| |||
int indent = getIndent( [[#variable58996580]].getStartPosition()); String prefix = this.formatter. [[#variable58996520]].getPrefix(indent); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58996580]] | node |
1 | 2 | [[#58996580]] | parent |
2 | 1 | [[#58996520]] | CATCH_BLOCK |
2 | 2 | [[#58996520]] | METHOD_BODY |