CloneSet10013


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.972executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13113
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java
23908
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java
Clone Instance
1
Line Count
3
Source Line
113
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java

                                                                {
                        scope.problemReporter().typeMismatchError(exceptionType, throwable, this );
                        return null;
                                                                }


Clone Instance
2
Line Count
3
Source Line
908
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java

                               {
                                scope.problemReporter().typeMismatchError(expressionType, expectedType, this );
                                return null;
                               }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  scope.problemReporter().typeMismatchError( [[#variableb51fffc0]],  [[#variableb51fff20]], this );
  return null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b51fffc0]]
expressionType 
12[[#b51fffc0]]
exceptionType 
21[[#b51fff20]]
expectedType 
22[[#b51fff20]]
throwable