Incorrect logging in CreateInvocationParametersHandler
------------------------------------------------------

                 Key: WINK-347
                 URL: https://issues.apache.org/jira/browse/WINK-347
             Project: Wink
          Issue Type: Bug
          Components: Build
    Affects Versions: 1.1.3
         Environment: Development
            Reporter: Varesh Tapadia
            Priority: Minor


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 {
                logger.trace("Actual parameters list to inject is: null"); 
//$NON-NLS-1$
            }

The condition should be reversed or the log should be exchanged.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to