CloneSet1259


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.969statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14372
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/i18n/Translate.java
24396
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/i18n/Translate.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
372
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/i18n/Translate.java

bundleFile = bundle + language + country;
processBundle(bundleFile, BUNDLE_SPECIFIED_LANGUAGE_COUNTRY, false);
bundleFile = bundle + language;


First
Previous
Clone Instance
2
Line Count
4
Source Line
396
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/i18n/Translate.java

bundleFile = bundle + language + country;
processBundle(bundleFile, BUNDLE_DEFAULT_LANGUAGE_COUNTRY, false);
bundleFile = bundle + language;


Clone AbstractionParameter Count: 1Parameter Bindings

bundleFile = bundle + language + country;
processBundle(bundleFile,  [[#variable11276120]], false);
bundleFile = bundle + language;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#11276120]]
BUNDLE_SPECIFIED_LANGUAGE_COUNTRY 
12[[#11276120]]
BUNDLE_DEFAULT_LANGUAGE_COUNTRY