BUG-7996: Split JSONCodec into multiple implementations
[yangtools.git] / yang / yang-parser-impl /
2017-03-16 Igor FoltinBug 7954: Throw an exception when parsing duplicate... 83/53283/6
2017-03-11 Robert VargaBUG-7954: identify source of the offending statement 84/53184/1
2017-03-09 Peter KajsaBug 5410 - XSD regular expressions are interpreted... 99/52999/6
2017-03-09 Peter KajsaBUG-7424: Disallow child namespace collisions 00/51400/9
2017-03-08 Peter KajsaBug 7865 - Extension argument is being restricted to... 91/52991/1
2017-03-06 Robert VargaBUG-7424: introduce a putIfAbsent storage operation 62/52762/2
2017-03-06 Robert VargaBUG-7898: clean up CrossSourceStatementReactor interface 14/52814/4
2017-03-03 Igor FoltinBug 6856: Rpc definition should implicitly define input... 04/48704/22
2017-03-02 Peter KajsaBug 7879 - refine target node was not found 39/52639/2
2017-03-01 Igor FoltinBug 6878: Add support for parsing yang-specific XPath... 38/51938/9
2017-02-28 Robert VargaFormat Module revisions 44/52344/2
2017-02-27 Peter KajsaBug 6886 - [Yang 1.1] Update rules for handling of... 26/51926/5
2017-02-24 Robert VargaEliminate custom SimpleDateFormat instances 54/52254/1
2017-02-23 Robert VargaUpdate StmtTestUtils 70/52070/7
2017-02-23 Igor FoltinBug 6885: [Yang 1.1] Disallow "when" and "if-feature... 85/50785/13
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-23 Robert VargaBUG-7052: introduce YangStatementStreamSource 55/52055/10
2017-02-23 Robert VargaAdd utility YangTextSchemaSource factories 54/52054/6
2017-02-23 Peter KajsaBug 7480 - yang-system-test: -p directories are for... 18/51018/13
2017-02-22 Peter KajsaBug 6901 - [Yang 1.1] Default value MUST NOT be marked... 24/50624/13
2017-02-21 Robert VargaEliminate a boxing warning 77/52077/3
2017-02-21 Robert VargaDeprecate TextToASTTransformer.TRANSFORMATION 53/52053/3
2017-02-21 Robert VargaBUG-7568: silence YangTextSchemaContextResolver 52/52052/3
2017-02-13 Peter KajsaBug 6875 - [Yang 1.1] Allow imports of multiple revisio... 67/51567/4
2017-02-13 Igor FoltinBug 6877: [Yang 1.1] Allow multiple base identities 72/49772/10
2017-02-13 Igor FoltinBug 6261: Introduce resolution of deviation statement... 08/51008/9
2017-01-31 Robert VargaBUG-7061: mass-rename test files 53/51153/4
2017-01-25 Michael VorburgerReplace FindBugs :jsr305 by full :annotation (Bug 7663) 96/50896/3
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-23 Robert VargaBUG-5222: Reuse substatements across phases 13/49813/14
2017-01-17 Peter KajsaBug 7551 - Bad error message for pattern constrain 43/50543/3
2017-01-13 Peter KajsaBug 6876: [Yang 1.1] Allow "augment" to add conditional... 05/50305/4
2017-01-12 Igor FoltinBug 6873: [Yang 1.1] Add support for "require-instance... 97/49697/7
2017-01-10 Michael VorburgerClean up code, incl. fix Checkstyle warnings (without... 76/38876/13
2017-01-10 Robert VargaBUG-5222: Optimize SubstatementValidator 16/49816/8
2017-01-04 Robert VargaBUG-5222: Optimize use of declared substatements 15/49815/4
2017-01-04 Robert VargaRemove StatementIdentifier 12/49812/3
2017-01-04 Robert VargaDo not confuse statement and argument names 18/49818/4
2017-01-04 Robert VargaFix mandatory statement checking 14/49814/3
2017-01-04 Robert VargaMove StatementContextBase.getStorageNodeType() 11/49811/3
2017-01-04 Robert VargaTurn Prerequisite into a FunctionInterface 00/49800/4
2017-01-04 Robert VargaEnhance phase sequencing assertions 99/49799/4
2017-01-04 Robert VargaEliminate superfluous onFullDefinitionDeclared overrides 98/49798/4
2017-01-04 Robert VargaValidate identity-ref on full definition 97/49797/4
2017-01-04 Robert VargaDocumented StatementSupport's SourceException throwing 96/49796/4
2017-01-04 Robert VargaAdd ModelActionBuilder javadocs 01/49801/4
2016-12-26 Robert VargaFix checkstyle warnings 95/49795/3
2016-12-26 Robert VargaReturn specialized TypeDefinitions 94/49794/3
2016-12-26 Robert VargaExpand StatementSupport documentation 02/49802/3
2016-12-26 Robert VargaAdd StatementFactory javadocs 92/49792/2
2016-12-26 Igor FoltinBug 7440: Fix empty parent in deviate "replace" 79/49779/3
2016-12-20 Peter KajsaBug 6880: [Yang 1.1] Allow leaf-lists to have default... 73/49473/3
2016-12-20 Robert VargaBUG-6522: cache isConfiguration() result 67/49567/4
2016-12-18 Robert VargaBUG-7051: move isModuleIdentifierWithoutSpecifiedRevision 25/49525/1
2016-12-17 Peter KajsaBug 6870: [Yang 1.1] Support for new "modifier" statement 58/49158/12
2016-12-17 Peter KajsaBug 6869: [Yang 1.1] Allow if-feature in bit, enum... 42/49242/9
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-17 Peter KajsaBug 6897: Adding getSubstatementValidator() method... 62/49462/4
2016-12-16 Robert VargaBUG-4599: do not attempt to construct invalid QNames 19/29519/17
2016-12-15 Rashmi PujarBug 6874 - [Yang 1.1] Allow "description" and "referenc... 17/49117/13
2016-12-15 Robert VargaBUG-7267: catch RuntimeExceptions when processing sources 51/49351/6
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-12 Robert VargaBUG-7267: catch null path offenders 37/49237/1
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-12-06 Igor FoltinBug 7146: Propagate exceptions caught in YangStatementS... 31/48631/4
2016-11-22 Stephen KittJava 8: migrate to java.util.function.Function 37/47837/6
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-18 Robert VargaBUG-5717: add unique child identifier 41/48241/11
2016-11-16 Robert VargaBUG-7161: Do not tolerate source-level exceptions 73/48273/4
2016-11-11 Robert VargaBUG-5717: eliminate StmtContext.substatements() 05/48205/8
2016-11-11 Vratko PolakBUG-6150: add an import statement special-case 00/48200/11
2016-11-10 Robert VargaFix an eclipse warning 06/48206/1
2016-11-04 Robert VargaBUG-7038: update StatementWriter.startElement() 54/47754/7
2016-11-02 Stephen KittJava 8: use lambdas and function references 36/47836/2
2016-11-02 Stephen KittCleanup: remove redundant casts 34/47834/2
2016-10-29 Robert VargaBUG-7054: add YinStatementStreamSource 36/47736/9
2016-10-29 Robert VargaBUG-7054: add a YinTextToDomTransformer 18/47718/10
2016-10-29 Robert VargaBUG-7052: move YangErrorListener 49/47749/2
2016-10-29 Robert VargaBUG-865: remove old parser remnants 48/47748/2
2016-10-29 Robert VargaBUG-7052: move ModuleIdentifierImpl 35/47735/4
2016-10-28 Robert VargaBUG-6522: fix missed optimization 43/47743/1
2016-10-28 Robert VargaBUG-7038: cleanup parser listener 08/47708/2
2016-10-27 Robert VargaBUG-6522: do not cache import in SourceSpecificContext 07/47707/1
2016-10-27 Robert VargaBUG-7051: move nasmespace declarations 06/47706/1
2016-10-27 Robert VargaCleanup StatementContextWriter 93/47693/2
2016-10-27 Robert VargaDocument RootStatementContext's relationship to other... 92/47692/2
2016-10-26 Robert VargaRevert "BUG-6522: create a dedicated extensions map" 28/47628/1
2016-10-26 Robert VargaBUG-6522: create a dedicated extensions map 68/47568/8
2016-10-26 Robert VargaBUG-6522: streamline QNameToStatementDefinitionMap API 67/47567/5
2016-10-26 Robert VargaCleanup SupportedExtensionsMapping 13/47613/2
2016-10-26 Robert VargaBUG-6964: reuse StatementDefinitionNamespace 64/47464/10
2016-10-26 Robert VargaBUG-6522: intern cached QNames 51/47551/5
next