CloneSet7542


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.979executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15234
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/FastJavaPartitionScanner.java
25251
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/FastJavaPartitionScanner.java
Clone Instance
1
Line Count
5
Source Line
234
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/FastJavaPartitionScanner.java

                                                       {
                                                        preFix(JAVA, SINGLE_LINE_COMMENT, NONE, 2);
                                                        fTokenOffset += fTokenLength;
                                                        fTokenLength = fPrefixLength;
                                                        break;
                                                       }


Clone Instance
2
Line Count
5
Source Line
251
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/FastJavaPartitionScanner.java

                                                     {
                                                        preFix(JAVA, MULTI_LINE_COMMENT, SLASH_STAR, 2);
                                                        fTokenOffset += fTokenLength;
                                                        fTokenLength = fPrefixLength;
                                                        break;
                                                     }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  preFix(JAVA,  [[#variable5998abc0]],  [[#variable5998ab00]], 2);
  fTokenOffset += fTokenLength;
  fTokenLength = fPrefixLength;
  break;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5998abc0]]
SINGLE_LINE_COMMENT 
12[[#5998abc0]]
MULTI_LINE_COMMENT 
21[[#5998ab00]]
NONE 
22[[#5998ab00]]
SLASH_STAR