CloneSet87


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
47230.955class_body_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
147130
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractJarSignerTask.java
247222
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GenerateKey.java
Next
Last
Clone Instance
1
Line Count
47
Source Line
130
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractJarSignerTask.java

/**
 * the alias to sign under; required
 *
 * @param alias the alias to sign under
 */
public void setAlias( final String alias) {
  this.alias = alias;
}

/**
 * keystore location; required
 *
 * @param keystore the keystore location
 */
public void setKeystore( final String keystore) {
  this.keystore = keystore;
}

/**
 * password for keystore integrity; required
 *
 * @param storepass the password for the keystore
 */
public void setStorepass( final String storepass) {
  this.storepass = storepass;
}

/**
 * keystore type; optional
 *
 * @param storetype the keystore type
 */
public void setStoretype( final String storetype) {
  this.storetype = storetype;
}

/**
 * password for private key (if different); optional
 *
 * @param keypass the password for the key (if different)
 */
public void setKeypass( final String keypass) {
  this.keypass = keypass;
}

/**
 * Enable verbose output when signing ; optional: default false
 *
 * @param verbose if true enable verbose output
 */
public void setVerbose( final boolean verbose) {
  this.verbose = verbose;
}


First
Previous
Clone Instance
2
Line Count
47
Source Line
222
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GenerateKey.java

/**
 * The alias to add under.
 *
 * @param alias alias to add under
 */
public void setAlias( final String alias) {
  this.alias = alias;
}

/**
 * Keystore location.
 *
 * @param keystore location
 */
public void setKeystore( final String keystore) {
  this.keystore = keystore;
}

/**
 * Password for keystore integrity.
 * Must be at least 6 characters long.
 * @param storepass password
 */
public void setStorepass( final String storepass) {
  this.storepass = storepass;
}

/**
 * Keystore type.
 *
 * @param storetype type
 */
public void setStoretype( final String storetype) {
  this.storetype = storetype;
}

/**
 * Password for private key (if different).
 *
 * @param keypass password
 */
public void setKeypass( final String keypass) {
  this.keypass = keypass;
}

/**
 * The algorithm to use in signing.
 *
 * @param sigalg algorithm
 */
public void setSigalg( final String sigalg) {
  this.sigalg = sigalg;
}


Clone AbstractionParameter Count: 3Parameter Bindings

/**
     * The alias to add under.
     *
     * @param alias alias to add under
     */
/**
     * the alias to sign under; required
     *
     * @param alias the alias to sign under
     */
public void setAlias( final String alias) {
  this.alias = alias;
}

/**
     * Keystore location.
     *
     * @param keystore location
     */
/**
     * keystore location; required
     *
     * @param keystore the keystore location
     */
public void setKeystore( final String keystore) {
  this.keystore = keystore;
}

/**
     * Password for keystore integrity.
     * Must be at least 6 characters long.
     * @param storepass password
     */
/**
     * password for keystore integrity; required
     *
     * @param storepass the password for the keystore
     */
public void setStorepass( final String storepass) {
  this.storepass = storepass;
}

/**
     * Keystore type.
     *
     * @param storetype type
     */
/**
     * keystore type; optional
     *
     * @param storetype the keystore type
     */
public void setStoretype( final String storetype) {
  this.storetype = storetype;
}

/**
     * Password for private key (if different).
     *
     * @param keypass password
     */
/**
     * password for private key (if different); optional
     *
     * @param keypass the password for the key (if different)
     */
public void setKeypass( final String keypass) {
  this.keypass = keypass;
}

/**
     * The algorithm to use in signing.
     *
     * @param sigalg algorithm
     */
/**
     * Enable verbose output when signing ; optional: default false
     *
     * @param verbose if true enable verbose output
     */
public void [[#variablefdf26e0]]( final [[#variable111efae0]]  [[#variable111efa80]]) {
  this. [[#variable111efa80]]= [[#variable111efa80]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#fdf26e0]]
setVerbose 
12[[#fdf26e0]]
setSigalg 
21[[#111efae0]]
boolean 
22[[#111efae0]]
String 
31[[#111efa80]]
verbose 
32[[#111efa80]]
sigalg