Use YangInstanceIdentifier.getAncestor()
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / tree /
2015-09-25 Robert VargaUse YangInstanceIdentifier.getAncestor() 89/27389/2
2015-09-17 Robert VargaBUG-4288: check for existing child modification 81/26781/8
2015-09-14 Robert VargaMake ChildTrackingPolicy an abstract class 75/26875/4
2015-09-10 Robert VargaBUG-4278: Improve TOUCH operation effects 44/26644/4
2015-09-04 Robert VargaUse NodeIdentifier.create() in Schema-enabled Normalize... 24/26524/1
2015-08-11 Thanh HaFix license header violations in yang-data-impl 37/24837/2
2015-07-07 Robert VargaBUG-2882: implement DataTreeModificationCursor 25/23825/1
2015-07-07 Robert VargaAllow instantiation of rooted DataTrees 24/23824/1
2015-07-07 Robert VargaEnforce sealed DataTreeModification 23/23823/1
2015-06-26 Tony TkacikBUG-1014: Moved recursive verify of written data to... 85/22885/2
2015-06-15 Jan HajnarBug 1014 - Non-configuration items in the model appear... 01/22601/1
2015-06-15 Robert VargaLower the size of ModifiedNode children maps 98/22598/1
2015-06-15 Robert VargaBUG-3674: delete of non-existing data is a no-op 64/22564/1
2015-06-05 Robert VargaImprove deltaChildren() 57/21957/2
2015-06-05 Robert VargaFix performance of RecursiveReplaceCandidateNode.getMod... 27/21927/4
2015-06-05 Robert VargaSpeed up getModifiedChild() 56/21956/2
2015-06-05 Robert VargaMark mAbstractModifiedNodeBasedCandidateNode final 55/21955/2
2015-06-05 Robert VargaMake optionalData() static 54/21954/2
2015-06-05 Tony TkacikBug 3189 Special case of checking root node QName. 53/21953/2
2015-06-05 Tony TkacikBUG-3189: Check consistency of Instance Identifier... 78/21978/1
2015-06-05 Tony TkacikBUG-3189: Check consistency of Instance Identifier... 52/21952/2
2015-06-05 Robert VargaAdd an explicit guard for root presence 51/21951/2
2015-06-05 Robert VargaGuard against null data in AbstractLeafCandidateNode 33/21933/2
2015-06-04 Moiz RajaBUG 2970 : Throw a specific exception when schema valid... 82/21882/2
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-06 Jan HajnarBug 2690 - Yang-Data-Impl: write and then merge on... 45/19145/7
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 Tony TkacikMerge "Bug 2983 - Throws ResultAlreadySet instead of...
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-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 TkacikMerge "Bug 2363, Bug 2205. Beta version of LeafRefConte...
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-21 Robert VargaFix missing format placeholder 55/18755/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-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 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-04-10 Tony TkacikMerge "BUG-2962: add DataTreeTip interface and implemen...
2015-04-09 Robert VargaBUG-2962: add DataTreeTip interface and implement it 77/17877/5
2015-04-08 Robert VargaMerge "Bug 2362: Wired integer value validating codec."
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-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-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
2015-03-24 Robert VargaRename checkSubtreeModificationApplicable() 45/17045/1
2015-03-23 Robert VargaDo not use recursive tree creation 17/17017/1
2015-03-23 Robert VargaFix child ordering assumptions 92/16992/4
2015-03-23 Robert VargaMake LatestOperationHolder final 91/16991/3
2015-03-23 Robert VargaTurn ModificationApplyOperation into an abstract class 90/16990/3
2015-03-23 Robert VargaOptimize AbstractDataNodeContainerModificationStrategy... 97/16997/2
2015-03-23 Robert VargaRename DataNodeContainerModificationStrategy 89/16989/2
2015-03-23 Robert VargaRename NormalizedNodeContainerModificationStrategy 88/16988/2
2015-03-23 Robert VargaRename ValueNodeModificationStrategy 87/16987/2
2015-03-23 Robert VargaSplit out static classes 86/16986/2
2015-03-23 Robert VargaLower method visibility 85/16985/2
2015-03-23 Robert VargacheckApplicable() for DELETE overflows into TOUCH 04/17004/1
2015-03-23 Tony TkacikMerge "BUG-2876: improve ModificationType accuracy"
2015-03-23 Tony TkacikMerge "BUG-2876: switch to using the computed Modificat...
2015-03-23 Tony TkacikMerge "BUG-2876: determine ModificationType while apply...
2015-03-23 Tony TkacikMerge "Bug 2843 - Restconf JSON PUT cannot update/creat...
2015-03-23 Robert VargaBUG-2876: improve ModificationType accuracy 67/16967/2
2015-03-23 Robert VargaBUG-2876: switch to using the computed ModificationType 66/16966/2
2015-03-23 Robert VargaBUG-2876: determine ModificationType while applying... 57/16957/4
2015-03-23 Tony TkacikMerge "BUG-2352: Remove commons-io from features"
2015-03-23 Tony TkacikMerge "SchemaAwareApplyOperation: use an immediate...
2015-03-23 Tony TkacikMerge "Do not use Iterables when we have a collection"
2015-03-23 Tony TkacikMerge "Make sure YangInstanceIdentifier.EMPTY is retained"
2015-03-22 Robert VargaSchemaAwareApplyOperation: use an immediate return 56/16956/2
2015-03-22 Robert VargaDo not use Iterables when we have a collection 64/16964/2
2015-03-22 Robert VargaMerge "Introduced skeletons of Contributor and User...
2015-03-21 Robert VargaMerge "Bug 2361: Added prototype implementation using...
2015-03-20 Robert VargaMerge "Bug 868: Removed Composite Nodes from Yangtools"
2015-03-20 Robert VargaMerge "Bug 868: Removed Binding to Composite Node codecs."
next