Row |
Violation |
1 | Type org.apache.jmeter.samplers.SampleListener of variable sampleListener does not match with type javax.swing.JDialog of variable stoppingMessage |
2 | Expression sampleListener.sampleOccurred(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression stoppingMessage.show() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression sampleListener.sampleOccurred(e) is a void method call, and thus it cannot be parameterized |
5 | Expression stoppingMessage.show() is a void method call, and thus it cannot be parameterized |
6 | Type org.apache.jmeter.samplers.SampleListener of variable sampleListener does not match with type javax.swing.JDialog of variable stoppingMessage |
7 | Expression sampleListener.sampleOccurred(e) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression stoppingMessage.show() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression sampleListener.sampleOccurred(e) is a void method call, and thus it cannot be parameterized |
10 | Expression stoppingMessage.show() is a void method call, and thus it cannot be parameterized |
11 | The refactoring of the clones is infeasible, because classes org.apache.jmeter.samplers.RemoteSampleListenerImpl and do not have a common superclass |