CloneSet944


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.977method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15108
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/PropertyResource.java
25137
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/StringResource.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
108
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/PropertyResource.java

/**
 * Get the string.
 *
 * @return the string contents of the resource.
 * @since Ant 1.7
 */
public String toString() {
  if (isReference()) {
    return getCheckedRef().toString();
  }
  return String.valueOf(getValue());
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
137
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/StringResource.java

/**
 * Get the string.
 *
 * @return the string contents of the resource.
 * @since Ant 1.7
 */
public String toString() {
  if (isReference()) {
    return getCheckedRef().toString();
  }
  return String.valueOf(getContent());
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Get the string.
     *
     * @return the string contents of the resource.
     * @since Ant 1.7
     */
public String toString() {
  if (isReference()) {
    return getCheckedRef().toString();
  }
  return String.valueOf( [[#variable130e7500]]());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130e7500]]
getValue 
12[[#130e7500]]
getContent