Row |
Violation |
1 | Expression pop.show(evt.getComponent(),evt.getX(),evt.getY()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression MyJTextArea.this.displayPopupMenu(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression pop.show(evt.getComponent(),evt.getX(),evt.getY()) is a void method call, and thus it cannot be parameterized |
4 | Expression MyJTextArea.this.displayPopupMenu(evt) is a void method call, and thus it cannot be parameterized |
5 | Expression pop.show(evt.getComponent(),evt.getX(),evt.getY()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression MyJTextArea.this.displayPopupMenu(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression pop.show(evt.getComponent(),evt.getX(),evt.getY()) is a void method call, and thus it cannot be parameterized |
8 | Expression MyJTextArea.this.displayPopupMenu(evt) is a void method call, and thus it cannot be parameterized |
9 | Expression pop.show(evt.getComponent(),evt.getX(),evt.getY()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression MyJTextArea.this.displayPopupMenu(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression pop.show(evt.getComponent(),evt.getX(),evt.getY()) is a void method call, and thus it cannot be parameterized |
12 | Expression MyJTextArea.this.displayPopupMenu(evt) is a void method call, and thus it cannot be parameterized |
13 | Expression pop cannot be unified with expression MyJTextArea.this , because common superclass javax.swing.JComponent does not declare member(s) public void show(java.awt.Component, int, int) , void displayPopupMenu(java.awt.event.MouseEvent) |
14 | Expression pop.show(evt.getComponent(),evt.getX(),evt.getY()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression MyJTextArea.this.displayPopupMenu(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression pop.show(evt.getComponent(),evt.getX(),evt.getY()) is a void method call, and thus it cannot be parameterized |
17 | Expression MyJTextArea.this.displayPopupMenu(evt) is a void method call, and thus it cannot be parameterized |
18 | The refactoring of the clones is infeasible, because classes and do not have a common superclass |