CloneSet1836


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.978block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17542
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Week.java
27552
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Week.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
542
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Week.java

{
  w = Week.stringToWeek(s2);
  if (w == -1) {
    throw new TimePeriodFormatException("Can\'t evaluate the week.");
  }
  result = new Week(w, y);
}


First
Previous
Clone Instance
2
Line Count
7
Source Line
552
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Week.java

{
  w = Week.stringToWeek(s1);
  if (w == -1) {
    throw new TimePeriodFormatException("Can\'t evaluate the week.");
  }
  result = new Week(w, y);
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  w = Week.stringToWeek( [[#variable1a080520]]);
  if (w == -1) {
    throw new TimePeriodFormatException("Can\'t evaluate the week.");
  }
  result = new Week(w, y);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a080520]]
s2 
12[[#1a080520]]
s1