Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.951 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 260 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java |
2 | 3 | 214 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/compilers/Jikes.java |
3 | 3 | 112 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/javah/SunJavah.java |
| |||||
if (bp.size() > 0) { cmd.createArgument().setValue("-bootclasspath"); cmd.createArgument().setPath(bp); } |
| |||||
if (boot.size() > 0) { cmd.createArgument().setValue("-bootclasspath"); cmd.createArgument().setPath(boot); } |
| |||||
if (bcp.size() > 0) { cmd.createArgument().setValue("-bootclasspath"); cmd.createArgument().setPath(bcp); } |
| |||
if ( [[#variable13022e20]].size() > 0) { cmd.createArgument().setValue("-bootclasspath"); cmd.createArgument().setPath( [[#variable13022e20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13022e20]] | bp |
1 | 2 | [[#13022e20]] | boot |
1 | 3 | [[#13022e20]] | bcp |