Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-4420

ParseUtil.readProperty incorrectly checks for XMLConstants.NULL_NS_URI

    Details

      Description

      This will always return false:

      if (uri != null&&!"".equals(XMLConstants.NULL_NS_URI))

      The second test should use 'uri', not '""'. (The value of XMLConstants.NULL_NS_URI is '""').

        Gliffy Diagrams

          Attachments

            Activity

              People

              • Assignee:
                brian.stansberry Brian Stansberry
                Reporter:
                brian.stansberry Brian Stansberry
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: