CloneSet609


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

/**
 * The alias of signer.
 */
protected String alias;

/**
 * The url or path of keystore file.
 */
protected String keystore;

/**
 * password for the store
 */
protected String storepass;

/**
 * type of store,-storetype param
 */
protected String storetype;

/**
 * password for the key in the store
 */
protected String keypass;


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

// CheckStyle:VisibilityModifier OFF - bc
/**
 * The alias of signer.
 */
protected String alias;

/**
 * The name of keystore file.
 */
protected String keystore;

protected String storepass;

protected String storetype;

protected String keypass;


Clone AbstractionParameter Count: 0Parameter Bindings

// CheckStyle:VisibilityModifier OFF - bc
/**
     * The alias of signer.
     */
protected String alias;

/**
     * The name of keystore file.
     */
/**
     * The url or path of keystore file.
     */
protected String keystore;

/**
     * password for the store
     */
protected String storepass;

/**
     * type of store,-storetype param
     */
protected String storetype;

/**
     * password for the key in the store
     */
protected String keypass;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None