CloneSet2144


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3620.978statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13482
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
233020
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
334448
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
434469
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
535241
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
632656
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java
Clone Instance
1
Line Count
3
Source Line
482
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                this.scribe.printNextToken(operator, this.preferences.insert_space_before_binary_operator);
                if (this.preferences.insert_space_after_binary_operator) {
                        this.scribe.space();
                }


Clone Instance
2
Line Count
3
Source Line
3020
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                this.scribe.printNextToken(operator, this.preferences.insert_space_before_assignment_operator);
                if (this.preferences.insert_space_after_assignment_operator) {
                        this.scribe.space();
                }


Clone Instance
3
Line Count
3
Source Line
4448
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                this.scribe.printNextToken(operator, this.preferences.insert_space_before_postfix_operator);
                if (this.preferences.insert_space_after_postfix_operator) {
                        this.scribe.space();
                }


Clone Instance
4
Line Count
3
Source Line
4469
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                this.scribe.printNextToken(operator, this.preferences.insert_space_before_prefix_operator);
                if (this.preferences.insert_space_after_prefix_operator) {
                        this.scribe.space();
                }


Clone Instance
5
Line Count
3
Source Line
5241
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                this.scribe.printNextToken(operator, this.preferences.insert_space_before_unary_operator);
                if (this.preferences.insert_space_after_unary_operator) {
                        this.scribe.space();
                }


Clone Instance
6
Line Count
3
Source Line
2656
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java

                this.scribe.printNextToken(operator, this.preferences.insert_space_before_postfix_operator);
                if (this.preferences.insert_space_after_postfix_operator) {
                        this.scribe.space();
                }


Clone AbstractionParameter Count: 2Parameter Bindings

this.scribe.printNextToken(operator, this.preferences. [[#variable64eff380]]);
if (this.preferences. [[#variable654ae5c0]]) {
  this.scribe.space();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#64eff380]]
insert_space_before_postfix_operator 
12[[#64eff380]]
insert_space_before_binary_operator 
13[[#64eff380]]
insert_space_before_unary_operator 
14[[#64eff380]]
insert_space_before_prefix_operator 
15[[#64eff380]]
insert_space_before_assignment_operator 
16[[#64eff380]]
insert_space_before_postfix_operator 
21[[#654ae5c0]]
insert_space_after_postfix_operator 
22[[#654ae5c0]]
insert_space_after_binary_operator 
23[[#654ae5c0]]
insert_space_after_unary_operator 
24[[#654ae5c0]]
insert_space_after_prefix_operator 
25[[#654ae5c0]]
insert_space_after_assignment_operator 
26[[#654ae5c0]]
insert_space_after_postfix_operator