Row |
Violation |
1 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression LOG.severe(e.getLocalizedMessage()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
4 | Expression LOG.severe(e.getLocalizedMessage()) 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.lang.Exception of variable e does not match with type java.util.logging.Logger of variable LOG |
7 | Expression e.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression LOG.severe(e.getLocalizedMessage()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression e.printStackTrace() is a void method call, and thus it cannot be parameterized |
10 | Expression LOG.severe(e.getLocalizedMessage()) is a void method call, and thus it cannot be parameterized |
11 | Expression mboxFile.createNewFile() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression persistence.save() is a void method call, and thus it cannot be parameterized |
13 | Expression mboxFile.createNewFile() is a void method call, and thus it cannot be parameterized |
14 | Type org.columba.calendar.config.XMLPersistence of variable persistence does not match with type java.io.File of variable mboxFile |
15 | The refactoring of the clones is infeasible, because classes and org.columba.mail.folder.mbox.MboxDataStorage do not have a common superclass |