Row |
Violation |
1 | Unmatched statement _name=name; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
2 | Unmatched statement _constraintData=constraintData; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
3 | Unmatched statement _description=description; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
4 | Unmatched statement _desktopController=desktopController; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
5 | Unmatched statement _session=session; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
6 | Expression createPopup() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression setSql(sql) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression createPopup() is a void method call, and thus it cannot be parameterized |
9 | Expression setSql(sql) is a void method call, and thus it cannot be parameterized |
10 | Expression createPopup() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression setSql(sql) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression createPopup() is a void method call, and thus it cannot be parameterized |
13 | Expression setSql(sql) is a void method call, and thus it cannot be parameterized |
14 | Unmatched statement initToString(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |