CloneSet3954


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.965statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14375
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java
24570
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java
Clone Instance
1
Line Count
4
Source Line
375
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java

                        if (delegate)
                                context.setVariable(CodeTemplateContextType.SEE_TO_TARGET_TAG, getSeeTag(targetTypeName, methodName, targetParamTypeNames));
                        else
                                context.setVariable(CodeTemplateContextType.SEE_TO_OVERRIDDEN_TAG, getSeeTag(targetTypeName, methodName, targetParamTypeNames));


Clone Instance
2
Line Count
4
Source Line
570
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java

                        if (delegate)
                                context.setVariable(CodeTemplateContextType.SEE_TO_TARGET_TAG, getSeeTag(targetMethodDeclaringTypeName, targetName, targetMethodParameterTypeNames));
                        else
                                context.setVariable(CodeTemplateContextType.SEE_TO_OVERRIDDEN_TAG, getSeeTag(targetMethodDeclaringTypeName, targetName, targetMethodParameterTypeNames));


Clone AbstractionParameter Count: 3Parameter Bindings

if (delegate)
  context.setVariable(CodeTemplateContextType.SEE_TO_TARGET_TAG, getSeeTag( [[#variablea48ab520]],  [[#variablea48ab4c0]],  [[#variablea48ab440]]));
else
  context.setVariable(CodeTemplateContextType.SEE_TO_OVERRIDDEN_TAG, getSeeTag( [[#variablea48ab520]],  [[#variablea48ab4c0]],  [[#variablea48ab440]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a48ab520]]
targetTypeName 
12[[#a48ab520]]
targetMethodDeclaringTypeName 
21[[#a48ab4c0]]
methodName 
22[[#a48ab4c0]]
targetName 
31[[#a48ab440]]
targetParamTypeNames 
32[[#a48ab440]]
targetMethodParameterTypeNames