Row |
Violation |
1 | Expression server.dropConnection() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
2 | Expression Thread.sleep(1000) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
3 | Expression server.dropConnection() is a void method call, and thus it cannot be parameterized |
4 | Expression Thread.sleep(1000) is a void method call, and thus it cannot be parameterized |
5 | Type org.columba.mail.pop3.POP3Server of variable server does not match with type java.lang.Thread of variable Thread |
6 | Expression server.dropConnection() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
7 | Expression Thread.sleep(1000) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
8 | Expression server.dropConnection() is a void method call, and thus it cannot be parameterized |
9 | Expression Thread.sleep(1000) is a void method call, and thus it cannot be parameterized |
10 | Expression server.dropConnection() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
11 | Expression Thread.sleep(1000) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
12 | Expression server.dropConnection() is a void method call, and thus it cannot be parameterized |
13 | Expression Thread.sleep(1000) is a void method call, and thus it cannot be parameterized |
14 | Type org.columba.mail.pop3.POP3Server of variable server does not match with type java.lang.Thread of variable Thread |
15 | Expression server.dropConnection() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
16 | Expression Thread.sleep(1000) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
17 | Expression server.dropConnection() is a void method call, and thus it cannot be parameterized |
18 | Expression Thread.sleep(1000) is a void method call, and thus it cannot be parameterized |
19 | The refactoring of the clones is infeasible, because classes and do not have a common superclass |