CloneSet5742


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15126
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java
25135
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java
Clone Instance
1
Line Count
5
Source Line
126
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java

                                CompositeOrTypeConstraint constraint = new CompositeOrTypeConstraint(constraints);
                                m2.put(bounds, constraint);
                                if (PRINT_STATS) dumpStats();
                                if (PRINT_STATS) fNrCreated++;
                                return constraint;


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

                        CompositeOrTypeConstraint constraint = new CompositeOrTypeConstraint(constraints);
                        m2.put(bounds, constraint);
                        if (PRINT_STATS) dumpStats();
                        if (PRINT_STATS) fNrCreated++;
                        return constraint;


Clone AbstractionParameter Count: 0Parameter Bindings

CompositeOrTypeConstraint constraint = new CompositeOrTypeConstraint(constraints);
m2.put(bounds, constraint);
if (PRINT_STATS)
  dumpStats();
if (PRINT_STATS)
  fNrCreated++;
return constraint;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None