CloneSet1180


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

/**
 * Sets the size (in bytes) of the artifact.
 * 
 * @param size the size of the file.
 */
public void setSize(long size) {
  this.size = size;
}

/**
 * @return the size
 */
public long getSize() {
  return size;
}

/**
 * Sets the checksum of the file.
 * 
 * @param checksum the checksum of the file.
 */
public void setChecksum(long checksum) {
  this.checksum = checksum;
}


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

/**
 * @param size the size to set
 */
public void setSize(long size) {
  this.size = size;
}

/**
 * @return the checksum
 */
public long getChecksum() {
  return checksum;
}

/**
 * @param checksum the checksum to set
 */
public void setChecksum(long checksum) {
  this.checksum = checksum;
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * @param size the size to set
     */
/**
         * Sets the size (in bytes) of the artifact.
         * 
         * @param size the size of the file.
         */
public void setSize(long size) {
  this.size = size;
}

/**
     * @return the checksum
     */
/**
         * @return the size
         */
public long  [[#variable1c81fb60]]() {
  return [[#variable1c81ee60]];
}

/**
     * @param checksum the checksum to set
     */
/**
         * Sets the checksum of the file.
         * 
         * @param checksum the checksum of the file.
         */
public void setChecksum(long checksum) {
  this.checksum = checksum;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c81fb60]]
getSize 
12[[#1c81fb60]]
getChecksum 
21[[#1c81ee60]]
size 
22[[#1c81ee60]]
checksum