Row |
Violation |
1 | Expression goToSelectedNode() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression _notifyScreenLineChanges() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression goToSelectedNode() is a void method call, and thus it cannot be parameterized |
4 | Expression _notifyScreenLineChanges() is a void method call, and thus it cannot be parameterized |
5 | Expression view.requestFocus() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression textArea.recalculateLastPhysicalLine() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression view.requestFocus() is a void method call, and thus it cannot be parameterized |
8 | Expression textArea.recalculateLastPhysicalLine() is a void method call, and thus it cannot be parameterized |
9 | Expression view cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression textArea cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression view.getTextArea().requestFocus() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression textArea.updateScrollBars() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression view.getTextArea().requestFocus() is a void method call, and thus it cannot be parameterized |
14 | Expression textArea.updateScrollBars() is a void method call, and thus it cannot be parameterized |
15 | Expression view.getTextArea() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | The refactoring of the clones is infeasible, because classes org.gjt.sp.jedit.search.HyperSearchResults.MouseHandler and org.gjt.sp.jedit.textarea.DisplayManager do not have a common superclass |