Row |
Violation |
1 | Type java.awt.event.MouseEvent of variable evt does not match with type net.sourceforge.squirrel_sql.fw.util.log.ILogger of variable s_log |
2 | Expression displayPopupMenu(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression s_log.debug("Converting type code for column " + columnName + ". Original column type code and name were Types.NULL and "+ columnTypeName+ "; New type code is "+ JDBCTypeMapper.getJdbcTypeName(result)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression displayPopupMenu(evt) is a void method call, and thus it cannot be parameterized |
5 | Expression s_log.debug("Converting type code for column " + columnName + ". Original column type code and name were Types.NULL and "+ columnTypeName+ "; New type code is "+ JDBCTypeMapper.getJdbcTypeName(result)) is a void method call, and thus it cannot be parameterized |
6 | Expression displayPopupMenu(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression s_log.debug("Converting type code for column " + columnName + ". Original column type code and name were Types.NULL and "+ columnTypeName+ "; New type code is "+ JDBCTypeMapper.getJdbcTypeName(result)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression displayPopupMenu(evt) is a void method call, and thus it cannot be parameterized |
9 | Expression s_log.debug("Converting type code for column " + columnName + ". Original column type code and name were Types.NULL and "+ columnTypeName+ "; New type code is "+ JDBCTypeMapper.getJdbcTypeName(result)) is a void method call, and thus it cannot be parameterized |
10 | The refactoring of the clones is infeasible, because classes and net.sourceforge.squirrel_sql.fw.datasetviewer.ResultSetDataSet do not have a common superclass |