CloneSet1592


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

// these methods should throw an IndexOutOfBoundsException since the
// column is too high...
try {
  /* Number start = */
  tsc.getStartValue(0, 3);
  assertTrue(false);
}
catch (IndexOutOfBoundsException
       e) {
// expected
}


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

try {
  /* Number end = */
  tsc.getEndValue(0, 3);
  assertTrue(false);
}
catch (IndexOutOfBoundsException
       e) {
// expected
}


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

try {
  /* int count = */
  tsc.getSubIntervalCount(0, 3);
  assertTrue(false);
}
catch (IndexOutOfBoundsException
       e) {
// expected
}


Clone AbstractionParameter Count: 1Parameter Bindings

// these methods should throw an IndexOutOfBoundsException since the
// column is too high...
try {
  /* int count = */
  /* Number end = */
  /* Number start = */
  tsc. [[#variable18fe2a80]](0, 3);
  assertTrue(false);
}
catch (IndexOutOfBoundsException
       e) {
// expected
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fe2a80]]
getStartValue 
12[[#18fe2a80]]
getEndValue 
13[[#18fe2a80]]
getSubIntervalCount