[YANGTOOLS-38] grouping augments fail to generate code Created: 07/Oct/13  Updated: 10/Apr/22  Resolved: 09/Oct/13

Status: Resolved
Project: yangtools
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: Robert Varga Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 106

 Description   

The following snippet does not result in augmented Tlvs.java being generated:

typedef of-id {
type uint16;
}

typedef of-id {
type uint16;
}

grouping object-header {
leaf processing-rule

{ type boolean; default false; }

leaf ignore { type boolean; default false; }

}

grouping object {
uses object-header;

container tlvs {

}
}

grouping open-object {
uses object {
augment "tlvs" {
container of-list

{ uses of-list-tlv; }

}
}
}



 Comments   
Comment by Martin Vitez [ 09/Oct/13 ]

Fixed for binding-generator 0.6.0-SNAPSHOT, yang 0.5.9-SNAPSHOT.

https://git.opendaylight.org/gerrit/#/c/1747/

Generated at Wed Feb 07 20:52:05 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.