CloneSet5483


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7301.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17312
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetQualifiedNameReference.java
27252
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetSingleNameReference.java
37469
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetSingleNameReference.java
Clone Instance
1
Line Count
7
Source Line
312
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetQualifiedNameReference.java

                                                                          {
                                                if ((this.bits&  DepthMASK) != 0) {
                                                        // internal error, per construction we should have found it
                                                        // not yet supported
                                                        currentScope.problemReporter().needImplementation();
                                                }
                                                else   {
                                                        generateReceiver(codeStream);
                                                }
                                                                          }


Clone Instance
2
Line Count
7
Source Line
252
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetSingleNameReference.java

                                                                              {
                                                        if ((this.bits&  DepthMASK) != 0) {
                                                                // internal error, per construction we should have found it
                                                                // not yet supported
                                                                currentScope.problemReporter().needImplementation();
                                                        }
                                                        else   {
                                                                generateReceiver(codeStream);
                                                        }
                                                                              }


Clone Instance
3
Line Count
7
Source Line
469
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetSingleNameReference.java

                                       {
                                        if ((this.bits&  DepthMASK) != 0) {
                                                // internal error, per construction we should have found it
                                                // not yet supported
                                                currentScope.problemReporter().needImplementation();
                                        }
                                        else   {
                                                generateReceiver(codeStream);
                                        }
                                       }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  if ((this.bits&DepthMASK) != 0) {
    // internal error, per construction we should have found it
    // not yet supported
    currentScope.problemReporter().needImplementation();
  }
  else {
    generateReceiver(codeStream);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None