CloneSet1765


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000statement_sequence[10]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1111492
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe.java
2111451
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe2.java
Clone Instance
1
Line Count
11
Source Line
1492
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe.java

                this.line = location.outputLine;
                this.column = location.outputColumn;
                this.indentationLevel = location.outputIndentationLevel;
                this.numberOfIndentations = location.numberOfIndentations;
                this.lastNumberOfNewLines = location.lastNumberOfNewLines;
                this.needSpace = location.needSpace;
                this.pendingSpace = location.pendingSpace;
                this.editsIndex = location.editsIndex;
                this.nlsTagCounter = location.nlsTagCounter;
                if (this.editsIndex > 0) {
                        this.edits[this.editsIndex - 1] = location.textEdit;
                }


Clone Instance
2
Line Count
11
Source Line
1451
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe2.java

                this.line = location.outputLine;
                this.column = location.outputColumn;
                this.indentationLevel = location.outputIndentationLevel;
                this.numberOfIndentations = location.numberOfIndentations;
                this.lastNumberOfNewLines = location.lastNumberOfNewLines;
                this.needSpace = location.needSpace;
                this.pendingSpace = location.pendingSpace;
                this.editsIndex = location.editsIndex;
                this.nlsTagCounter = location.nlsTagCounter;
                if (this.editsIndex > 0) {
                        this.edits[this.editsIndex - 1] = location.textEdit;
                }


Clone AbstractionParameter Count: 0Parameter Bindings

this.line = location.outputLine;
this.column = location.outputColumn;
this.indentationLevel = location.outputIndentationLevel;
this.numberOfIndentations = location.numberOfIndentations;
this.lastNumberOfNewLines = location.lastNumberOfNewLines;
this.needSpace = location.needSpace;
this.pendingSpace = location.pendingSpace;
this.editsIndex = location.editsIndex;
this.nlsTagCounter = location.nlsTagCounter;
if (this.editsIndex > 0) {
  this.edits[this.editsIndex - 1] = location.textEdit;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None