Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.976 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 51 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java |
2 | 7 | 43 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/ScriptFilter.java |
| |||||
/** * script runner helper */ 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; |
| |||||
/** script runner helper */ private ScriptRunnerHelper helper = new ScriptRunnerHelper(); /** script runner. */ private ScriptRunnerBase runner = null; /** the token used by the script */ private String token; |
| |||
/** * script runner helper */ /** script runner helper */ private ScriptRunnerHelper helper = new ScriptRunnerHelper(); /** * script runner. */ /** Used to run the script */ /** script runner. */ private ScriptRunnerBase runner = null; /** the name by which this script will be activated */ /** the token used by the script */ private String [[#variable112071a0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112071a0]] | name |
1 | 2 | [[#112071a0]] | token |