Row |
Violation |
1 | Expression _popupMenu.show(evt) 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 _popupMenu.show(evt) 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 _popupMenu.show(evt) 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 _popupMenu.show(evt) 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 _popupMenu cannot be unified with expression MyJTextArea.this , because common superclass javax.swing.JComponent does not declare member(s) public void show(java.awt.event.MouseEvent) , void displayPopupMenu(java.awt.event.MouseEvent) |
10 | The refactoring of the clones is infeasible, because classes and do not have a common superclass |