CloneSet3762


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

                context.setVariable(CodeTemplateContextType.FIELD_TYPE, fieldName);
                context.setVariable(CodeTemplateContextType.PARAM, paramName);

                return evaluateTemplate(context, template);


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

                context.setVariable(CodeTemplateContextType.FIELD_TYPE, typeName);
                context.setVariable(CodeTemplateContextType.FIELD, fieldName);

                return evaluateTemplate(context, template);


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

                context.setVariable(CodeTemplateContextType.FIELD_TYPE, fieldType);
                context.setVariable(CodeTemplateContextType.BARE_FIELD_NAME, bareFieldName);

                return evaluateTemplate(context, template);


Clone AbstractionParameter Count: 3Parameter Bindings

context.setVariable(CodeTemplateContextType.FIELD_TYPE,  [[#variablea394d660]]);
context.setVariable(CodeTemplateContextType. [[#variablea394cd80]],  [[#variablea394cd60]]);
return evaluateTemplate(context, template);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a394d660]]
fieldType 
12[[#a394d660]]
typeName 
13[[#a394d660]]
fieldName 
21[[#a394cd80]]
BARE_FIELD_NAME 
22[[#a394cd80]]
FIELD 
23[[#a394cd80]]
PARAM 
31[[#a394cd60]]
bareFieldName 
32[[#a394cd60]]
fieldName 
33[[#a394cd60]]
paramName