CloneSet8556


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.964executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1582
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/ArraySuperTypeSet.java
2587
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/ArraySuperTypeSet.java
Clone Instance
1
Line Count
5
Source Line
82
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/ArraySuperTypeSet.java

                                                     {
                        ArraySuperTypeSet ats2 = (ArraySuperTypeSet) s2;

                        if (ats2.fElemTypeSet.isUniverse())
                                return new ArraySuperTypeSet(fElemTypeSet);
                                                     }


Clone Instance
2
Line Count
5
Source Line
87
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/ArraySuperTypeSet.java

                                                       {
                        ArrayTypeSet ats2 = (ArrayTypeSet) s2;

                        if (ats2.fElemTypeSet.isUniverse())
                                return new ArrayTypeSet(fElemTypeSet); // intersection doesn't include Object, which is in 'this'
                                                       }


Clone AbstractionParameter Count: 1Parameter Bindings

{
   [[#variablebb815ac0]] ats2 = ( [[#variablebb815ac0]]) s2;
  if (ats2.fElemTypeSet.isUniverse())
    return new [[#variablebb815ac0]](fElemTypeSet); // intersection doesn't include Object, which is in 'this'
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb815ac0]]
ArraySuperTypeSet 
12[[#bb815ac0]]
ArrayTypeSet