CloneSet6741


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
14450
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetQualifiedNameReference.java
24470
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetQualifiedNameReference.java
Clone Instance
1
Line Count
4
Source Line
450
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetQualifiedNameReference.java

                                       {
                                        this.constant = Constant.NotAConstant; //don't fill other constants slots...
                                        scope.problemReporter().invalidField(this, field, index, type);
                                        return null;
                                       }


Clone Instance
2
Line Count
4
Source Line
470
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetQualifiedNameReference.java

                       {
                        this.constant = Constant.NotAConstant; //don't fill other constants slots...
                        scope.problemReporter().invalidField(this, field, index, type);
                        return null;
                       }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  this.constant = Constant.NotAConstant; //don't fill other constants slots...
  scope.problemReporter().invalidField(this, field, index, type);
  return null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None