CloneSet2077


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.950statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12259
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/gantt/junit/TaskSeriesCollectionTests.java
22324
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/gantt/junit/TaskSeriesCollectionTests.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
259
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/gantt/junit/TaskSeriesCollectionTests.java

// test collection 3, which doesn't define all tasks in all series
TaskSeriesCollection c3 = createCollection3();
assertEquals(new Long(100), c3.getStartValue(0, 0));


First
Previous
Clone Instance
2
Line Count
2
Source Line
324
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/gantt/junit/TaskSeriesCollectionTests.java

// test collection 3, which doesn't define all tasks in all series
TaskSeriesCollection c3 = createCollection3();
assertEquals(new Long(200), c3.getEndValue(0, 0));


Clone AbstractionParameter Count: 2Parameter Bindings

// test collection 3, which doesn't define all tasks in all series
TaskSeriesCollection c3 = createCollection3();
assertEquals(new Long( [[#variable1a0f6460]]), c3. [[#variable1a0f6440]](0, 0));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0f6460]]
100 
12[[#1a0f6460]]
200 
21[[#1a0f6440]]
getStartValue 
22[[#1a0f6440]]
getEndValue