Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.953 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 347 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Main.java |
2 | 10 | 418 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Main.java |
| |||||
{ try { listeners.addElement(args[i + 1]); i++; } catch (ArrayIndexOutOfBoundsException aioobe) { String msg = "You must specify a classname when " + "using the -listener argument"; throw new BuildException(msg); } } |
| |||||
{ try { propertyFiles.addElement(args[i + 1]); i++; } catch (ArrayIndexOutOfBoundsException aioobe) { String msg = "You must specify a property filename when " + "using the -propertyfile argument"; throw new BuildException(msg); } } |
| |||
{ try { [[#variable1317fa60]].addElement(args[i + 1]); i++; } catch (ArrayIndexOutOfBoundsException aioobe) { String msg = [[#variable130002e0]] + [[#variable1317fa40]]; throw new BuildException(msg); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1317fa60]] | listeners |
1 | 2 | [[#1317fa60]] | propertyFiles |
2 | 1 | [[#130002e0]] | "You must specify a classname when " |
2 | 2 | [[#130002e0]] | "You must specify a property filename when " |
3 | 1 | [[#1317fa40]] | "using the -listener argument" |
3 | 2 | [[#1317fa40]] | "using the -propertyfile argument" |