CloneSet1040


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7310.981statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17218
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java
27163
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/XYSeriesTests.java
37184
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/XYSeriesTests.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
218
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesTests.java

try {
  s2 = (TimeSeries) s1.clone();
}
catch (CloneNotSupportedException
       e) {
  e.printStackTrace();
}
assertTrue(s1.equals(s2));


Next
Previous
Clone Instance
2
Line Count
7
Source Line
163
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/XYSeriesTests.java

try {
  s2 = (XYSeries) s1.clone();
}
catch (CloneNotSupportedException
       e) {
  e.printStackTrace();
}
assertTrue(s1.equals(s2));


First
Previous
Clone Instance
3
Line Count
7
Source Line
184
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/XYSeriesTests.java

try {
  s2 = (XYSeries) s1.clone();
}
catch (CloneNotSupportedException
       e) {
  e.printStackTrace();
}
assertTrue(s1.equals(s2));


Clone AbstractionParameter Count: 1Parameter Bindings

try {
  s2 = ( [[#variable18e55c00]]) s1.clone();
}
catch (CloneNotSupportedException
       e) {
  e.printStackTrace();
}
assertTrue(s1.equals(s2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e55c00]]
TimeSeries 
12[[#18e55c00]]
XYSeries 
13[[#18e55c00]]
XYSeries