Row |
Violation |
1 | Unmatched statement goToSelectedNode(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
2 | Expression view.toFront() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression updatePluginList() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression view.toFront() is a void method call, and thus it cannot be parameterized |
5 | Expression updatePluginList() is a void method call, and thus it cannot be parameterized |
6 | Expression view.toFront() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression updatePluginList() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression view.toFront() is a void method call, and thus it cannot be parameterized |
9 | Expression updatePluginList() is a void method call, and thus it cannot be parameterized |
10 | Expression view.requestFocus() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression installer.updateModel() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression view.requestFocus() is a void method call, and thus it cannot be parameterized |
13 | Expression installer.updateModel() is a void method call, and thus it cannot be parameterized |
14 | Expression view cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression view.getTextArea().requestFocus() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression updater.updateModel() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
17 | Expression view.getTextArea().requestFocus() is a void method call, and thus it cannot be parameterized |
18 | Expression updater.updateModel() is a void method call, and thus it cannot be parameterized |
19 | Expression view.getTextArea() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
20 | Expression view.getTextArea() cannot be unified with expression updater , because common superclass javax.swing.JComponent does not declare member(s) public void updateModel() |
21 | The refactoring of the clones is infeasible, because classes org.gjt.sp.jedit.search.HyperSearchResults.MouseHandler and org.gjt.sp.jedit.pluginmgr.PluginManager.ListUpdater do not have a common superclass |