Uploaded image for project: 'SLF4J'
  1. SLF4J
  2. SLF4J-121

ArrayIndexOutOfBounds exception if 5 arguments specified on entry method

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • None
    • 1.5.x
    • Unspecified
    • None
    • Operating System: Linux
      Platform: PC

    Description

      XLogger.entry() gets an ArrayIndexOutOfBounds exception if 5 arguments are specified. The method needs if (argArray.length <= ENTRY_MESSAGE_ARRAY_LEN) changed to if (argArray.length < ENTRY_MESSAGE_ARRAY_LEN)

      Attachments

        Activity

          People

            slf4j-dev SLF4J developers list
            rgoers@apache.org Ralph Goers
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: