CloneSet2674


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15980
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
251747
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java
353270
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java
Clone Instance
1
Line Count
5
Source Line
980
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                                                        this.scribe.printNextToken(TerminalTokens.TokenNameCOMMA, this.preferences.insert_space_before_comma_in_superinterfaces);
                                                        this.scribe.printTrailingComment();
                                                        this.scribe.alignFragment(interfaceAlignment, i + 1);
                                                        if (this.preferences.insert_space_after_comma_in_superinterfaces) {
                                                                this.scribe.space();
                                                        }


Clone Instance
2
Line Count
5
Source Line
1747
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java

                                                        this.scribe.printNextToken(TerminalTokens.TokenNameCOMMA, this.preferences.insert_space_before_comma_in_superinterfaces);
                                                        this.scribe.printTrailingComment();
                                                        this.scribe.alignFragment(interfaceAlignment, i + 1);
                                                        if (this.preferences.insert_space_after_comma_in_superinterfaces) {
                                                                this.scribe.space();
                                                        }


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

                                                this.scribe.printNextToken(TerminalTokens.TokenNameCOMMA, this.preferences.insert_space_before_comma_in_superinterfaces);
                                                this.scribe.printTrailingComment();
                                                this.scribe.alignFragment(interfaceAlignment, i + 1);
                                                if (this.preferences.insert_space_after_comma_in_superinterfaces) {
                                                        this.scribe.space();
                                                }


Clone AbstractionParameter Count: 0Parameter Bindings

this.scribe.printNextToken(TerminalTokens.TokenNameCOMMA, this.preferences.insert_space_before_comma_in_superinterfaces);
this.scribe.printTrailingComment();
this.scribe.alignFragment(interfaceAlignment, i + 1);
if (this.preferences.insert_space_after_comma_in_superinterfaces) {
  this.scribe.space();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None