[MDSAL-167] no constructor for indentityref in union Created: 12/May/16 Updated: 09/Mar/18 Resolved: 04/Jun/16 |
|
| Status: | Resolved |
| Project: | mdsal |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Isaku Yamahata | Assignee: | Isaku Yamahata |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| External issue ID: | 5883 |
| Description |
|
The generated java code for union with identityref doens't include a constructor for identityref. module union-with-identityref { description "test union with identityref"; revision "2016-05-09"; identity ident-base; identity ident-two { base ident-base; } typedef union-type { } generated java code public UnionType(java.lang.Short _uint8) { super(); this._uint8 = _uint8; this._value = _uint8.toString().toCharArray(); }... |
| Comments |
| Comment by Isaku Yamahata [ 12/May/16 ] |
| Comment by Isaku Yamahata [ 12/May/16 ] |
|
This is a blocker for neutron northbound project. |
| Comment by Robert Varga [ 28/May/16 ] |