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.972 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 233 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java |
2 | 2 | 241 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java |
| ||||
{ return IndentManipulation.extractIndentString(currentLine, this.tabWidth, this.indentWidth); } |
| ||||
{ return IndentManipulation.measureIndentUnits(line, this.tabWidth, this.indentWidth); } |
| |||
{ return IndentManipulation. [[#variableb94aad40]]( [[#variableb94aacc0]], this.tabWidth, this.indentWidth); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b94aad40]] | extractIndentString |
1 | 2 | [[#b94aad40]] | measureIndentUnits |
2 | 1 | [[#b94aacc0]] | currentLine |
2 | 2 | [[#b94aacc0]] | line |