CloneSet2086


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.975statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14191
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesCollectionTests.java
24195
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesCollectionTests.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
191
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesCollectionTests.java

assertTrue(result[1] == 1);
result = collection.getSurroundingItems(0, middle2);
assertTrue(result[0] == 1);


First
Previous
Clone Instance
2
Line Count
4
Source Line
195
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/time/junit/TimeSeriesCollectionTests.java

assertTrue(result[1] == 1);
result = collection.getSurroundingItems(0, end2);
assertTrue(result[0] == 1);


Clone AbstractionParameter Count: 1Parameter Bindings

assertTrue(result[1] == 1);
result = collection.getSurroundingItems(0,  [[#variable1a100a20]]);
assertTrue(result[0] == 1);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a100a20]]
middle2 
12[[#1a100a20]]
end2