CloneSet4446


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
143062
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
243088
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
Clone Instance
1
Line Count
4
Source Line
3062
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                        // record invocation
                                        Set someInvocations = (Set) allInvocations.get(erasedSuperType);
                                        if (someInvocations == null) someInvocations = new HashSet(1);
                                        someInvocations.add(match);
                                        allInvocations.put(erasedSuperType, someInvocations);


Clone Instance
2
Line Count
4
Source Line
3088
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java

                                // record invocation
                                Set someInvocations = (Set) allInvocations.get(erasedSuperType);
                                if (someInvocations == null) someInvocations = new HashSet(1);
                                someInvocations.add(match);
                                allInvocations.put(erasedSuperType, someInvocations);


Clone AbstractionParameter Count: 0Parameter Bindings

// record invocation
Set someInvocations = (Set) allInvocations.get(erasedSuperType);
if (someInvocations == null)
  someInvocations = new HashSet(1);
someInvocations.add(match);
allInvocations.put(erasedSuperType, someInvocations);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None