Row |
Violation |
1 | Type java.awt.event.MouseEvent of variable evt does not match with type javax.swing.undo.UndoManager of variable _undo |
2 | Expression _popupMenu.show(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression _undo.undo() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression _popupMenu.show(evt) is a void method call, and thus it cannot be parameterized |
5 | Expression _undo.undo() is a void method call, and thus it cannot be parameterized |
6 | Type net.sourceforge.squirrel_sql.fw.gui.TextPopupMenu of variable _popupMenu does not match with type javax.swing.undo.UndoManager of variable _undo |
7 | Expression _popupMenu.show(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression _undo.undo() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression _popupMenu.show(evt) is a void method call, and thus it cannot be parameterized |
10 | Expression _undo.undo() is a void method call, and thus it cannot be parameterized |
11 | The refactoring of the clones is infeasible, because classes and net.sourceforge.squirrel_sql.client.session.action.UndoAction do not have a common superclass |