Row |
Violation |
1 | Expression _notifyScreenLineChanges() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression _notifyScreenLineChanges() is a void method call, and thus it cannot be parameterized |
3 | Expression super.removeNotify() is a void method call, and thus it cannot be parameterized |
4 | Super method call super.removeNotify(); cannot be extracted from method |
5 | Expression textArea.updateScrollBars() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression textArea.updateScrollBars() is a void method call, and thus it cannot be parameterized |
7 | Expression saveFile() is a void method call, and thus it cannot be parameterized |
8 | Expression textArea.updateScrollBars() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression textArea.updateScrollBars() is a void method call, and thus it cannot be parameterized |
10 | Expression saveFile() is a void method call, and thus it cannot be parameterized |
11 | Unmatched statement EditBus.removeFromBus(this); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
12 | Unmatched statement textArea.recalculateLastPhysicalLine(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
13 | The refactoring of the clones is infeasible, because classes org.gjt.sp.jedit.textarea.DisplayManager and QuickNotepad do not have a common superclass |