Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.981 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 3088 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 6 | 4839 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
| ||||
this.scribe.exitAlignment(conditionalExpressionAlignment, true); if (numberOfParens > 0) { manageClosingParenthesizedExpression(conditionalExpression, numberOfParens); } return false; |
| ||||
this.scribe.exitAlignment(binaryExpressionAlignment, true); if (numberOfParens > 0) { manageClosingParenthesizedExpression(stringLiteral, numberOfParens); } return false; |
| |||
this.scribe.exitAlignment( [[#variable53dadec0]], true); if (numberOfParens > 0) { manageClosingParenthesizedExpression( [[#variable53dacac0]], numberOfParens); } return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53dadec0]] | binaryExpressionAlignment |
1 | 2 | [[#53dadec0]] | conditionalExpressionAlignment |
2 | 1 | [[#53dacac0]] | stringLiteral |
2 | 2 | [[#53dacac0]] | conditionalExpression |