CloneSet9133


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.987executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131361
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
231364
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
Clone Instance
1
Line Count
3
Source Line
1361
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

                                                                      {
                                methodDecl.scope.problemReporter().argumentTypeCannotBeVoid(this, methodDecl, arg);
                                foundArgProblem = true;
                                                                      }


Clone Instance
2
Line Count
3
Source Line
1364
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

                                                                                                                                        {
                                methodDecl.scope.problemReporter().argumentTypeCannotBeVoidArray(this, methodDecl, arg);
                                foundArgProblem = true;
                                                                                                                                        }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  methodDecl.scope.problemReporter(). [[#variable95ebc080]](this, methodDecl, arg);
  foundArgProblem = true;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#95ebc080]]
argumentTypeCannotBeVoid 
12[[#95ebc080]]
argumentTypeCannotBeVoidArray