CloneSet6987


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13474
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java
23522
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java
Clone Instance
1
Line Count
3
Source Line
474
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope.java

        if ( !type.canBeSeenBy(fPackage))
                return new ProblemReferenceBinding(compoundName, type, ProblemReasons.NotVisible);
        return type;


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

        if ( !type.canBeSeenBy(fPackage))
                return new ProblemReferenceBinding(compoundName, type, ProblemReasons.NotVisible);
        return type;


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !type.canBeSeenBy(fPackage))
  return new ProblemReferenceBinding(compoundName, type, ProblemReasons.NotVisible);
return type;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None