Row |
Violation |
1 | Type net.sourceforge.squirrel_sql.fw.util.log.ILogger of variable s_log does not match with type java.awt.event.MouseEvent of variable evt |
2 | Expression s_stringMgr.getString("ViewLogsSheet.info.nulllogfile") is a method call throwing exception(s) that should be caught by a try block that will be extracted |
3 | Expression s_log.debug(s_stringMgr.getString("ViewLogsSheet.info.nulllogfile")) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression displayPopupMenu(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression s_log.debug(s_stringMgr.getString("ViewLogsSheet.info.nulllogfile")) is a void method call, and thus it cannot be parameterized |
6 | Expression displayPopupMenu(evt) is a void method call, and thus it cannot be parameterized |
7 | Expression s_log.debug(s_stringMgr.getString("ViewLogsSheet.info.nulllogfile")) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression displayPopupMenu(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression s_log.debug(s_stringMgr.getString("ViewLogsSheet.info.nulllogfile")) is a void method call, and thus it cannot be parameterized |
10 | Expression displayPopupMenu(evt) is a void method call, and thus it cannot be parameterized |
11 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.client.gui.ViewLogsSheet and do not have a common superclass |