CloneSet8808


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15962
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
24977
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java
Clone Instance
1
Line Count
5
Source Line
962
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java

                                                                                                 {
                                                                        // Reset position: we want to rescan last token
                                                                        this.index = this.tokenPreviousPosition;
                                                                        this.scanner.currentPosition = this.tokenPreviousPosition;
                                                                        this.currentTokenType = -1;
                                                                                                 }


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

                                                                                    {
                        this.index = this.tokenPreviousPosition;
                        this.scanner.currentPosition = this.tokenPreviousPosition;
                        this.currentTokenType = -1;
                                                                                    }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  // Reset position: we want to rescan last token
  this.index = this.tokenPreviousPosition;
  this.scanner.currentPosition = this.tokenPreviousPosition;
  this.currentTokenType = -1;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None