Convert yang-data-impl to a JPMS module
[yangtools.git] / yang / yang-data-impl / src / main / java /
2019-03-25 Robert VargaCorrect LeafrefTypeDefinition 43/81143/7
2019-03-19 Robert VargaRemove LeafRefValidatation 16/81016/1
2019-03-16 Robert VargaRemove @ThreadSafe annotations 21/80921/7
2019-03-06 Robert VargaEliminate ImmutableNormalizedNodeStreamWriter.getBuilders() 99/80699/2
2019-03-04 Robert VargaRework NormalizedNodeStreamWriter 62/80662/16
2019-02-26 Robert VargaRemove SchemaTracker.create(SchemaContext) 07/80607/1
2019-02-14 Robert VargaPrefer Immutable collections over Collections.emptyFoo() 37/80337/3
2019-02-14 Robert VargaFix ImmutableUnkeyedListNodeBuilder.valueEquals() 36/80336/2
2019-02-13 Robert VargaRefactor checkTouchApplicable() 08/80308/2
2019-02-13 Robert VargaAdd ModificationPath.toString() 07/80307/1
2019-02-12 Robert VargaRemove checkApplicable() overrides 98/80298/2
2019-02-12 Robert VargaRemove DelegatingModificationApplyOperation 84/80284/1
2019-02-12 Robert VargaRemove AlwaysFailOperation 83/80283/1
2019-02-11 Robert VargaRemove unneeded Iterator.remove() overrides 63/80263/1
2019-02-11 Robert VargaExpand ImmutableNodes methods 61/80261/1
2019-02-11 Robert VargaCleanup yang-data-impl nullness annotations 79/80179/4
2019-02-11 Robert VargaCorrect mandatory leaf enforcement 54/80254/2
2019-02-06 Robert VargaSchemaAwareApplyOperation has getSchema() 78/80178/1
2019-02-05 Robert VargaRemove MapModificationStrategy hack 50/80150/6
2019-02-05 Robert VargaRework DataNodeContainerModificationStrategy child... 52/80152/3
2019-02-05 Robert VargaSquash value-based ModificationStrategies 35/80135/6
2019-02-04 Robert VargaSeparate out ModificationApplyOperation.verifyStructure() 34/80134/4
2019-02-04 Robert VargaMove NormalizedNode-based DataTreeCandidateNodes into API 73/79973/6
2019-02-04 Robert VargaSeparate out RootModificationApplyOperation 59/80059/8
2019-01-31 Robert VargaAdd utility wrappers for instantiating builders/nodes 43/80043/5
2019-01-30 Robert VargaEliminate no-op MandatoryLeafEnforcer 22/80022/8
2019-01-30 Robert VargaHide SchemaAwareApplyOperation.checkWriteApplicable() 40/80040/1
2019-01-30 Robert VargaAdd Abstract{LeafSet,Map}ModificationStrategy 25/80025/3
2019-01-30 Robert VargaCleanup AbstractValueNodeModificationStrategy 23/80023/3
2019-01-30 Robert VargaIntroduce DelegatingModificationApplyOperation 20/80020/2
2019-01-30 Robert VargaFix automatic lifecycle delete stacking 52/79952/12
2019-01-28 Robert VargaFix ModifiedNode.toString() 67/79967/1
2019-01-20 Robert VargaAllow JSON/XML writers to be instantiated with root... 65/79765/2
2018-12-26 Robert VargaMass-migrate to Objects.requireNonNull() 40/79040/4
2018-12-14 Robert VargaMass migrate fields to use Immutable collections 06/78806/2
2018-11-25 Robert VargaAdd predicate-free NodeIdentifierWithPredicates constructor 12/78112/1
2018-11-25 Robert VargaRefactor ImmutableMapEntryNodeSchemaAwareBuilder 69/78069/17
2018-11-22 Robert VargaRetrofit SchemaContextProvider 65/78065/4
2018-11-22 Robert VargaMake InMemoryDataTreeSnapshot implement SchemaContextPr... 64/78064/3
2018-11-22 Robert VargaReuse writer field from parent 62/78062/2
2018-11-04 Robert VargaTolerate empty instance identifier in ImmutableNodes... 80/77480/1
2018-10-15 Robert VargaAttach error listeners to lexers 01/77001/1
2018-10-13 Robert VargaFixup MinMaxElementsValidation with disappearances 56/76956/4
2018-10-12 Robert VargaMinMaxElementsValidation needs to deal with lists disap... 21/76921/3
2018-09-17 Robert VargaRemove redundant interface declarations 66/76166/1
2018-09-10 Marek GradzkiConsider AugmentationNodes when direct descendant is... 90/75190/34
2018-09-10 Robert VargaEliminate LeafRefValidation.forEachChoice() 33/75933/1
2018-09-10 Robert VargaOptimize QNameWithPredicateImpl 18/75918/1
2018-09-10 Robert VargaSplit up LeafRefValidation.validateNodeData() 11/75911/8
2018-09-10 Robert VargaMinor code cleanups 15/75915/2
2018-09-07 Robert VargaRename LeafRefValidatation to LeafRefValidation 36/75836/2
2018-09-07 Robert VargaRework choice iteration in LeafRefValidatation 31/75831/3
2018-09-07 Robert VargaCleanup map iteration in LeafRefValidatation 30/75830/3
2018-09-07 Robert VargaRework path LeafRefValidatation path tracking 29/75829/1
2018-09-06 Robert VargaPass down predicates instead of the entire predicate... 80/75780/2
2018-09-06 Robert VargaDo not validate non-existent roots 79/75779/3
2018-09-06 Robert VargaAdd LeafRefValidatation.computeValues() 78/75778/3
2018-09-05 Robert VargaEliminate leafRefTargetNodeDataLog() 77/75777/3
2018-09-05 Robert VargaUntangle result processing logic. 76/75776/1
2018-09-05 Robert VargaMove LeafRefPath creation from fast path 72/75772/3
2018-09-05 Robert VargaCleanup leafref path parsing 71/75771/1
2018-09-05 Robert VargaCleanup LeafRefContext(Tree)Builder 70/75770/1
2018-09-05 Robert VargaCleanup LeafRefPath 61/75761/1
2018-09-05 Robert VargaDo not leak Optional in QNameWithPredicateImpl.toString() 60/75760/1
2018-08-27 Robert VargaOmit empty attributes in toString() 12/75512/1
2018-08-27 Robert VargaOptimize ImmutableNodes.fromInstanceId() 96/75496/3
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-06 Jakub TóthAllows to find child of Operation definition (RPC,... 48/74848/1
2018-08-03 Robert VargaCentralize AugmentationIdentifier instantiation 94/74794/4
2018-08-03 Robert VargaRemove duplicate instantiation of EffectiveAugmentation... 92/74792/5
2018-08-02 Marek GradzkiFix LeafRefContext for relative refs defined in externa... 30/74630/2
2018-07-31 Robert VargaIntroduce map-related ImmutableNodes operations 72/74672/6
2018-07-23 Marek GradzkiFix LeafRefValidatation for refs defined in augmentations 38/74338/2
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 VargaEliminate synthetic bridge methods in DataValidationExc... 48/72148/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-22 Robert VargaExpose ImmutableNodes.mapNodeBuilder(NodeIdentifier) 37/72137/1
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-05-04 Robert VargaDiscern exceptions when building LeafRefContext 98/71798/1
2018-04-26 Robert VargaExpose DataTreeSnapshot's SchemaContext 90/71390/1
2018-04-25 Juraj KosmelExpose copy-based MapEntryNodeBuilder 18/71318/1
2018-02-21 Robert VargaDo not fake an errorMessage for pattern constraints 64/68464/4
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-13 Robert VargaYANGTOOLS-706: Split out yang-parser-rfc7950 56/65456/11
2017-11-13 Robert VargaSplit out OpenDaylight yang-ext metamodel 46/65446/9
2017-11-11 Robert VargaIntroduce ElementCountConstraintAware interface 52/64952/15
2017-11-10 Robert VargaRefactor TypedSchemaNode 09/65409/6
2017-11-10 Robert VargaYANGTOOLS-706: reorganize statement definitions 52/65352/11
next