Row |
Violation |
1 | Unmatched statement setHorizontalAlignment(LEFT); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
2 | Unmatched statement logRecord=record; cannot be moved before the extracted code, because it has control dependencies 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 setOpaque(true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression initComponents() is a void method call, and thus it cannot be parameterized |
6 | Expression setOpaque(true) is a void method call, and thus it cannot be parameterized |
7 | Expression initComponents() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression setOpaque(true) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression initComponents() is a void method call, and thus it cannot be parameterized |
10 | Expression setOpaque(true) is a void method call, and thus it cannot be parameterized |
11 | Unmatched statement setVerticalAlignment(CENTER); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
12 | The refactoring of the clones is infeasible, because classes org.columba.core.gui.logdisplay.LogRecordPanel and org.columba.mail.gui.contact.list.ContactListRenderer do not have a common superclass |