Row |
Violation |
1 | Expression new DefaultKeyedValueDataset("Key",new Double(10.0)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression new DefaultKeyedValue("Test",new Double(45.5)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression d2 cannot be unified with expression v2 , because common superclass org.jfree.data.KeyedValue does not declare member(s) public java.lang.Object clone() throws java.lang.CloneNotSupportedException |
4 | Expression (DefaultKeyedValueDataset)d1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression (DefaultKeyedValue)v1.clone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression (DefaultKeyedValueDataset)d1.clone() cannot be unified with expression (DefaultKeyedValue)v1.clone() , because common superclass org.jfree.data.KeyedValue does not declare member(s) public java.lang.Object clone() throws java.lang.CloneNotSupportedException |
7 | Expression d1 cannot be unified with expression v1 , because common superclass org.jfree.data.KeyedValue does not declare member(s) public java.lang.Object clone() throws java.lang.CloneNotSupportedException |
8 | Unmatched statement assertTrue(v1.getClass() == v2.getClass()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
9 | Expression d2 cannot be unified with expression v2 , because common superclass type org.jfree.data.KeyedValue cannot be passed as an argument to public boolean equals(java.lang.Object) |
10 | Expression d2 cannot be unified with expression v2 , because common superclass org.jfree.data.KeyedValue does not declare member(s) public boolean equals(java.lang.Object) |
11 | Expression d1 cannot be unified with expression v1 , because common superclass org.jfree.data.KeyedValue does not declare member(s) public boolean equals(java.lang.Object) |
12 | Unmatched statement d2.updateValue(new Double(99.9)); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
13 | Expression d2 cannot be unified with expression v2 , because common superclass type org.jfree.data.KeyedValue cannot be passed as an argument to public boolean equals(java.lang.Object) |
14 | Expression d2 cannot be unified with expression v2 , because common superclass org.jfree.data.KeyedValue does not declare member(s) public boolean equals(java.lang.Object) |
15 | Expression d1 cannot be unified with expression v1 , because common superclass org.jfree.data.KeyedValue does not declare member(s) public boolean equals(java.lang.Object) |
16 | Expression d2.updateValue(new Double(10.0)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
17 | Expression v2.setValue(new Double(12.3)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression d2.updateValue(new Double(10.0)) is a void method call, and thus it cannot be parameterized |
19 | Expression v2.setValue(new Double(12.3)) is a void method call, and thus it cannot be parameterized |
20 | Expression d2 cannot be unified with expression v2 , because common superclass org.jfree.data.KeyedValue does not declare member(s) public void updateValue(java.lang.Number) , public synchronized void setValue(java.lang.Number) |
21 | Expression d1.equals(d2) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Expression v1 != v2 cannot be parameterized, because it has dependencies to/from statements that will be extracted |
23 | Clone fragment #1 returns variables d2 , while Clone fragment #2 returns variables v1, v2 |