zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #05437
Re: [Merge] lp:~zorba-coders/zorba/qname-pool-refactoring into lp:zorba
Ghislain, is there any reason why inside initializeAsQNameNotInPool() you do:
GET_STORE().getQNamePool().insert(aNamespace, aPrefix, aLocalName);
instead of
GET_STORE().getQNamePool().insert(aNamespace, zstring(), aLocalName);
It seems to me that you are inserting an unnormalized qname for no good reason?
Also, the new ternary QNameItem constructors are not used anywhere in the simplestore; they are to be used by the sausalito store only, right? If so, can you add a comment to say so?
--
https://code.launchpad.net/~zorba-coders/zorba/qname-pool-refactoring/+merge/94953
Your team Zorba Coders is subscribed to branch lp:zorba.
References