Row |
Violation |
1 | Expression popup.pack() is a void method call, and thus it cannot be parameterized |
2 | Expression super.clearGui() is a void method call, and thus it cannot be parameterized |
3 | Expression popup.show(tree,e.getX(),e.getY()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression popup.show(tree,e.getX(),e.getY()) is a void method call, and thus it cannot be parameterized |
5 | Expression returnVal.setText("") is a void method call, and thus it cannot be parameterized |
6 | Expression popup.show(tree,e.getX(),e.getY()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression popup.show(tree,e.getX(),e.getY()) is a void method call, and thus it cannot be parameterized |
8 | Expression returnVal.setText("") is a void method call, and thus it cannot be parameterized |
9 | Expression popup.setVisible(true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression popup.setVisible(true) is a void method call, and thus it cannot be parameterized |
11 | Expression useSeparator.setSelected(true) is a void method call, and thus it cannot be parameterized |
12 | Expression popup.requestFocus() is a void method call, and thus it cannot be parameterized |
13 | Expression inputVal.setText("") is a void method call, and thus it cannot be parameterized |
14 | Expression popup.requestFocus() is a void method call, and thus it cannot be parameterized |
15 | Expression inputVal.setText("") is a void method call, and thus it cannot be parameterized |