Description
In CreateInvocationParametersHandler.handleRequest() method, the logging is incorrect for parameters.
if(parameters == null) {
logger.trace("Actual parameters list to inject is: {}", parameters); //$NON-NLS-1$
} else
The condition should be reversed or the log should be exchanged.