CloneSet6215


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
162896
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
261362
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java
Clone Instance
1
Line Count
6
Source Line
2896
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                        if (hasComments()) {
                                this.scribe.printComment();
                        }
                        int blankLinesBeforePackage = this.preferences.blank_lines_before_package;
                        if (blankLinesBeforePackage > 0) {
                                this.scribe.printEmptyLines(blankLinesBeforePackage);
                        }


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

                        if (hasComments()) {
                                this.scribe.printComment();
                        }
                        int blankLinesBeforePackage = this.preferences.blank_lines_before_package;
                        if (blankLinesBeforePackage > 0) {
                                this.scribe.printEmptyLines(blankLinesBeforePackage);
                        }


Clone AbstractionParameter Count: 0Parameter Bindings

if (hasComments()) {
  this.scribe.printComment();
}
int blankLinesBeforePackage = this.preferences.blank_lines_before_package;
if (blankLinesBeforePackage > 0) {
  this.scribe.printEmptyLines(blankLinesBeforePackage);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None