** Changed in: zorba
    Milestone: None => 2.5

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867118

Title:
  detect inconsistencies in the ItemFactory

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The ItemFactory currently allows inconsistent parameters when creating
  elements. For example

  theFactory->createQName(theNamespace, "header"), theUntypedQName,
  false, ...)

  Here the type is untyped but false specifies that the element doesn't
  have a typed value. This inconsistency might cause FOTY0012 to be
  reported in ElementNode::getTypedValue (but should have been detected
  much earlier).

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867118/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to