CloneSet8438


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

                                formatEmptyTypeDeclaration(false);
                                if (blankLineBetweenTypeDeclarations != 0) {
                                        this.scribe.printEmptyLines(blankLineBetweenTypeDeclarations);
                                }
                                else   {
                                        this.scribe.printNewLine();
                                }


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

                                formatEmptyTypeDeclaration(false);
                                if (blankLineBetweenTypeDeclarations != 0) {
                                        this.scribe.printEmptyLines(blankLineBetweenTypeDeclarations);
                                }
                                else   {
                                        this.scribe.printNewLine();
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

formatEmptyTypeDeclaration(false);
if (blankLineBetweenTypeDeclarations != 0) {
  this.scribe.printEmptyLines(blankLineBetweenTypeDeclarations);
}
else {
  this.scribe.printNewLine();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None