CloneSet1263


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

{
  String message = "Either the file or the dir attribute " + "must be specified";
  throw new BuildException(message, getLocation());
}


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

{
  String message = "Either token or a nested replacefilter " + "must be specified";
  throw new BuildException(message, getLocation());
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  String message = [[#variable112830e0]] + "must be specified";
  throw new BuildException(message, getLocation());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112830e0]]
"Either the file or the dir attribute " 
12[[#112830e0]]
"Either token or a nested replacefilter "