Optimize ImmutableNodes.fromInstanceId()
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / tree /
2018-08-06 Robert VargaMake empty augmentations disappear 93/74793/8
2018-08-06 Robert VargaMake empty lists and choices disappear 83/35583/40
2018-08-03 Robert VargaCentralize AugmentationIdentifier instantiation 94/74794/4
2018-08-03 Robert VargaRemove duplicate instantiation of EffectiveAugmentation... 92/74792/5
2018-07-03 Robert VargaFix ModificationPath.toString() reference 11/73711/1
2018-05-22 Robert VargaTrack current path in a stack 34/72134/10
2018-05-22 Robert VargaIntroduce RequiredElementCountException 49/72149/2
2018-05-22 Robert VargaFix min/max validation inside written value 03/71803/16
2018-05-22 Robert VargaClean up AbstractDataTreeTip 32/72132/6
2018-05-21 Robert VargaFix a raw type user 23/72123/2
2018-05-21 Robert VargaFix AbstractValueNodeModificationStrategy message typos 24/72124/2
2018-05-21 Robert VargaFix SchemaAwareApplyOperation whitespace 16/72116/1
2018-05-21 Robert VargaFix a javadoc typo 15/72115/1
2018-05-09 Robert VargaFix yang-data-impl code smells 89/71889/1
2018-05-09 Robert VargaFix code smells in AlwaysFailOperation 84/71884/1
2018-05-09 Robert VargaFix code smell in RootModificationApplyOperation 82/71882/1
2018-04-26 Robert VargaExpose DataTreeSnapshot's SchemaContext 90/71390/1
2017-11-21 Robert VargaCleanup DataTree interfaces and InMemmoryDataTreeFactory 95/65795/3
2017-11-20 Robert VargaRename ChoiceCaseNode to CaseSchemaNode 47/65747/2
2017-11-13 Robert VargaFix checkstyle issues reported by odlparent-3.0.0's... 90/65490/1
2017-11-11 Robert VargaIntroduce ElementCountConstraintAware interface 52/64952/15
2017-11-08 Robert VargaEliminate ConstraintDefition.isMandatory() 95/65095/14
2017-11-08 Robert VargaFix InMemoryDataTreeFactory.create() methods 40/65240/5
2017-11-03 Robert VargaUpdate DataTreeFactory 37/65037/5
2017-11-03 Robert VargaUpdate ChoiceSchemaNode design 52/64852/12
2017-10-25 Robert VargaFix yang.model.api.AugmentationSchema 31/64731/2
2017-10-16 Robert VargaFix ModificationApplyOperation javadoc 40/64240/2
2017-10-09 Robert VargaCleanup use of Guava library 85/61985/23
2017-10-04 Robert VargaCleanup checkstyle warnings and turn enforcement on... 51/62551/6
2017-04-25 Robert VargaBUG-8291: expose additional DataTreeFactory methods 25/56025/2
2017-03-10 Xiao LiangBug 7945: Fix schema validation for augmentation of... 25/52025/4
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-12-01 Robert VargaCleanup MandatoryLeafEnforcer and DataTreeConfiguration 71/48671/5
2016-11-29 Robert VargaBUG-5968: Mandatory leaf enforcement does not work... 32/48532/5
2016-11-22 Robert VargaAddress trivial eclipse warnings 01/48501/3
2016-11-21 Luis GomezRevert "Bug 5968: Mandatory leaf enforcement does not... 23/48523/1
2016-11-10 Robert VargaFix CursorAwareDataTreeSnapshot.newModification() 79/48179/2
2016-11-09 Peter KajsaBug 5968: Mandatory leaf enforcement does not work... 62/48162/1
2016-11-03 Peter KajsaBug 5968: Mandatory leaf enforcement does not work... 33/44233/10
2016-09-29 Robert VargaUse YangInstanceIdentifier.EMPTY 32/46132/2
2016-09-06 Robert VargaUse lambdas instead of anonymous classes 68/45068/6
2016-08-15 Robert VargaRevert "Bug 5968: Mandatory leaf enforcement does not... 68/43968/2
2016-08-12 Peter KajsaBug 5968: Mandatory leaf enforcement does not work... 09/42709/4
2016-08-08 Tomas CereFix list modification with DataTree rooted at MapEntryNode 09/43309/2
2016-08-05 Tomas CereFix list modification with DataTree rooted at MapEntryNode 25/43225/3
2016-07-20 Robert VargaBUG-865: Remove DataTreeFactory#create() 50/32850/10
2016-07-18 Tomas CereAdd toString() to InMemoryDataTreeCandidate 10/39310/4
2016-07-11 Peter KajsaBug 6134: Introducing of DataTreeConfiguration concept 38/41138/4
2016-06-08 Robert VargaRemove unused imports 12/39712/12
2016-06-07 Peter KajsaBug 5830: Mandatory leaf enforcement is not correct... 13/39313/10
2016-06-03 Robert VargaScripted update of if statements 93/39793/2
2016-04-19 Tom PantelisImprove error message when child schema not found 44/37044/2
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
2016-04-07 Stephen KittAdd a couple of toString() implementations 43/37243/1
2016-04-04 Ryan GouldingFix LOG formatting issues 77/36977/2
2016-03-21 Robert VargaBUG-5504: use Object.toString() without overrides in... 88/36288/2
2016-02-12 Robert VargaNoddeWithValue is generic 57/34557/3
2016-01-30 Stephen Kittyang.data.impl.schema.tree clean-up 89/33489/3
2016-01-25 Robert VargaBUG-4295: fix merge callsite 77/33477/4
2016-01-25 Robert VargaBUG-4684: validate changes against effective state 66/30266/11
2016-01-25 Robert VargaBUG-4295: handle merge into unkeyed list 63/33463/3
2016-01-20 Tony TkacikBug 4295: Fixed incorrectly introduced nodes when MERGE... 18/33118/2
2016-01-20 Peter KajsaBUG-4295: instantiate MERGE operations lazily 53/26853/40
2016-01-19 Robert VargaAdd a bit of documentation in AbstractReadyIterator 41/33041/1
2016-01-15 Tony TkacikAdded support for root in create(TreeType, YangInstance... 69/32269/2
2016-01-08 Peter KajsaBUG-4355: mandatory node presence enforcement 66/28666/18
2016-01-08 Tony TkacikBug 4896: Use HashMap instead of ImmutableMap.Builder... 59/32259/1
2016-01-07 Robert VargaEnforce case uniqueness 12/28712/14
2015-12-08 Robert VargaBUG-4684: prune WRITE operation children when ready 65/30265/3
2015-11-30 Robert VargaBUG-4684: Add strict internal consistency checks for... 47/30247/3
2015-11-23 Robert VargaSimplify check for tree/node match 72/28672/4
2015-11-13 Robert VargaBUG-865: deprecate DataTreeFactor.create() 40/29640/1
2015-11-10 Filip GregorBug 4454: Write to datastore: elements count error 99/28599/7
2015-10-28 Robert VargaDo not leak internal methods 11/28711/3
2015-10-28 Jan HajnarBUG-2399: Implement automatic container removal 30/17030/26
2015-10-08 Robert VargaBUG-4359: use WRITE-implied metadata 24/27924/3
2015-09-27 Robert VargaFix a few sonar warnings 99/27499/1
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
next