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