Row |
Violation |
1 | Expression selectNone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression append("\ntextArea.setSelectedText(\"" + charStr) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression selectNone() is a void method call, and thus it cannot be parameterized |
4 | Expression append("\ntextArea.setSelectedText(\"" + charStr) is a void method call, and thus it cannot be parameterized |
5 | Expression selectNone() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression append("\ntextArea.setSelectedText(\"" + charStr) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression selectNone() is a void method call, and thus it cannot be parameterized |
8 | Expression append("\ntextArea.setSelectedText(\"" + charStr) is a void method call, and thus it cannot be parameterized |
9 | Expression moveCaretPosition(bracket + 1,false) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression flushInput() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression moveCaretPosition(bracket + 1,false) is a void method call, and thus it cannot be parameterized |
12 | Expression flushInput() is a void method call, and thus it cannot be parameterized |
13 | Expression moveCaretPosition(bracket + 1,false) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression flushInput() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression moveCaretPosition(bracket + 1,false) is a void method call, and thus it cannot be parameterized |
16 | Expression flushInput() is a void method call, and thus it cannot be parameterized |
17 | Unmatched return; |
18 | Unmatched statement lastWasInput=true; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
19 | The refactoring of the clones is infeasible, because classes org.gjt.sp.jedit.textarea.JEditTextArea and org.gjt.sp.jedit.Macros.Recorder do not have a common superclass |