Row |
Violation |
1 | Unmatched statement this.item=item; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
2 | Expression result.clear() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression initComponents() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression result.clear() is a void method call, and thus it cannot be parameterized |
5 | Expression initComponents() is a void method call, and thus it cannot be parameterized |
6 | Expression result.clear() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression initComponents() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression result.clear() is a void method call, and thus it cannot be parameterized |
9 | Expression initComponents() is a void method call, and thus it cannot be parameterized |
10 | Expression sync() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression updateComponents(true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression sync() is a void method call, and thus it cannot be parameterized |
13 | Expression updateComponents(true) is a void method call, and thus it cannot be parameterized |
14 | Expression sync() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression updateComponents(true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression sync() is a void method call, and thus it cannot be parameterized |
17 | Expression updateComponents(true) is a void method call, and thus it cannot be parameterized |
18 | Unmatched return false; |
19 | The refactoring of the clones is infeasible, because classes org.columba.mail.folder.search.LuceneQueryEngine and org.columba.mail.gui.config.account.ReceiveOptionsPanel do not have a common superclass |