CloneSet717


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14214
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetDeploymentTool.java
24235
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
214
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetDeploymentTool.java

if ((iashome != null) && ( !iashome.isDirectory())) {
  String msg = "If \"iashome\" is specified, it must be a valid " + "directory (it was set to " + iashome + ").";
  throw new BuildException(msg, getLocation());
}


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

if ((iashome != null) && ( !iashome.isDirectory())) {
  String msg = "If \"iashome\" is specified, it must be a valid " + "directory (it was set to " + iashome + ").";
  throw new BuildException(msg, getLocation());
}


Clone AbstractionParameter Count: 0Parameter Bindings

if ((iashome != null) && ( !iashome.isDirectory())) {
  String msg = "If \"iashome\" is specified, it must be a valid " + "directory (it was set to " + iashome + ").";
  throw new BuildException(msg, getLocation());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None