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 net.sourceforge.squirrel_sql.plugins.mssql.sql.constraint.MssqlConstraint of variable constraint does not match with type java.lang.Object of variable obj |
4 | Expression constraint instanceof PrimaryKeyConstraint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression obj instanceof ObjectTreeNode cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Type net.sourceforge.squirrel_sql.plugins.mssql.sql.constraint.PrimaryKeyConstraint does not match with type net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.ObjectTreeNode |
7 | Expression (PrimaryKeyConstraint)constraint cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression (ObjectTreeNode)obj cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Type net.sourceforge.squirrel_sql.plugins.mssql.sql.constraint.PrimaryKeyConstraint does not match with type net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.ObjectTreeNode |
10 | Type net.sourceforge.squirrel_sql.plugins.mssql.sql.constraint.MssqlConstraint of variable constraint does not match with type java.lang.Object of variable obj |
11 | Type java.util.ArrayList<net.sourceforge.squirrel_sql.plugins.mssql.sql.constraint.PrimaryKeyConstraint> of variable results does not match with type java.util.List<net.sourceforge.squirrel_sql.client.session.mainpanel.objecttree.ObjectTreeNode> of variable list |