Row |
Violation |
1 | Expression _notifyScreenLineChanges() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression updatePluginList() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression _notifyScreenLineChanges() is a void method call, and thus it cannot be parameterized |
4 | Expression updatePluginList() is a void method call, and thus it cannot be parameterized |
5 | Expression textArea.updateScrollBars() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression installer.updateModel() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression textArea.updateScrollBars() is a void method call, and thus it cannot be parameterized |
8 | Expression installer.updateModel() is a void method call, and thus it cannot be parameterized |
9 | Expression textArea cannot be unified with expression installer , because common superclass javax.swing.JComponent does not declare member(s) void updateScrollBars() , public void updateModel() |
10 | Expression textArea.recalculateLastPhysicalLine() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression updater.updateModel() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression textArea.recalculateLastPhysicalLine() is a void method call, and thus it cannot be parameterized |
13 | Expression updater.updateModel() is a void method call, and thus it cannot be parameterized |
14 | Expression textArea cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression textArea cannot be unified with expression updater , because common superclass javax.swing.JComponent does not declare member(s) void recalculateLastPhysicalLine() , public void updateModel() |