Row |
Violation |
1 | Expression LOG.severe(e.getMessage()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression LOG.severe(e.getMessage()) is a void method call, and thus it cannot be parameterized |
4 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
5 | Expression e cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Type java.util.logging.Logger of variable LOG does not match with type java.lang.InterruptedException of variable e |
7 | Expression LOG.severe(e.getMessage()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression LOG.severe(e.getMessage()) is a void method call, and thus it cannot be parameterized |
10 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
11 | Expression mergeRAMtoIndex() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression wait() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
13 | Expression mergeRAMtoIndex() is a void method call, and thus it cannot be parameterized |
14 | Expression wait() is a void method call, and thus it cannot be parameterized |
15 | The refactoring of the clones is infeasible, because classes org.columba.mail.folder.search.LuceneQueryEngine and org.columba.core.command.CommandProcessor do not have a common superclass |