CloneSet7779


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.968statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12102
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java
2278
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedThisReference.java
Clone Instance
1
Line Count
2
Source Line
102
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java

                // resolution on an argument of a catch clause
                // provide the scope with a side effect : insertion of a LOCAL
                // that represents the argument. The type must be from JavaThrowable
                TypeBinding exceptionType = this.type.resolveType(scope, true
                                                                              /* check bounds*/
                                                                             );
                if (exceptionType == null) return null;


Clone Instance
2
Line Count
2
Source Line
78
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedThisReference.java

                // X.this is not a param/raw type as denoting enclosing instance
                TypeBinding type = this.qualification.resolveType(scope, true
                                                                              /* check bounds*/
                                                                             );
                if (type == null) return null;


Clone AbstractionParameter Count: 2Parameter Bindings

// X.this is not a param/raw type as denoting enclosing instance
// resolution on an argument of a catch clause
// provide the scope with a side effect : insertion of a LOCAL
// that represents the argument. The type must be from JavaThrowable
TypeBinding  [[#variable5b784c00]]= this. [[#variable5b7855c0]].resolveType(scope, true
                                                                                       /* check bounds*/
                                                                                       );
if ( [[#variable5b784c00]]== null)
  return null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5b784c00]]
type 
12[[#5b784c00]]
exceptionType 
21[[#5b7855c0]]
qualification 
22[[#5b7855c0]]
type