CloneSet7515


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.979statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1547
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedSuperReference.java
2558
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SuperReference.java
Clone Instance
1
Line Count
5
Source Line
47
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedSuperReference.java

                if (currentCompatibleType.id == T_JavaLangObject) {
                        scope.problemReporter().cannotUseSuperInJavaLangObject(this );
                        return null;
                }
                return this.resolvedType = currentCompatibleType.superclass();


Clone Instance
2
Line Count
5
Source Line
58
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SuperReference.java

                if (enclosingReceiverType.id == T_JavaLangObject) {
                        scope.problemReporter().cannotUseSuperInJavaLangObject(this );
                        return null;
                }
                return this.resolvedType = enclosingReceiverType.superclass();


Clone AbstractionParameter Count: 1Parameter Bindings

if ( [[#variable58effc40]].id == T_JavaLangObject) {
  scope.problemReporter().cannotUseSuperInJavaLangObject(this );
  return null;
}
return this.resolvedType = [[#variable58effc40]].superclass();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58effc40]]
currentCompatibleType 
12[[#58effc40]]
enclosingReceiverType