CloneSet558


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10230.953block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110347
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Main.java
210418
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Main.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
347
Source File
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);
  }
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
418
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Main.java

{
  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);
  }
}


Clone AbstractionParameter Count: 3Parameter Bindings

{
  try {
     [[#variable1317fa60]].addElement(args[i + 1]);
    i++;
  }
  catch (ArrayIndexOutOfBoundsException
         aioobe) {
    String msg = [[#variable130002e0]] +  [[#variable1317fa40]];
    throw new BuildException(msg);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1317fa60]]
listeners 
12[[#1317fa60]]
propertyFiles 
21[[#130002e0]]
"You must specify a classname when " 
22[[#130002e0]]
"You must specify a property filename when " 
31[[#1317fa40]]
"using the -listener argument" 
32[[#1317fa40]]
"using the -propertyfile argument"