CloneSet1838


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

{
  month = SerialDate.stringToMonthCode(s2);
  if (month == -1) {
    throw new TimePeriodFormatException("Can\'t evaluate the month.");
  }
  result = new Month(month, year);
}


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

{
  month = SerialDate.stringToMonthCode(s1);
  if (month == -1) {
    throw new TimePeriodFormatException("Can\'t evaluate the month.");
  }
  result = new Month(month, year);
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  month = SerialDate.stringToMonthCode( [[#variable1a081760]]);
  if (month == -1) {
    throw new TimePeriodFormatException("Can\'t evaluate the month.");
  }
  result = new Month(month, year);
}
 

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