CloneSet1732


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.957class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1983
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/ArtifactXmlBean.java
2937
E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/fw/sql/MockTableInfo.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
83
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/ArtifactXmlBean.java

/**
 * @param type the type to set
 */
public void setType(String type) {
  this.type = type;
}

/**
 * @return the version
 */
public String getVersion() {
  return version;
}


First
Previous
Clone Instance
2
Line Count
9
Source Line
37
Source File
E:/TSE/Projects-CloneDR/sql12/test/mockobjects/net/sourceforge/squirrel_sql/fw/sql/MockTableInfo.java

/**
 * @param type the type to set
 */
public void setType(String type) {
  this.type = type;
}

/**
 * @return the type
 */
public String getType() {
  return type;
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * @param type the type to set
     */
public void setType(String type) {
  this.type = type;
}

/**
     * @return the version
     */
/**
     * @return the type
     */
public String  [[#variable1c973e80]]() {
  return [[#variable1c973500]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c973e80]]
getVersion 
12[[#1c973e80]]
getType 
21[[#1c973500]]
version 
22[[#1c973500]]
type