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;
protected String alias; /** * The name of keystore file. */ protected String keystore; protected String storepass; protected String storetype; protected String keypass;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractJarSignerTask.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/GenerateKey.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
protected String alias;
1
protected String alias;
2
    /**
2
    /**
3
     * The url or path of keystore file.
3
     * The name of keystore file.
4
     */
4
     */
5
    protected String keystore;
5
    protected String keystore;
6
    /**
6
    
7
     * password for the store
8
     */
9
    protected String storepass;
10
    /**
11
     * type of store,-storetype param
12
     */
13
    protected String storetype;
14
    /**
15
     * password for the key in the store
16
     */
7
protected String storepass;
8
    protected String storetype;
17
    protected String keypass;
9
    protected String keypass;
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0