Row |
Violation |
1 | Unmatched statement s.save(g); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
2 | Unmatched statement Serializable id=sess.save(ls); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
3 | Type org.hibernate.test.legacy.Top of variable s does not match with type org.hibernate.test.legacy.Foo of variable foo |
4 | Expression sess.flush() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression s.delete(g.getAny()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression sess.flush() is a void method call, and thus it cannot be parameterized |
7 | Expression s.delete(g.getAny()) is a void method call, and thus it cannot be parameterized |
8 | Expression sess.flush() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression s.delete(g.getAny()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression sess.flush() is a void method call, and thus it cannot be parameterized |
11 | Expression s.delete(g.getAny()) is a void method call, and thus it cannot be parameterized |
12 | Unmatched statement g=(Parent)s.load(Parent.class,new Long(g.getId())); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
13 | Unmatched statement ls=(Lower)sess.load(Lower.class,id); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
14 | Expression s.flush() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression assertTrue(ls.getBag().size() == 1) is a void method call, and thus it cannot be parameterized |
16 | Expression s.flush() is a void method call, and thus it cannot be parameterized |
17 | Expression s.flush() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression assertTrue(ls.getBag().size() == 1) is a void method call, and thus it cannot be parameterized |
19 | Expression s.flush() is a void method call, and thus it cannot be parameterized |
20 | Expression sess.flush() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
21 | Expression s.delete(g) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
22 | Expression sess.flush() is a void method call, and thus it cannot be parameterized |
23 | Expression s.delete(g) is a void method call, and thus it cannot be parameterized |
24 | Expression sess.flush() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
25 | Expression s.delete(g) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
26 | Expression sess.flush() is a void method call, and thus it cannot be parameterized |
27 | Expression s.delete(g) is a void method call, and thus it cannot be parameterized |
28 | Expression sess.connection().commit() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
29 | Expression sess.connection().commit() is a void method call, and thus it cannot be parameterized |
30 | Expression assertTrue(g.getAny() != null && g.getAny() instanceof FooProxy) is a void method call, and thus it cannot be parameterized |
31 | Expression sess.connection().commit() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
32 | Expression sess.connection().commit() is a void method call, and thus it cannot be parameterized |
33 | Expression assertTrue(g.getAny() != null && g.getAny() instanceof FooProxy) is a void method call, and thus it cannot be parameterized |