CloneSet871


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16232
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamCheckout.java
2699
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamList.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
232
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamCheckout.java

// if a date has been supplied use a view configured to the date.
View view = getViewConfiguredByDate(raw);
if (view != null) {
  return view;
// otherwise, use this view configured as the tip.
}
else {
  return new View(raw, ViewConfiguration.createTip());
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
99
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamList.java

// if a date has been supplied use a view configured to the date.
View view = getViewConfiguredByDate(raw);
if (view != null) {
  return view;
// otherwise, use this view configured as the tip.
}
else {
  return new View(raw, ViewConfiguration.createTip());
}


Clone AbstractionParameter Count: 0Parameter Bindings

// if a date has been supplied use a view configured to the date.
View view = getViewConfiguredByDate(raw);
if (view != null) {
  return view;
// otherwise, use this view configured as the tip.
}
else {
  return new View(raw, ViewConfiguration.createTip());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None