Details
-
Type: Bug
-
Status: Closed
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
I am having the same problem as
http://jira.codehaus.org/browse/XSTR-106
The underscores are gettign duplicated in the tag names.
Just want you to reconsider since underscore is a legal java variable name.
I just cloned this because its clearly a bug and the original was closed.
in my case the underscore is in an alias.
my code looks like:
<code>
xstream.aliasField("per_page", MyObject.class, "resultsPerPage");
</code>
which results in:
<code>
<per_page>25</per_page>
</code>
there is now way that I can see to fix this.