Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.969 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 372 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/i18n/Translate.java |
2 | 4 | 396 | 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; |
| |||||
bundleFile = bundle + language + country; processBundle(bundleFile, BUNDLE_DEFAULT_LANGUAGE_COUNTRY, false); bundleFile = bundle + language; |
| |||
bundleFile = bundle + language + country; processBundle(bundleFile, [[#variable11276120]], false); bundleFile = bundle + language; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11276120]] | BUNDLE_SPECIFIED_LANGUAGE_COUNTRY |
1 | 2 | [[#11276120]] | BUNDLE_DEFAULT_LANGUAGE_COUNTRY |