CloneSet600


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16276
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java
26110
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/compilers/Jikes.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
276
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java

{
  String debugLevel = attributes.getDebugLevel();
  if (debugLevel != null) {
    cmd.createArgument().setValue("-g:" + debugLevel);
  }
  else {
    cmd.createArgument().setValue("-g");
  }
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
110
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/compilers/Jikes.java

{
  String debugLevel = attributes.getDebugLevel();
  if (debugLevel != null) {
    cmd.createArgument().setValue("-g:" + debugLevel);
  }
  else {
    cmd.createArgument().setValue("-g");
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  String debugLevel = attributes.getDebugLevel();
  if (debugLevel != null) {
    cmd.createArgument().setValue("-g:" + debugLevel);
  }
  else {
    cmd.createArgument().setValue("-g");
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None