CloneSet9341


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.961executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1436
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java
24121
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java
Clone Instance
1
Line Count
4
Source Line
36
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java

                                                             {
                                        if (PRINT_STATS) fNrRetrieved++;
                                        if (PRINT_STATS) dumpStats();
                                        return (SimpleTypeConstraint) m3.get(operator);
                                                             }


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

                                                   {
                                if (PRINT_STATS) fNrRetrieved++;
                                if (PRINT_STATS) dumpStats();
                                return (CompositeOrTypeConstraint) m2.get(bounds);
                                                   }


Clone AbstractionParameter Count: 3Parameter Bindings

{
  if (PRINT_STATS)
    fNrRetrieved++;
  if (PRINT_STATS)
    dumpStats();
  return ( [[#variable9b82bb60]])  [[#variable9b82bae0]].get( [[#variable9b82b9a0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9b82bb60]]
SimpleTypeConstraint 
12[[#9b82bb60]]
CompositeOrTypeConstraint 
21[[#9b82bae0]]
m3 
22[[#9b82bae0]]
m2 
31[[#9b82b9a0]]
operator 
32[[#9b82b9a0]]
bounds