Row |
Violation |
1 | Unmatched statement selectListStart=start; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
2 | Unmatched statement selectListEnd=NO_LIMIT; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
3 | Unmatched statement _localTableName=localTable; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
4 | Unmatched statement _localTableColumns=localTableColumns; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
5 | Expression init() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression setEndPosition(selectListEnd) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression init() is a void method call, and thus it cannot be parameterized |
8 | Expression setEndPosition(selectListEnd) is a void method call, and thus it cannot be parameterized |
9 | Expression init() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression setEndPosition(selectListEnd) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression init() is a void method call, and thus it cannot be parameterized |
12 | Expression setEndPosition(selectListEnd) is a void method call, and thus it cannot be parameterized |
13 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.refactoring.gui.MergeColumnDialog and net.sourceforge.squirrel_sql.client.session.parser.kernel.completions.SQLSelectStatement do not have a common superclass |