Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SDO-Next
-
None
Description
<p0:quotes3>
<p1:symbol3 xmlns:p1="http://www.example.com/simple3">IBM</p1:symbol3>
<p1:company3 xmlns:p1="http://www.example.com/simple3">IBM Corp.</p1:company3>
</p0:quotes3>
can be optimized as
<p0:quotes3 xmlns:p1="http://www.example.com/simple3">
<p1:symbol3>IBM</p1:symbol3>
<p1:company3>IBM Corp.</p1:company3>
</p0:quotes3>
Thanks to Fuhwei Lwo for prototyping the Test Case. I've made small changes to make use of HelperContext so that it will neither interfere nor be interfereed by other build test(s).
Attachments
Attachments
Issue Links
- is blocked by
-
TUSCANY-1123 test case generated code and metadata access is anachronistic
- Closed