-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
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 '""').
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 '""').