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 | Unmatched statement this.headerList=headerList; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
3 | Expression reset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression initComponents() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression reset() is a void method call, and thus it cannot be parameterized |
6 | Expression initComponents() is a void method call, and thus it cannot be parameterized |
7 | Expression update() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression updateComponents(true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression update() is a void method call, and thus it cannot be parameterized |
10 | Expression updateComponents(true) is a void method call, and thus it cannot be parameterized |
11 | Expression update() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression updateComponents(true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression update() is a void method call, and thus it cannot be parameterized |
14 | Expression updateComponents(true) is a void method call, and thus it cannot be parameterized |
15 | The refactoring of the clones is infeasible, because classes org.columba.mail.gui.table.model.HeaderTableModel and org.columba.mail.gui.config.account.ReceiveOptionsPanel do not have a common superclass |