Row |
Violation |
1 | Type org.apache.jmeter.engine.StandardJMeterEngine of variable engine does not match with type javax.swing.JDialog of variable stoppingMessage |
2 | Expression engine.stopTest(false) 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 engine.stopTest(false) 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.engine.StandardJMeterEngine of variable engine does not match with type javax.swing.JDialog of variable stoppingMessage |
7 | Expression engine.stopTest(false) 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 engine.stopTest(false) 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.engine.StandardJMeterEngine and do not have a common superclass |