Row |
Violation |
1 | Expression new DefaultKeyedValues2D() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new SimpleHistogramDataset("D1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression new DefaultKeyedValues2D() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression new SimpleHistogramDataset("D1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Unmatched statement d1.clearObservations(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
6 | Expression d.getColumnCount() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression d1.getItemCount(0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression d cannot be unified with expression d1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public int getColumnCount() , public int getItemCount(int) |
9 | Expression d.getColumnCount() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression d1.getItemCount(0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression d.addValue(new Double(1.0),"R1","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression d1.addBin(new SimpleHistogramBin(0.0,1.0)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression d.addValue(new Double(1.0),"R1","C1") is a void method call, and thus it cannot be parameterized |
14 | Expression d1.addBin(new SimpleHistogramBin(0.0,1.0)) is a void method call, and thus it cannot be parameterized |
15 | Expression d cannot be unified with expression d1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void addValue(java.lang.Number, Comparable#RAW, Comparable#RAW) , public void addBin(org.jfree.data.statistics.SimpleHistogramBin) |
16 | Expression d.addValue(new Double(1.0),"R1","C1") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
17 | Expression d1.addBin(new SimpleHistogramBin(0.0,1.0)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression d.addValue(new Double(1.0),"R1","C1") is a void method call, and thus it cannot be parameterized |
19 | Expression d1.addBin(new SimpleHistogramBin(0.0,1.0)) is a void method call, and thus it cannot be parameterized |
20 | Expression assertEquals(1,d.getColumnCount()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
21 | Expression assertEquals(1.0,d1.getYValue(0,0),EPSILON) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Expression assertEquals(1,d.getColumnCount()) is a void method call, and thus it cannot be parameterized |
23 | Expression assertEquals(1.0,d1.getYValue(0,0),EPSILON) is a void method call, and thus it cannot be parameterized |
24 | Expression d.addValue(new Double(2.0),"R1","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
25 | Expression d1.addObservation(0.5) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
26 | Expression d.addValue(new Double(2.0),"R1","C2") is a void method call, and thus it cannot be parameterized |
27 | Expression d1.addObservation(0.5) is a void method call, and thus it cannot be parameterized |
28 | Expression d cannot be unified with expression d1 , because common superclass org.jfree.util.PublicCloneable does not declare member(s) public void addValue(java.lang.Number, Comparable#RAW, Comparable#RAW) , public void addObservation(double) |
29 | Expression d.addValue(new Double(2.0),"R1","C2") cannot be parameterized, because it has dependencies to/from statements that will be extracted |
30 | Expression d1.addObservation(0.5) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
31 | Expression d.addValue(new Double(2.0),"R1","C2") is a void method call, and thus it cannot be parameterized |
32 | Expression d1.addObservation(0.5) is a void method call, and thus it cannot be parameterized |
33 | Unmatched statement assertEquals(2,d.getColumnCount()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
34 | Clone fragment #1 returns variables d , while Clone fragment #2 returns variables |