Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | class_body_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 17 | 47 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractJarSignerTask.java |
2 | 9 | 165 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GenerateKey.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; |
| |||||
// 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; |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |