Row |
Violation |
1 | Unmatched statement MssqlConstraint constraint=_constraints.get(i); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
2 | Unmatched statement Object obj=paths[i].getLastPathComponent(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
3 | Type java.lang.Object of variable obj does not match with type net.sourceforge.squirrel_sql.plugins.mssql.sql.constraint.MssqlConstraint of variable constraint |
4 | Expression obj instanceof ObjectTreeNode cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression constraint instanceof CheckConstraint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Type net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.ObjectTreeNode does not match with type net.sourceforge.squirrel_sql.plugins.mssql.sql.constraint.CheckConstraint |
7 | Expression (ObjectTreeNode)obj cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression (CheckConstraint)constraint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Type net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.ObjectTreeNode does not match with type net.sourceforge.squirrel_sql.plugins.mssql.sql.constraint.CheckConstraint |
10 | Type java.lang.Object of variable obj does not match with type net.sourceforge.squirrel_sql.plugins.mssql.sql.constraint.MssqlConstraint of variable constraint |
11 | Type java.util.List<net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.ObjectTreeNode> of variable list does not match with type java.util.ArrayList<net.sourceforge.squirrel_sql.plugins.mssql.sql.constraint.CheckConstraint> of variable results |