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