CloneSet4272


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3401.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13566
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionScanner.java
23598
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionScanner.java
33710
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionScanner.java
43739
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionScanner.java
Clone Instance
1
Line Count
3
Source Line
566
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionScanner.java

                                                                //handle the \\u case manually into comment
                                                                if (this.currentCharacter == '\\') {
                                                                        if (this.source[this.currentPosition] == '\\')
                                                                                this.currentPosition++;
                                                                } //jump over the \\


Clone Instance
2
Line Count
3
Source Line
598
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionScanner.java

                                                                        //handle the \\u case manually into comment
                                                                        if (this.currentCharacter == '\\') {
                                                                                if (this.source[this.currentPosition] == '\\')
                                                                                        this.currentPosition++;
                                                                        } //jump over the \\


Clone Instance
3
Line Count
3
Source Line
710
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionScanner.java

                                                                //handle the \\u case manually into comment
                                                                if (this.currentCharacter == '\\') {
                                                                        if (this.source[this.currentPosition] == '\\')
                                                                                this.currentPosition++;
                                                                } //jump over the \\


Clone Instance
4
Line Count
3
Source Line
739
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionScanner.java

                                                                        //handle the \\u case manually into comment
                                                                        if (this.currentCharacter == '\\') {
                                                                                if (this.source[this.currentPosition] == '\\')
                                                                                        this.currentPosition++;
                                                                        } //jump over the \\


Clone AbstractionParameter Count: 0Parameter Bindings

//handle the \\u case manually into comment
if (this.currentCharacter == '\\') {
  if (this.source[this.currentPosition] == '\\')
    this.currentPosition++;
} //jump over the \\
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None