Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-2641

The bitwise AND operator used instead of logical AND in QpidLog4JConfigurator.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • 0.7
    • None
    • None

    Description

      The following line:
      if(log4jConfiguredString.equals("") & ! log4jConfiguredString.equals(levelString))

      wanted to use the logical AND (&&) operator instead of & (bitwise AND).

      Attachments

        Issue Links

          Activity

            People

              sorins Sorin Suciu
              sorins Sorin Suciu
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: