CloneSet8004


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.978executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14250
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java
24254
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java
Clone Instance
1
Line Count
4
Source Line
250
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java

                                                 {
                                final ITypeBinding type = declaration.resolveBinding();
                                if (type != null)
                                        variable = fModel.createImmutableTypeVariable(type);
                                                 }


Clone Instance
2
Line Count
4
Source Line
254
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java

                               {
                                final ITypeBinding type = node.resolveTypeBinding();
                                if (type != null)
                                        variable = fModel.createImmutableTypeVariable(type);
                               }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  final ITypeBinding type = [[#variable50016000]]. [[#variable4ff6bf40]]();
  if (type != null)
    variable = fModel.createImmutableTypeVariable(type);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50016000]]
node 
12[[#50016000]]
declaration 
21[[#4ff6bf40]]
resolveTypeBinding 
22[[#4ff6bf40]]
resolveBinding