Do not instantiate new maps in LeafRefContextBuilder
[yangtools.git] / yang / yang-data-impl /
2015-06-04 Moiz RajaBUG 2970 : Throw a specific exception when schema valid... 82/21882/2
2015-06-04 Debalina GhoshBug 2816: Changed BooleanStringCodec deserialization 12/20412/7
2015-05-27 Robert VargaClarify the correctness of Optional.get() 75/21175/2
2015-05-27 Robert VargaAdd an explicit guard to child modifications 76/21176/2
2015-05-07 Debalina GhoshElimitating redundant modifiers 34/19734/2
2015-05-06 Jan HajnarBug 2690 - Yang-Data-Impl: write and then merge on... 45/19145/7
2015-05-05 Tony TkacikMerge "Fix NPE in DataTreeCandidates"
2015-05-04 Debalina GhoshFixing sonar issues in yanf-data-impl leafref 44/19544/1
2015-05-04 Robert VargaMerge "Bug 3016 : This manual serialization of Immutabl...
2015-05-04 Robert VargaMerge "Removed features-test"
2015-05-04 Robert VargaMerge "Removed unused dependency."
2015-05-04 Tony TkacikMerge "Fix sonar issues in AnyXmlEffectiveStatementImpl"
2015-05-03 Robert VargaDo not use recursion in InMemoryDataTreeModification... 89/19489/2
2015-05-03 Robert VargaMark methods as static 86/19486/1
2015-05-01 Robert VargaMerge "adding methods to minmaxelements to reduce compl...
2015-05-01 Debalina Ghoshadding methods to minmaxelements to reduce complexity 82/18882/3
2015-04-30 Robert VargaMerge "Fixed sonar issues in ClassLoaderUtils."
2015-04-30 Tony TkacikMerge "Add hooking into NormalizedNodeParsers."
2015-04-30 Tony TkacikMerge "Bug 2983 - Throws ResultAlreadySet instead of...
2015-04-29 Tony TkacikRemoved unused dependency. 23/19323/1
2015-04-29 Jan HajnarBug 2983 - Throws ResultAlreadySet instead of IllegalSt... 44/18844/4
2015-04-28 Robert VargaMerge "Cleanup some major sonar warning in yang/*"
2015-04-28 Robert VargaMerge "Bumped Checkstyle to 6.1.1 to be in sync with...
2015-04-28 Tomas CereAdd hooking into NormalizedNodeParsers. 43/18443/11
2015-04-27 Tony TkacikCleanup some major sonar warning in yang/* 35/19135/1
2015-04-27 Robert VargaBUG-2882: introduce cursor-based modification API 95/18595/15
2015-04-24 Robert VargaMerge "Bug 3051: Fixed pattern checks in generated...
2015-04-23 Tony TkacikBumped Yangtools by minor version. 06/18906/2
2015-04-23 Tony TkacikMerge "Bug 2363, Bug 2205. Beta version of LeafRefConte...
2015-04-23 Peter KajsaBug 2363, Bug 2205. Beta version of LeafRefContext... 91/14891/19
2015-04-23 Robert VargaSchemaAwareApplyOperation.checkDeleteApplicable() can... 56/18856/4
2015-04-23 Robert VargaDump the modification which fails to produce a root... 55/18855/4
2015-04-22 Tony TkacikMerge "Fix missing format placeholder"
2015-04-22 Tony TkacikMerge "Add parser support for non-strict schema lookup."
2015-04-22 Tony TkacikMerge "Introduce InstanceIdToNodes into yang-data-impl"
2015-04-22 Tony TkacikMerge "Fixing findbugs"
2015-04-22 Maros MarsalekIntroduce InstanceIdToNodes into yang-data-impl 41/18741/6
2015-04-22 Tomas CereAdd parser support for non-strict schema lookup. 51/18851/1
2015-04-22 Tony TkacikMerge changes I7c9bd36f,I09573668
2015-04-21 Robert VargaFix missing format placeholder 55/18755/1
2015-04-21 Robert VargaMerge "Bug 2900: Fixed incorrect instanceof check in...
2015-04-21 Tony TkacikBug 2900: Fixed incorrect instanceof check in xml codec. 93/18693/1
2015-04-21 Tony TkacikMerge "Sonar issues clean-up"
2015-04-20 Tony TkacikBug 2900: Fixed incorrect dispatch for unkeyed list... 17/18617/1
2015-04-16 Robert VargaMerge "Bug 2999: Use normalized type in creation of...
2015-04-16 Robert VargaMerge "Bug 2362 - Milestone: Basic constraints validation"
2015-04-16 Robert VargaMerge "Direct schema node lookup in SchemaUtils"
2015-04-15 Maros MarsalekDirect schema node lookup in SchemaUtils 04/18204/4
2015-04-14 Jan HajnarBug 2362 - Milestone: Basic constraints validation 67/14967/15
2015-04-14 Robert VargaMerge "Bug 2362: Make sure JSON and XML codecs are...
2015-04-13 Tony TkacikMerge "BUG-1485: deprecate length/range methods"
2015-04-13 Robert VargaMerge "Bug 1260: Implemented Binding Caching Codec"
2015-04-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-04-13 Tony TkacikBug 1260: Implemented Binding Caching Codec 51/17951/6
2015-04-13 Jan HajnarBug 2964 - ClassCastException when querying - 11/18011/3
2015-04-11 Robert VargaDo not declare RuntimeExceptions as thrown 50/18150/1
2015-04-11 Robert VargaFix constant names 44/18144/1
2015-04-10 Tony TkacikMerge "BUG-2962: add DataTreeTip interface and implemen...
2015-04-10 Tony TkacikBug 2362: Make sure JSON and XML codecs are not losing... 10/18010/2
2015-04-10 Robert VargaMerge "Bug 2362: Added pattern validation for string...
2015-04-10 Robert VargaMerge "Extracted remaining codecs to protected classes."
2015-04-09 Tony TkacikMerge "Make sure LOOKUP is a proper constant"
2015-04-09 Tony TkacikMerge "Remove unneeded final modifiers"
2015-04-09 Tony TkacikMerge "Remove unused imports"
2015-04-09 Tony TkacikMerge "Fix modifier ordering"
2015-04-09 Tony TkacikBug 2362: Added pattern validation for string types. 99/17899/4
2015-04-09 Tony TkacikExtracted remaining codecs to protected classes. 96/17896/4
2015-04-09 Robert VargaRemove unneeded final modifiers 06/18006/1
2015-04-09 Tony TkacikMerge "Bug 2960 - Yang Data Codec Gson: failed to looku...
2015-04-09 Robert VargaBUG-2962: add DataTreeTip interface and implement it 77/17877/5
2015-04-09 Jan HajnarBug 2964 - ClassCastException when querying - 91/17991/2
2015-04-08 Robert VargaMerge "Fixed incorrect signature in NotificationListene...
2015-04-08 Robert VargaMerge "Bug 2362: Wired integer value validating codec."
2015-04-08 Tony TkacikBug 2362: Wired integer value validating codec. 57/17857/5
2015-04-08 Tony TkacikMerge "BUG-2955: Fix error reporting for wrong YangInst...
2015-04-08 Robert VargaBUG-2955: Fix error reporting for wrong YangInstanceIde... 53/17853/4
2015-04-08 Tony TkacikMerge "BUG 2908 - Unable to read data from netconf...
2015-04-08 Tomas CereBUG 2908 - Unable to read data from netconf northbound... 49/17249/6
2015-04-07 Tony TkacikBug 2362: Added range validation as last part of deseri... 55/17855/3
2015-04-07 Tony TkacikMoved implementation of (U)Int* codecs to separate... 51/17851/1
2015-04-07 Tony TkacikIntroduced AbstractIntegerStringCodec. 42/17842/1
2015-04-07 Tony TkacikMerge "Bug 2909 - Gson codec lost correct type"
2015-04-07 Robert VargaBUG-2939: fixup dynamic nodes to cover overwrites 64/17664/12
2015-04-02 Robert VargaMerge "Fixed NPE in BindingCodecTree#getSubtreeCodec...
2015-04-02 Tony TkacikBug 2939: Lazily expanded CandidateNode for writes... 28/17628/3
2015-04-02 Tony TkacikBug 2393: Extracted CandidateNode from InMemoryDataTree... 23/17623/1
2015-04-01 Robert VargaBUG-869: kill more sonar warnings 03/17503/4
2015-04-01 Jan Hajnarfix for getModifiedChild() in InMemoryDataTreeCandidate 40/17540/1
2015-03-31 Robert VargaMerge "Bug 2924: DataCodecTree expose (de)serialization...
2015-03-30 Robert VargaBUG-869: remove empty statements 57/17357/1
2015-03-30 Jan HajnarBug 2909 - Gson codec lost correct type 38/17338/1
2015-03-30 Tony TkacikMerge "BUG-2876: prune empty subtree modifications"
2015-03-30 Tony TkacikMerge "Bug 2366: Introducing support for statement...
2015-03-30 Tony TkacikMerge "Add DefaultDataTreeCandidate utility class"
2015-03-27 Robert VargaMerge "Bug 2906 - Added support of entering notificatio...
2015-03-26 Tony TkacikMerge "Bug 2894 - Yang Data Codec Gson: null pointer...
2015-03-25 Robert VargaBUG-2876: prune empty subtree modifications 68/16968/6
2015-03-25 Tony TkacikMerge "Rename applySubtreeChange()"
2015-03-25 Tony TkacikMerge "Rename checkSubtreeModificationApplicable()"
2015-03-24 Robert VargaRename applySubtreeChange() 46/17046/1
next