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 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |