Uploaded image for project: 'Wink'
  1. Wink
  2. WINK-347

Incorrect logging in CreateInvocationParametersHandler

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.1.3
    • None
    • Build
    • Development

    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

      { logger.trace("Actual parameters list to inject is: null"); //$NON-NLS-1$ }

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            vareshbe Varesh Tapadia
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: