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