BUG-1513: introduce ChoiceSchemaNode
[mdsal.git] / code-generator / binding-data-codec / src / main / java / org / opendaylight / yangtools / binding / data / codec / impl / ChoiceNodeCodecContext.java
2015-03-10 Robert VargaBUG-1513: introduce ChoiceSchemaNode
2015-02-26 Tony TkacikMerge "Bug 2539: Properly report incorrect Instance...
2015-02-26 Tony TkacikBug 2539: Properly report incorrect Instance Identifiers
2015-01-23 Tony TkacikMerge "Fixed incorrect serialization of multiple nested...
2015-01-23 Robert VargaMerge "Bug 2480: Union objects are generated incorrectl...
2015-01-22 Robert VargaMerge "Bug 2404: RPC and Notification support for Bindi...
2015-01-19 Tony TkacikBug 2404: RPC and Notification support for Binding...
2014-10-20 Lukas SedlakMerge "Bug 584 - Milestone : Increasing unit test cover...
2014-10-13 Robert VargaMerge "Bug 584: GeneratedTOBuilder test coverage increase"
2014-10-09 Tony TkacikMerge "BUG-2159: fix sort() conflict"
2014-10-09 Tony TkacikMerge "BUG-2159: compilation failure with generics"
2014-10-08 Robert VargaBUG-2159: compilation failure with generics
2014-08-29 Robert VargaMerge "BUG-576: fixed possible null pointer dereference...
2014-08-29 Robert VargaMerge "BUG-1433: augmentation field visibility changed...
2014-08-28 Tony TkacikMerge "BUG-576: added support for handling nested group...
2014-08-27 Tony TkacikMerge "BUG-650: improve toYangInstanceIdentifier()...
2014-08-27 Lukas SedlakMerge "Bug 1443: Added support for misplaced augmentati...
2014-08-26 Tony TkacikBug 1443: Added support for misplaced augmentations.
2014-08-21 Tony TkacikMerge "Fix ordering fields in generated type builder"
2014-08-21 Lukas SedlakMerge "add new tests BindingTypesTest, BaseYangTypesTest"
2014-08-21 Robert VargaMerge "BUG-1382: eliminate QName.getPrefix() from Gener...
2014-08-20 Tony TkacikBug 1443: Fixed incorrect throw of IllegalArgumentExcep...
2014-08-19 Tony TkacikMerge "BUG-1555: skip choices which are not valid in...
2014-08-18 Robert VargaBUG-1555: skip choices which are not valid in a particu...
2014-08-10 Tony TkacikBug 1443: Implemented Lazy deserialization using dynami...
2014-08-07 Tony TkacikMerge "Fixed incorrect test location."
2014-08-07 Tony TkacikMerge "Bug 1372 - toString methods in generated classes"
2014-08-04 Tony TkacikBug 1439, Bug 1443 Binding Codec NormalizedNodeWriter...