Row |
Violation |
1 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
3 | Expression LOG.warning("The thread waiting for the Save Attachment Temporary command was interrupted.") is a void method call, and thus it cannot be parameterized |
4 | Expression e cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Type java.lang.Exception of variable e does not match with type java.util.logging.Logger of variable LOG |
6 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
8 | Expression LOG.warning("The thread waiting for the Save Attachment Temporary command was interrupted.") is a void method call, and thus it cannot be parameterized |
9 | Unmatched statement commandSemaphore.waitUntilReleased(); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |
10 | Unmatched statement op.finish(); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |
11 | Unmatched statement unregister(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
12 | Unmatched statement boss.operationFinished(op,this); 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.core.command.Worker and org.columba.mail.gui.message.command.SaveAttachmentTemporaryCommand do not have a common superclass |