Row |
Violation |
1 | Type net.sourceforge.squirrel_sql.fw.util.log.ILogger of variable log does not match with type java.awt.event.MouseEvent of variable evt |
2 | Expression log.debug("DBUtil.getTableInfo: found " + tis.length + " that matched "+ "catalog="+ catalog+ " schema="+ schema+ " tableName="+ tableName) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression displayPopupMenu(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression log.debug("DBUtil.getTableInfo: found " + tis.length + " that matched "+ "catalog="+ catalog+ " schema="+ schema+ " tableName="+ tableName) is a void method call, and thus it cannot be parameterized |
5 | Expression displayPopupMenu(evt) is a void method call, and thus it cannot be parameterized |
6 | Expression log.debug("DBUtil.getTableInfo: found " + tis.length + " that matched "+ "catalog="+ catalog+ " schema="+ schema+ " tableName="+ tableName) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression displayPopupMenu(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression log.debug("DBUtil.getTableInfo: found " + tis.length + " that matched "+ "catalog="+ catalog+ " schema="+ schema+ " tableName="+ tableName) is a void method call, and thus it cannot be parameterized |
9 | Expression displayPopupMenu(evt) is a void method call, and thus it cannot be parameterized |
10 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.dbdiff.util.DBUtil and do not have a common superclass |