private ScriptRunnerHelper helper = new ScriptRunnerHelper();
/**
* script runner.
*/
/** Used to run the script */
private ScriptRunnerBase runner = null;
/** the name by which this script will be activated */
private String name;
private ScriptRunnerHelper helper = new ScriptRunnerHelper();
/** script runner. */
private ScriptRunnerBase runner = null;
/** the token used by the script */
private String token;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java
|
|
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/ScriptFilter.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | private ScriptRunnerHelper helper = new ScriptRunnerHelper();↵ | | 1 | private ScriptRunnerHelper helper = new ScriptRunnerHelper();↵
|
|
2 | /**↵ | | 2 | /**↵
|
3 | * script runner.↵ | | 3 | script runner.↵
|
4 | */↵ | | |
|
5 | /** Used to run the script */↵ | | 4 | */↵
|
6 | private ScriptRunnerBase runner = null;↵ | | 5 | private ScriptRunnerBase runner = null;↵
|
|
7 | /** the name by which this script will be activated */↵ | | 6 | /** the token used by the script */↵
|
8 | private String name; | | 7 | private String token;
|
See real code fragment |
|
See real code fragment |
Summary
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 |