Row |
Violation |
1 | Super constructor call super(); cannot be extracted from constructor |
2 | Super constructor call super(); cannot be extracted from constructor |
3 | Unmatched statement this.controller=controller; cannot be moved before the extracted code, because it has control dependencies 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 setConfiguration(node) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression initComponents() is a void method call, and thus it cannot be parameterized |
7 | Expression setConfiguration(node) is a void method call, and thus it cannot be parameterized |
8 | Expression initComponents() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression setConfiguration(node) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression initComponents() is a void method call, and thus it cannot be parameterized |
11 | Expression setConfiguration(node) is a void method call, and thus it cannot be parameterized |
12 | Unmatched statement addFolderListener(FolderEventDelegator.getInstance()); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
13 | The refactoring of the clones is infeasible, because classes org.columba.mail.gui.composer.HeaderView and org.columba.mail.folder.AbstractFolder do not have a common superclass |