CloneSet214


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16220.973statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
116328
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/Extension.java
216234
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/Specification.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
328
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/Extension.java

this.specificationVendor = specificationVendor;
if (null != specificationVersion) {
  try {
    this.specificationVersion = new DeweyDecimal(specificationVersion);
  }
  catch ( final
          NumberFormatException
          nfe) {
    final String error = "Bad specification version format \'" + specificationVersion + "\' in \'" + extensionName + "\'. (Reason: " + nfe + ")";
    throw new IllegalArgumentException(error);
  }
}
this.implementationURL = implementationURL;
this.implementationVendor = implementationVendor;


First
Previous
Clone Instance
2
Line Count
16
Source Line
234
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/Specification.java

this.specificationVendor = specificationVendor;
if (null != specificationVersion) {
  try {
    this.specificationVersion = new DeweyDecimal(specificationVersion);
  }
  catch ( final
          NumberFormatException
          nfe) {
    final String error = "Bad specification version format \'" + specificationVersion + "\' in \'" + specificationTitle + "\'. (Reason: " + nfe + ")";
    throw new IllegalArgumentException(error);
  }
}
this.implementationTitle = implementationTitle;
this.implementationVendor = implementationVendor;


Clone AbstractionParameter Count: 2Parameter Bindings

this.specificationVendor = specificationVendor;
if (null != specificationVersion) {
  try {
    this.specificationVersion = new DeweyDecimal(specificationVersion);
  }
  catch ( final
          NumberFormatException
          nfe) {
    final String error = "Bad specification version format \'" + specificationVersion + "\' in \'" +  [[#variable1010c920]] + "\'. (Reason: " + nfe + ")";
    throw new IllegalArgumentException(error);
  }
}
this. [[#variable1010dbc0]]= [[#variable1010dbc0]];
this.implementationVendor = implementationVendor;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1010c920]]
extensionName 
12[[#1010c920]]
specificationTitle 
21[[#1010dbc0]]
implementationURL 
22[[#1010dbc0]]
implementationTitle