CloneSet1870


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19144
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/ArtifactStatus.java
29132
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/ArtifactXmlBean.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
144
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/gui/ArtifactStatus.java

/**
 * @return the installed
 */
public boolean isInstalled() {
  return installed;
}

/**
 * @param installed the installed to set
 */
public void setInstalled(boolean installed) {
  this.installed = installed;
}


First
Previous
Clone Instance
2
Line Count
9
Source Line
132
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/ArtifactXmlBean.java

/**
 * @return the installed
 */
public boolean isInstalled() {
  return installed;
}

/**
 * @param installed the installed to set
 */
public void setInstalled(boolean installed) {
  this.installed = installed;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
    * @return the installed
    */
public boolean isInstalled() {
  return installed;
}

/**
    * @param installed the installed to set
    */
public void setInstalled(boolean installed) {
  this.installed = installed;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None