BUG-6972: eliminate StmtContext.getOrder()
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / effective /
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-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-08 Robert VargaBUG-7052: remove AbstractEffectiveSchemaContext 42/58542/2
2017-06-08 Robert VargaBUG-7052: Move qnameFromArgument to StmtContextUtils 57/58457/8
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 VargaCleanup effectiveStatements() access 36/58336/2
2017-06-07 Robert VargaTurn BuiltinEffectiveStatements into an enum 62/58262/4
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-04 Robert VargaRevert "Bug 4640: Change semantic-version to openconfig... 18/58218/2
2017-06-02 Igor FoltinBug 4640: Change semantic-version to openconfig-version 69/57769/3
2017-04-14 Peter KajsaBug 7050 - Document parser-impl package structure 40/54840/8
2017-04-13 Jakub TothImplement DocumentedNode interface to RevisionEffective... 16/54816/3
2017-03-09 Peter KajsaBug 5410 - XSD regular expressions are interpreted... 99/52999/6
2017-02-28 Robert VargaFormat Module revisions 44/52344/2
2017-02-23 Peter KajsaBug 6884 - [Yang 1.1] Submodule can reference all defin... 03/51903/4
2017-02-23 Igor FoltinBug 6887: [Yang 1.1] Allow enumerations and bits to... 53/51453/8
2017-02-22 Peter KajsaBug 6901 - [Yang 1.1] Default value MUST NOT be marked... 24/50624/13
2017-02-13 Igor FoltinBug 6877: [Yang 1.1] Allow multiple base identities 72/49772/10
2017-01-24 Igor FoltinBug 7438: Allow identityref type to reference multiple... 98/50298/6
2017-01-24 Peter KajsaBug 6868: If-feature argument may be boolean expression 14/49714/8
2017-01-17 Peter KajsaBug 7551 - Bad error message for pattern constrain 43/50543/3
2017-01-12 Igor FoltinBug 6873: [Yang 1.1] Add support for "require-instance... 97/49697/7
2017-01-04 Robert VargaDo not confuse statement and argument names 18/49818/4
2016-12-26 Robert VargaReturn specialized TypeDefinitions 94/49794/3
2016-12-20 Peter KajsaBug 6880: [Yang 1.1] Allow leaf-lists to have default... 73/49473/3
2016-12-17 Peter KajsaBug 6870: [Yang 1.1] Support for new "modifier" statement 58/49158/12
2016-12-17 Igor FoltinBug 6896: [Yang 1.1] Add support for new statement... 20/49320/8
2016-12-17 Igor FoltinBug 6871: [YANG 1.1] Allow "must" in "input", "output... 39/49339/5
2016-12-17 Peter KajsaBug 6883: [Yang 1.1] Add support for a new data definit... 02/49102/9
2016-12-17 Igor FoltinBug 6897: [Yang 1.1] Allow notifications to be tied... 26/48926/18
2016-12-15 Rashmi PujarBug 6874 - [Yang 1.1] Allow "description" and "referenc... 17/49117/13
2016-12-14 Robert VargaBUG-6867: simplify definitions with static imports 68/49368/2
2016-12-14 Alexis de TalhouëtBug 6867: Rename of Rfc6020Mapping to YangStmtMapping 54/48854/14
2016-12-14 Peter KajsaBug 6867: Extend yang statement parser to support diffe... 68/48368/28
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-11-22 Robert VargaAddress trivial eclipse warnings 01/48501/3
2016-11-18 Igor FoltinBug 6874: [YANG 1.1] Allow "description" and "reference... 46/48246/3
2016-11-02 Stephen KittJava 8: use lambdas and function references 36/47836/2
2016-10-29 Robert VargaBUG-7052: move ModuleIdentifierImpl 35/47735/4
2016-10-26 Robert VargaBUG-6964: reuse StatementDefinitionNamespace 64/47464/10
2016-10-25 Robert VargaBUG-4456: rework leaker integration 51/47451/3
2016-10-24 Robert VargaBUG-6522: create a specialized CopyHistory object 48/47348/9
2016-10-22 Geng XingyuanBug 6958 - add class NotificationAsContainer for transf... 52/47052/10
2016-10-21 Robert VargaBUG-6522: share instances of Config(Effective)Statement 18/47318/5
2016-10-21 Robert VargaPrevent boxing 15/47315/2
2016-10-21 Filip GregorBug 6491: Some imports are not exposed in Module.getImports 29/47129/5
2016-10-20 Filip GregorBug 6961: SchemaContext.getAllModuleIdentifiers() doesn... 21/47121/4
2016-10-18 Robert VargaFix GroupingEffectiveStatementImpl's unknown nodes 74/47074/2
2016-10-18 Robert VargaFix inefficient ConstraintEffectiveStatements 73/47073/2
2016-10-18 Robert VargaBUG-4456: add RecursiveExtensionResolver 42/47042/8
2016-10-18 Robert VargaBUG-6757: revert fix for BUG-4456 38/47038/3
2016-09-19 Robert VargaFix ConstraintDefinition inconsistency 06/45806/5
2016-09-06 Robert VargaUse lambdas instead of anonymous classes 68/45068/6
2016-09-01 Robert VargaBUG-6497: Do not lose augmentation statement order 75/44975/2
2016-08-31 Robert VargaBUG-6497: Do not lose augmentation statement order 75/44875/3
2016-08-30 Igor FoltinBUG-6316: Fix Bit and EnumPair's position/value types 55/42855/12
2016-08-16 Igor FoltinBug 6410: Fixed initialization of typedefs in rpc 36/44036/3
2016-08-15 Robert VargaBUG-865: remove String-based getDataChildByName() 98/42898/7
2016-08-09 Robert VargaUse lambdas instead of StmtContextUtils.build{Declared... 62/42862/7
2016-08-04 Robert VargaDo not use revision in AbstractEffectiveDocumentedNode 61/42861/4
2016-08-01 Robert VargaMake Bit/EnumEffectiveStatementImpl inherit AbstractEff... 60/42860/2
2016-08-01 Robert VargaBUG-865: add proper nullness annotations 54/42854/2
2016-08-01 Robert VargaBUG-865: Move ModuleImportImpl and hide it 52/42852/3
2016-08-01 Robert VargaBUG-865: remove BitImpl 80/42780/6
2016-07-28 Robert VargaBUG-865: Deprecate EnumPairImpl 69/42669/1
2016-07-26 Robert VargaBUG-865: make EnumPair getQName/getSchemaPath unimplemented 94/41994/7
2016-07-19 Igor FoltinBug 6022: Deviation statement is not fully available... 52/40752/9
2016-07-11 Peter KajsaBug 6158: Optimization of if-feaures resolution during... 71/41471/7
2016-07-07 Filip GregorBug 5884: Augmenting a choice without a case results... 58/40158/13
2016-07-07 Peter KajsaBug 5942: When condition of uses node is not exposed... 75/39775/6
2016-06-20 Ryan GouldingBug 2872 - Generated Java Enumerations should contain... 33/39733/5
2016-06-15 Robert VargaFurther cleanups of code 14/39714/18
2016-06-14 Robert VargaBUG-865: remove pre-Beryllium parser 93/39893/6
2016-06-03 Peter KajsaBug 4662: Introduce a SemanticVersion concept - import... 77/36877/28
2016-06-03 Robert VargaScripted update of if statements 93/39793/2
2016-06-02 Peter KajsaBug 5946: Unique statement is not exposed by the YANG... 81/39481/4
2016-05-24 Peter KajsaBug 5200: Yang parser doesn't fill error-app-tag and... 32/38432/13
2016-05-23 Igor FoltinBug 4506: Honor if-feature during SchemaContext assembly 08/38108/12
2016-05-11 Robert VargaRevert "Bug 5829 - New yang parser allows two choice... 64/38664/2
2016-05-11 Peter KajsaBug 5829 - New yang parser allows two choice cases... 71/38371/4
2016-05-03 Michael VorburgerFixed Eclipse specific compilation error related to... 89/38289/2
2016-04-23 Martin CiglanEffectiveSchemaContext small clean-up 17/38017/3
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
2016-03-16 Stephen KittUse String concatenation instead of StringBuffer/Builder 18/35918/2
2016-03-07 Robert VargaReduce cyclomatic complexity 68/35868/1
2016-01-19 Robert VargaIntroduce formatting methods for SourceException 11/32111/14
2016-01-16 Peter KajsaBug 4459 - Parser fails when enum contains illegal... 93/28393/21
2016-01-16 Igor FoltinBug 4540: Yang parser exceptions should follow consiste... 78/31078/16
2016-01-09 Peter KajsaBug 3874: Support of yang modeled AnyXML - XML deserial... 38/29738/15
2016-01-04 Robert VargaPrivate method can be made static 85/32085/2
2016-01-04 Filip.GregorBug 4656: Yang parser does not determine configuration... 74/31774/6
2016-01-04 Robert VargaUse QNameModule#intern() 96/31896/3
2016-01-04 Robert VargaLog attempts to override fraction-digits 18/32018/2
2015-12-16 Robert VargaBUG-4793: Fix CaseShorthandImpl#isConfiguration() 68/31468/3
2015-12-14 Peter KajsaBug 4610 - Do not create duplicate declared statements 88/31188/3
next