- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: [scala-bts] #3321: val xml literal with embed val xml literal may lost embed content
Mon, 2010-04-19, 11:16
---------------------+------------------------------------------------------
Reporter: dcaoyuan | Owner: scala-xml_team
Type: defect | Status: new
Priority: normal | Component: Standard Library
Version: | Keywords:
---------------------+------------------------------------------------------
Changes (by dubochet):
* owner: scala_reviewer => scala-xml_team
Comment:
Please note that the Scala XML team is not very active currently. Patches
are particularly welcome.
---------------------+------------------------------------------------------
Reporter: dcaoyuan | Owner: scala-xml_team
Type: defect | Status: closed
Priority: normal | Component: Standard Library
Version: | Resolution: wontfix
Keywords: |
---------------------+------------------------------------------------------
Changes (by dcaoyuan):
* status: new => closed
* resolution: => wontfix
Comment:
I recalled that this issue is caused by the forward-reference
initialization order of the object/class fields, that is, as {b} is
referred before 'b' is defined, 'b' is then with default value null in
{{{{b}}}}.
So, I'll close it with no need of fix.