Row |
Violation |
1 | Expression LOG.severe(e.getLocalizedMessage()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression cache.clear() is a void method call, and thus it cannot be parameterized |
3 | Expression LOG.severe(e.getLocalizedMessage()) is a void method call, and thus it cannot be parameterized |
4 | Type org.columba.core.io.StreamCache of variable cache does not match with type java.util.logging.Logger of variable LOG |
5 | Expression LOG.severe(e.getLocalizedMessage()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression cache.clear() is a void method call, and thus it cannot be parameterized |
7 | Expression LOG.severe(e.getLocalizedMessage()) is a void method call, and thus it cannot be parameterized |
8 | Unmatched statement cache.persist(); 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 |
9 | Unmatched statement mboxFile.createNewFile(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
10 | Unmatched statement mboxFile.createNewFile(); 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 | The refactoring of the clones is infeasible, because classes org.columba.mail.folder.imap.IMAPCache and org.columba.mail.folder.mbox.MboxDataStorage do not have a common superclass |