CloneSet3458


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2420.979class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1273
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java
2277
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java
3281
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java
4285
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java
Clone Instance
1
Line Count
2
Source Line
73
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java

        public ITypeConstraint[] createSubtypeConstraint(ConstraintVariable v1, ConstraintVariable v2) {
                return createConstraint(v1, v2, ConstraintOperator.createSubTypeOperator());
        }


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

        public ITypeConstraint[] createStrictSubtypeConstraint(ConstraintVariable v1, ConstraintVariable v2) {
                return createConstraint(v1, v2, ConstraintOperator.createStrictSubtypeOperator());
        }


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

        public ITypeConstraint[] createEqualsConstraint(ConstraintVariable v1, ConstraintVariable v2) {
                return createConstraint(v1, v2, ConstraintOperator.createEqualsOperator());
        }


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

        public ITypeConstraint[] createDefinesConstraint(ConstraintVariable v1, ConstraintVariable v2) {
                return createConstraint(v1, v2, ConstraintOperator.createDefinesOperator());
        }


Clone AbstractionParameter Count: 2Parameter Bindings

public ITypeConstraint[]  [[#variable64a0e340]](ConstraintVariable v1, ConstraintVariable v2) {
  return createConstraint(v1, v2, ConstraintOperator. [[#variable64a0e260]]());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#64a0e340]]
createSubtypeConstraint 
12[[#64a0e340]]
createStrictSubtypeConstraint 
13[[#64a0e340]]
createEqualsConstraint 
14[[#64a0e340]]
createDefinesConstraint 
21[[#64a0e260]]
createSubTypeOperator 
22[[#64a0e260]]
createStrictSubtypeOperator 
23[[#64a0e260]]
createEqualsOperator 
24[[#64a0e260]]
createDefinesOperator