Uploaded image for project: 'Commons JXPath'
  1. Commons JXPath
  2. JXPATH-106

Typo in JXPathException.getMessage()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Nightly Builds
    • 1.3
    • None
    • ALL

    Description

      In JXPathException, method getMessage():

      if (message == null)

      { buf.append(message).append("; "); }

      Should probably be

      if (message != null) { buf.append(message).append("; "); }

      I am running findbugs on the project.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vivodamichele@hotmail.com Michele Vivoda
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: