CloneSet7216


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
15431
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
254822
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
Clone Instance
1
Line Count
5
Source Line
431
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                                                if (this.scribe.lastNumberOfNewLines == 1) {
                                                        // a new line has been inserted by printTrailingComment()
                                                        this.scribe.indentationLevel = binaryExpressionAlignment.breakIndentationLevel;
                                                }
                                                this.scribe.alignFragment(binaryExpressionAlignment, i);


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

                                        if (this.scribe.lastNumberOfNewLines == 1) {
                                                // a new line has been inserted by printTrailingComment()
                                                this.scribe.indentationLevel = binaryExpressionAlignment.breakIndentationLevel;
                                        }
                                        this.scribe.alignFragment(binaryExpressionAlignment, i);


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.scribe.lastNumberOfNewLines == 1) {
  // a new line has been inserted by printTrailingComment()
  this.scribe.indentationLevel = binaryExpressionAlignment.breakIndentationLevel;
}
this.scribe.alignFragment(binaryExpressionAlignment, i);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None