Row |
Violation |
1 | Expression JMeterUtils.reportErrorToUser(e.getMessage(),JMeterUtils.getResString("remote_error_starting")) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression log.info("SessionFilter wait interrupted") is a void method call, and thus it cannot be parameterized |
3 | Expression JMeterUtils.reportErrorToUser(e.getMessage(),JMeterUtils.getResString("remote_error_starting")) is a void method call, and thus it cannot be parameterized |
4 | Type org.apache.log.Logger of variable log does not match with type org.apache.jmeter.util.JMeterUtils of variable JMeterUtils |
5 | Expression JMeterUtils.reportErrorToUser(e.getMessage(),JMeterUtils.getResString("remote_error_starting")) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression log.info("SessionFilter wait interrupted") is a void method call, and thus it cannot be parameterized |
7 | Expression JMeterUtils.reportErrorToUser(e.getMessage(),JMeterUtils.getResString("remote_error_starting")) is a void method call, and thus it cannot be parameterized |
8 | Unmatched statement engine.runTest(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
9 | Unmatched statement engine.runTest(); 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 |
10 | Unmatched statement managersInUse.wait(); 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 |
11 | The refactoring of the clones is infeasible, because classes org.apache.jmeter.protocol.http.util.accesslog.SessionFilter and org.apache.jmeter.gui.action.RemoteStart do not have a common superclass |