Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 6 | 2 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 482 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
2 | 3 | 3020 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
3 | 3 | 4448 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
4 | 3 | 4469 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
5 | 3 | 5241 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java |
6 | 3 | 2656 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
| ||||
this.scribe.printNextToken(operator, this.preferences.insert_space_before_binary_operator); if (this.preferences.insert_space_after_binary_operator) { this.scribe.space(); } |
| ||||
this.scribe.printNextToken(operator, this.preferences.insert_space_before_assignment_operator); if (this.preferences.insert_space_after_assignment_operator) { this.scribe.space(); } |
| ||||
this.scribe.printNextToken(operator, this.preferences.insert_space_before_postfix_operator); if (this.preferences.insert_space_after_postfix_operator) { this.scribe.space(); } |
| ||||
this.scribe.printNextToken(operator, this.preferences.insert_space_before_prefix_operator); if (this.preferences.insert_space_after_prefix_operator) { this.scribe.space(); } |
| ||||
this.scribe.printNextToken(operator, this.preferences.insert_space_before_unary_operator); if (this.preferences.insert_space_after_unary_operator) { this.scribe.space(); } |
| ||||
this.scribe.printNextToken(operator, this.preferences.insert_space_before_postfix_operator); if (this.preferences.insert_space_after_postfix_operator) { this.scribe.space(); } |
| |||
this.scribe.printNextToken(operator, this.preferences. [[#variable64eff380]]); if (this.preferences. [[#variable654ae5c0]]) { this.scribe.space(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64eff380]] | insert_space_before_postfix_operator |
1 | 2 | [[#64eff380]] | insert_space_before_binary_operator |
1 | 3 | [[#64eff380]] | insert_space_before_unary_operator |
1 | 4 | [[#64eff380]] | insert_space_before_prefix_operator |
1 | 5 | [[#64eff380]] | insert_space_before_assignment_operator |
1 | 6 | [[#64eff380]] | insert_space_before_postfix_operator |
2 | 1 | [[#654ae5c0]] | insert_space_after_postfix_operator |
2 | 2 | [[#654ae5c0]] | insert_space_after_binary_operator |
2 | 3 | [[#654ae5c0]] | insert_space_after_unary_operator |
2 | 4 | [[#654ae5c0]] | insert_space_after_prefix_operator |
2 | 5 | [[#654ae5c0]] | insert_space_after_assignment_operator |
2 | 6 | [[#654ae5c0]] | insert_space_after_postfix_operator |