Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.962 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 376 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/pluginmgr/PluginList.java |
2 | 8 | 389 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/pluginmgr/PluginList.java |
| |||||
if ((from == null || MiscUtilities.compareStrings(javaVersion, from, false) >= 0) && (to == null || MiscUtilities.compareStrings(javaVersion, to, false) <= 0)) return true; else return false; |
| |||||
if ((from == null || MiscUtilities.compareStrings(build, from, false) >= 0) && (to == null || MiscUtilities.compareStrings(build, to, false) <= 0)) return true; else return false; |
| |||
if ((from == null || MiscUtilities.compareStrings( [[#variablee220b40]], from, false) >= 0) && (to == null || MiscUtilities.compareStrings( [[#variablee220b40]], to, false) <= 0)) return true; else return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e220b40]] | javaVersion |
1 | 2 | [[#e220b40]] | build |