Row |
Violation |
1 | Type int of variable e.getClickCount() does not match with type javax.swing.tree.TreePath of variable e.getNewLeadSelectionPath() |
2 | Expression e cannot be unified with expression e , because common superclass java.util.EventObject does not declare member(s) public int getClickCount() , public javax.swing.tree.TreePath getNewLeadSelectionPath() |
3 | Expression processSelection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression processSelection() is a void method call, and thus it cannot be parameterized |
6 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) is a void method call, and thus it cannot be parameterized |
7 | Expression processSelection() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression processSelection() is a void method call, and thus it cannot be parameterized |
10 | Expression scrollPathToVisible(e.getNewLeadSelectionPath()) 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.plugins.graph.GraphSelectionDialogController and do not have a common superclass |