CloneSet4226


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.994statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14795
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java
24821
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java
Clone Instance
1
Line Count
4
Source Line
795
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java

                for (Iterator iter = fragments.iterator(); iter.hasNext();) {
                        VariableDeclarationFragment fragment = (VariableDeclarationFragment) iter.next();
                        ConstraintVariable2 fragmentCv = getConstraintVariable(fragment);
                        fTCModel.createElementEqualsConstraints(typeCv, fragmentCv);
                }


Clone Instance
2
Line Count
4
Source Line
821
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java

                for (Iterator iter = variableDeclarationFragments.iterator(); iter.hasNext();) {
                        VariableDeclarationFragment fragment = (VariableDeclarationFragment) iter.next();
                        ConstraintVariable2 fragmentCv = getConstraintVariable(fragment);
                        fTCModel.createElementEqualsConstraints(typeCv, fragmentCv);
                }


Clone AbstractionParameter Count: 1Parameter Bindings

for (Iterator iter = [[#variableb3460e60]].iterator(); iter.hasNext();) {
  VariableDeclarationFragment fragment = (VariableDeclarationFragment) iter.next();
  ConstraintVariable2 fragmentCv = getConstraintVariable(fragment);
  fTCModel.createElementEqualsConstraints(typeCv, fragmentCv);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b3460e60]]
variableDeclarationFragments 
12[[#b3460e60]]
fragments