Row |
Violation |
1 | Expression log.error("testEnded(host)",err) is a void method call, and thus it cannot be parameterized |
2 | Expression log.warn("testEnded()",err) is a void method call, and thus it cannot be parameterized |
3 | Unmatched statement listener.processBatch(sampleStore); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
4 | Unmatched statement listener.processBatch(sampleStore); 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 |
5 | Expression sampleStore.clear() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression sendBatch() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression sampleStore.clear() is a void method call, and thus it cannot be parameterized |
8 | Expression sendBatch() is a void method call, and thus it cannot be parameterized |
9 | Expression sampleStore.clear() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression sendBatch() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression sampleStore.clear() is a void method call, and thus it cannot be parameterized |
12 | Expression sendBatch() is a void method call, and thus it cannot be parameterized |
13 | Expression listener.testEnded(host) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
14 | Expression listener.testEnded() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
15 | Expression listener.testEnded(host) is a void method call, and thus it cannot be parameterized |
16 | Expression listener.testEnded() is a void method call, and thus it cannot be parameterized |