CloneSet6894


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6230.972statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161388
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
261394
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
Clone Instance
1
Line Count
6
Source Line
1388
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java

                if (this.scanner.currentPosition < this.index) {
                        buffer.append("\n===============================\nScanner current position here -->"); //$NON-NLS-1$
                }
                else   {
                        buffer.append("\n===============================\nParser index here -->"); //$NON-NLS-1$
                }
                buffer.append(middle);


Clone Instance
2
Line Count
6
Source Line
1394
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java

                if (this.scanner.currentPosition < this.index) {
                        buffer.append("<-- Parser index here\n===============================\n"); //$NON-NLS-1$
                }
                else   {
                        buffer.append("<-- Scanner current position here\n===============================\n"); //$NON-NLS-1$
                }
                buffer.append(end);


Clone AbstractionParameter Count: 3Parameter Bindings

if (this.scanner.currentPosition < this.index) {
  buffer.append( [[#variable53c9d040]]); //$NON-NLS-1$
}
else {
  buffer.append( [[#variable53d938e0]]); //$NON-NLS-1$
}
buffer.append( [[#variable53c0d0a0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53c9d040]]
"\n===============================\nScanner current position here -->" 
12[[#53c9d040]]
"<-- Parser index here\n===============================\n" 
21[[#53d938e0]]
"\n===============================\nParser index here -->" 
22[[#53d938e0]]
"<-- Scanner current position here\n===============================\n" 
31[[#53c0d0a0]]
middle 
32[[#53c0d0a0]]
end