Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 498 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java |
2 | 3 | 520 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java |
| ||||
TextEdit res = formatString(this.kind, str, indent, lineDelimiter, getOptions()); if (res != null) { str = evaluateFormatterEdit(str, res, new Position[] { pos } ); } |
| ||||
TextEdit res = formatString(CodeFormatter.K_STATEMENTS, str, indent, lineDelimiter, getOptions()); if (res != null) { str = evaluateFormatterEdit(str, res, new Position[] { pos } ); } |
| |||
TextEdit res = formatString( [[#variable5253a1a0]]. [[#variable5253a180]], str, indent, lineDelimiter, getOptions()); if (res != null) { str = evaluateFormatterEdit(str, res, new Position[] { pos } ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5253a1a0]] | CodeFormatter |
1 | 2 | [[#5253a1a0]] | this |
2 | 1 | [[#5253a180]] | K_STATEMENTS |
2 | 2 | [[#5253a180]] | kind |