[YANGTOOLS-401] Restricted leaf's union type - Java API generator fails with IllegalArgumentException Created: 22/Jan/15 Updated: 10/Apr/22 Resolved: 23/Jan/15 |
|
| Status: | Resolved |
| Project: | yangtools |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Milos Fabian | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Linux |
||
| Issue Links: |
|
||||||||
| External issue ID: | 2619 | ||||||||
| Description |
|
module union-restrictions { import ietf-inet-types { prefix inet; } container foo { } Binding Java API generator fails with "strange" (not relevant from user's point of view) error: java.lang.IllegalArgumentException: Type cannot have Package Name referenced as NULL! |