BUG-4688: Rework SchemaContext module lookups
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt /
2017-10-24 Robert VargaBUG-4688: Rework SchemaContext module lookups 41/64641/4
2017-10-24 Robert VargaBUG-4688: switch IncludeStatementImpl to use queries 27/64627/3
2017-10-24 Robert VargaBUG-4688: switch semantic imports to queries 21/64621/4
2017-10-24 Robert VargaBUG-4688: switch revision imports to queries 00/64600/7
2017-10-24 Robert VargaLazily populate listeners and derived namespaces 19/64619/4
2017-10-24 Robert VargaBUG-4688: Add flexible match support to NamespaceStorag... 70/64570/11
2017-10-24 Robert VargaCleanup NamespaceBehaviourWithListeners 69/64569/6
2017-10-24 Robert VargaBUG-8043: correct LengthConstraint definition 19/62319/13
2017-10-24 Igor FoltinBug 9242: Reuse deviating statement contexts 06/64406/4
2017-10-20 Robert VargaImprove StatementContextBase documentation 84/64584/3
2017-10-20 Robert VargaDo not accept null phase in ModifierImpl 83/64583/2
2017-10-20 Robert VargaBUG-4866: fix ImpPrefixToModuleIdentifier 82/64582/3
2017-10-20 Robert VargaBUG-4688: migrate IncludedModuleContext 64/64564/2
2017-10-20 Robert VargaBUG-4688: Fix IncludedSubmoduleNameToIdentifier namespace 62/64562/3
2017-10-20 Robert VargaBUG-4688: Fix BelongsToPrefixToModuleIdentifier namespace 48/64548/5
2017-10-20 Robert VargaBUG-4688: Switch BelongsToModuleContext to SourceIdentifier 47/64547/5
2017-10-20 Robert VargaBUG-4688: Rename StmtContext.Mutable.addRequiredModule() 39/64539/5
2017-10-20 Robert VargaBUG-4688: Eliminate use of ModuleIdentifier in ImpPrefi... 31/64531/6
2017-10-20 Robert VargaBUG-4688: Eliminate Module.DEFAULT_SEMANTIC_VERSION 20/64520/8
2017-10-19 Robert VargaFix Module.getVersion() 15/64515/4
2017-10-19 Peter KajsaBug 7051 - moving of CustomStatementParserBuilder 04/61104/7
2017-10-19 Igor FoltinBug 9244: Fix deviate replace of implicit substatements 89/64389/2
2017-10-19 Robert VargaRemove Module.getSource() and SchemaContext.getModuleSo... 28/64428/4
2017-10-18 Robert VargaDo not wrap SourceException 27/64427/2
2017-10-18 Robert VargaFix checkArgument() format string 26/64426/2
2017-10-13 Igor FoltinBug 9241: Action definition should implicitly define... 39/64239/1
2017-10-11 Robert VargaUpdate IdentitySchemaNode metamodel 30/63230/10
2017-10-11 Robert VargaBUG-5211: remove SourceStreamAware 95/41995/37
2017-10-11 Peter KajsaBug 2444 - Add missing API to Action and Notification... 55/59655/16
2017-10-09 Robert VargaCleanup use of Guava library 85/61985/23
2017-10-07 David SuarezRemove explicit default super-constructor calls 01/63601/3
2017-10-03 Peter KajsaBug 2444 - add missing API of some declared statements 07/59507/13
2017-09-27 Robert VargaDo not use String.replace() 88/63188/3
2017-09-27 Robert VargaFurther yang-parser-impl checkstyle fixes 99/63199/5
2017-09-27 Robert VargaRemove deprecated Yin/YangStatementSourceImpl 37/62537/22
2017-09-17 Robert VargaThrow SourceException instead of invalid fraction-digits 90/63190/3
2017-09-17 Robert VargaThrow InferenceException on invalid identity reference 91/63191/3
2017-09-17 Robert VargaAnother round of checkstyle fixes 97/63197/1
2017-09-16 Robert VargaNext round of checkstyle fixes in yang-parser-impl 92/63192/2
2017-09-16 Robert VargaNext round of yang-parser-impl checkstyle fixes 87/63187/3
2017-09-15 Robert VargaCleanup some checkstyle warnings 82/63182/1
2017-09-13 Igor FoltinAvoid module namespace/submodule name conflict when... 34/63034/2
2017-09-12 Peter KajsaBug 7051 - Refactoring of UnknownStatements handling 32/63032/2
2017-09-12 Peter KajsaBug 7051 - Refactoring of implicit case statements... 20/63020/2
2017-09-09 Igor FoltinAdd the parent module of a submodule to the set of... 33/62833/2
2017-09-05 Robert VargaBUG-8043: eliminate ConstraintFactory 43/62443/3
2017-09-05 Robert VargaBUG-8043: eliminate LenghtStatement.getValue() 42/62442/3
2017-08-28 Robert VargaCleanup SystemTestUtils 89/61289/4
2017-08-28 Robert VargaThrow SourceException instead of IllegalArgumentException 41/62341/2
2017-08-28 Robert VargaBUG-8043: AbstractConstraintEffectiveStatement update 77/62277/2
2017-08-24 Robert VargaDo not instantiate needless objects in augment 03/61303/8
2017-08-24 Robert VargaBUG-7052: move copy operation to StatementContextBase 02/61302/7
2017-08-22 Peter KajsaBug 9005 - scope of model import prefix should be modul... 42/62142/1
2017-08-16 Robert VargaSimplify DeviateStatementImpl.addStatement() 37/61237/9
2017-08-16 Robert VargaRefactor argument adaptation 40/61240/10
2017-08-16 Robert VargaBUG-7052: remove StmtContext.createCopy() 38/61238/11
2017-08-13 Peter KajsaBug 8922 - Evaluation of if-features is done regardless... 77/61377/5
2017-08-04 Peter KajsaBug 8831 - Yang 1.1 default values are not checked... 70/61170/3
2017-07-31 Peter KajsaFix of Module.getPrefix() to return prefix also in... 64/59564/8
2017-07-19 Robert VargaBUG-7051: move yang-data support into its own package 57/60557/2
2017-07-19 Peter KajsaBug 7051 - Refactoring of StmtContextUtils 41/54841/23
2017-07-10 Robert VargaBUG-6972: eliminate StmtContext.getOrder() 63/60063/3
2017-07-10 Robert VargaBUG-6972: Add OptionaBoolean utility 50/60050/7
2017-07-04 Peter KajsaBug 7051 - moving of SubstatementValidator into spi... 29/59929/1
2017-06-26 Igor FoltinFix uninitialized ExtensionDefinition for openconfig... 40/59240/2
2017-06-21 Robert VargaBump odlparent dependency to 2.0.0 73/50173/13
2017-06-15 Robert VargaRemove use of ALTLRInputStream 22/59022/1
2017-06-14 Robert VargaBe strict about boolean arguments 70/58270/42
2017-06-12 Robert VargaBUG-7052: extract SimpleSchemaContext 52/58752/4
2017-06-12 Robert VargaBUG-7052: Move ModuleDependencySort to yang-model-util 50/58750/3
2017-06-12 Robert VargaBypass array-based sort 46/58746/3
2017-06-09 Robert VargaDo not create temporary array for module sorting 88/58588/2
2017-06-09 Robert VargaBUG-7052: move EffectiveSchemaContext 43/58543/6
2017-06-09 Robert VargaMake getOriginalCtx() give out an Optional 64/58564/5
2017-06-09 Robert VargaBUG-6972: inline copy operation modifications 63/58563/3
2017-06-08 Robert VargaBUG-7052: remove AbstractEffectiveSchemaContext 42/58542/2
2017-06-08 Robert VargaBUG-6972: Do not allow root StmtContext to be copied 40/58540/2
2017-06-08 Robert VargaEliminate StmtContext.isRootContext() 36/58536/1
2017-06-08 Robert VargaRemove appendCopyHistory from public view 29/58529/2
2017-06-08 Robert VargaBUG-7052: Move qnameFromArgument to StmtContextUtils 57/58457/8
2017-06-08 Robert VargaBUG-7052: reduce StatementContextBase proliferation... 56/58456/15
2017-06-08 Robert VargaBUG-7052: Move RecursiveObjectLeader to util 58/58458/7
2017-06-08 Robert VargaBUG-7052: reduce StatementContextBase proliferation 51/58451/5
2017-06-07 Robert VargaEnforce namespace listener compatibility 81/58381/6
2017-06-07 Robert VargaRefactor InferenceAction 80/58380/6
2017-06-07 Robert VargaMove DeviateKind parsing 71/58271/4
2017-06-07 Robert VargaModifierImpl has no use for phase 79/58379/2
2017-06-07 Robert VargaCleanup effectiveStatements() access 36/58336/2
2017-06-07 Robert VargaDo not tolerate invalid status arguments 69/58269/3
2017-06-07 Robert VargaIntern low-cardinality statement arguments 68/58268/3
2017-06-07 Robert VargaTurn BuiltinEffectiveStatements into an enum 62/58262/4
2017-06-07 Robert VargaDo not throw IllegalArgumentException 06/58306/2
2017-06-06 Igor FoltinBug 8523: Add support for parsing restconf:yang-data... 75/58175/6
2017-06-06 Peter KajsaBug 8597 - Empty description and reference of ModuleImp... 54/58254/5
2017-06-05 Igor FoltinBug 4640: Change semantic-version to openconfig-version 47/58247/1
2017-06-05 Peter KajsaBug 7037 - Improve mapping of YANG extensions 17/55717/11
2017-06-04 Robert VargaRevert "Bug 4640: Change semantic-version to openconfig... 18/58218/2
2017-06-04 Robert VargaAdd hook for interning raw argument 84/58184/3
2017-06-02 Igor FoltinBug 4640: Change semantic-version to openconfig-version 69/57769/3
2017-05-18 Igor FoltinBug 8307: Add the option for activating deviation state... 52/56452/5
next