Bump versions to 13.0.6-SNAPSHOT
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / Utils.java
2017-11-13 Robert VargaMove yang.parser.stmt.rfc6020.Utils 50/65450/9
2017-11-13 Robert VargaMove Utils.findNode() 48/65448/7
2017-11-13 Robert VargaMerge PathUtils, TypeUtils and Utils methods 42/65442/7
2017-11-13 Robert VargaCreate parser.rfc7950.namespace package and populate it 40/65440/7
2017-11-13 Robert VargaSplit out PathUtils 36/65436/2
2017-11-13 Robert VargaMove Utils.trimPrefix(String) 33/65433/2
2017-11-13 Robert VargaRemove Utils.transformKeysStringToKeyNodes() 31/65431/2
2017-11-13 Robert VargaRemove Utils.trimPrefix(QName) 30/65430/2
2017-11-13 Robert VargaRemove Utils.replaceIllegalCharsForQName() 29/65429/2
2017-11-13 Robert VargaMove Utils.belongsToTheSameModule() 28/65428/2
2017-11-13 Robert VargaAdd SchemaPath/SchemaNodeIdentifier.createChild(QName) 23/65423/6
2017-11-10 Robert VargaYANGTOOLS-706: reorganize statement definitions 52/65352/11
2017-11-08 Robert VargaYANGTOOLS-706: split out rfc8040-model-api 22/65122/8
2017-11-08 Robert VargaYANGTOOLS-826: allow whitespace after function name 67/65267/3
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-16 Robert VargaNext round of yang-parser-impl checkstyle fixes 87/63187/3
2017-06-14 Robert VargaBe strict about boolean arguments 70/58270/42
2017-06-08 Robert VargaBUG-7052: Move qnameFromArgument to StmtContextUtils 57/58457/8
2017-06-07 Robert VargaMove DeviateKind parsing 71/58271/4
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-04-10 Igor FoltinBug 7847: Implement YANG 1.1 XPath functions in YangFun... 25/54525/3
2017-03-01 Igor FoltinBug 6878: Add support for parsing yang-specific XPath... 38/51938/9
2017-02-27 Peter KajsaBug 6886 - [Yang 1.1] Update rules for handling of... 26/51926/5
2016-12-18 Robert VargaBUG-7051: move isModuleIdentifierWithoutSpecifiedRevision 25/49525/1
2016-12-16 Robert VargaBUG-4599: do not attempt to construct invalid QNames 19/29519/17
2016-12-15 Robert VargaBUG-7267: catch RuntimeExceptions when processing sources 51/49351/6
2016-11-11 Robert VargaBUG-5717: eliminate StmtContext.substatements() 05/48205/8
2016-10-25 Robert VargaBUG-6522: Optimize RFC6020 utils 89/47489/4
2016-10-25 Peter KajsaBug 6669: Mandatory nodes cannot be added to node from... 82/45382/15
2016-10-24 Robert VargaBUG-6522: create a specialized CopyHistory object 48/47348/9
2016-10-23 Peter KajsaBug 6329: Parser fails when target node of uses-augment... 18/46118/7
2016-08-08 Igor FoltinBug 6244: Add context to exceptions thrown by yang... 13/43113/2
2016-07-29 Peter KajsaBug 6180 - Parser: Backslash double-quote in double... 28/41828/13
2016-07-19 Igor FoltinBug 6022: Deviation statement is not fully available... 52/40752/9
2016-06-06 Peter KajsaBug 4662: Introduce a SemanticVersion concept - SchemaC... 22/37622/28
2016-06-02 Peter KajsaBug 5946: Unique statement is not exposed by the YANG... 81/39481/4
2016-05-16 Peter KajsaBug 4662: Introduce a SemanticVersion concept - pre... 72/36872/16
2016-03-08 Peter KajsaBug 5335: augmenting a mandatory node on a presence... 80/35880/5
2016-03-07 Stephen KittUse Collections.singletonList() instead of Arrays.asList() 86/35886/2
2016-02-10 Igor FoltinBug 4079: Unable to compile pattern defined in module 84/34384/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-13 Peter KajsaBug 4933: Yang parser does not accept deviate "not... 14/32414/7
2016-01-12 Robert VargaSimplify Utils.parseStatus() 45/32445/1
2016-01-04 Robert VargaUse QNameModule#intern() 96/31896/3
2015-11-16 Martin CiglanBug 2496: Implement parser support for parsing YIN... 09/23409/26
2015-11-09 Robert VargaInstantiate a QName cache 51/29451/2
2015-11-09 Robert VargaCache QNameModules during instantiation 80/29180/4
2015-11-02 Robert VargaDo not use String.replace() 39/29139/1
2015-11-02 Robert VargaBUG-4556: Introduce StmtContext.getSchemaPath() 71/29071/6
2015-10-03 Robert VargaUse a proper NamespaceContext for XPaths 58/27858/6
2015-10-03 Tony TkacikRevert "Revert "Updated SchemaNodeIdentifier namespace... 71/27871/2
2015-10-03 Robert VargaCentralize RevisionAwareXPath creation 65/27865/5
2015-10-03 Robert VargaDo not compile augment/refine/deviate paths 64/27864/6
2015-10-03 Robert VargaUse a ThreadLocal XPathFactory 59/27859/8
2015-10-02 Tony TkacikRevert "Updated SchemaNodeIdentifier namespace handling." 50/27850/1
2015-10-02 Tony TkacikUpdated SchemaNodeIdentifier namespace handling. 57/27757/8
2015-10-02 Martin CiglanGeneral issue: In case of uncompilable XPathExpression, 30/27730/5
2015-10-01 Robert VargaCleanup yang-parser-impl Utils 52/27152/10
2015-09-30 Tony TkacikIntroduced ChildSchemaNodes namespace to parser 85/27685/2
2015-09-30 Tony TkacikBug 4376: Fixed incorrect assumption about QName in... 50/27650/2
2015-09-28 Robert VargaDo not instantiate QNameModules needlessly 39/27539/1
2015-09-28 Robert VargaIntroduce SchemaNodeIdentifier.asSchemaPath() 23/27523/3
2015-09-16 Robert VargaFix sonar warnings is yang-parser-impl 70/27070/2
2015-08-31 Peter KajsaBug 3670 (part 3/5): Use of new statement parser in... 24/25524/3
2015-08-31 Peter KajsaBug 3670 (part 2/5): Use of new statement parser in... 21/25521/3
2015-08-31 Peter KajsaBug 3670 (part 1/5): Use of new statement parser in... 20/25520/3
2015-08-03 Peter KajsaBug 2366 - Effective statments impl merge, retest ... 85/20885/98
2015-04-30 Robert VargaMerge "Fixed sonar issues in ClassLoaderUtils."
2015-04-30 Tony TkacikMerge "Add hooking into NormalizedNodeParsers."
2015-04-30 Tony TkacikMerge "Bug 2983 - Throws ResultAlreadySet instead of...
2015-04-29 Peter KajsaBug 2366 - Effective statement implementation 13/19013/7
2015-04-24 Robert VargaMerge "Bug 3051: Fixed pattern checks in generated...
2015-04-23 Tony TkacikMerge "Bug 2363, Bug 2205. Beta version of LeafRefConte...
2015-04-23 Gregor ZatkoBug 2366: new parser API extensions support implemented 21/18421/7
2015-04-22 Tony TkacikMerge "Fix missing format placeholder"
2015-04-22 Tony TkacikMerge "Add parser support for non-strict schema lookup."
2015-04-22 Tony TkacikMerge "Introduce InstanceIdToNodes into yang-data-impl"
2015-04-22 Gregor ZatkoSonar issues clean-up 45/18745/5
2015-04-22 Tony TkacikMerge "tests for arguments parsing parsing Augment...
2015-04-22 Tony TkacikMerge "Fixing findbugs"
2015-04-22 Tony TkacikMerge changes I7c9bd36f,I09573668
2015-04-22 Gregor Zatkotests for arguments parsing 08/18408/6
2015-04-21 Robert VargaMerge "Bug 2900: Fixed incorrect instanceof check in...
2015-04-21 Tony TkacikMerge "change to interface"
2015-04-21 Tony TkacikMerge "Sonar issues clean-up"
2015-04-20 Martin CiglanSonar issues clean-up 15/18615/2
2015-04-16 Robert VargaMerge "Bug 2362 - Milestone: Basic constraints validation"
2015-04-16 Robert VargaMerge "Direct schema node lookup in SchemaUtils"
2015-04-15 Tony TkacikMerge "Bug 2997: Fixed instanceof checks to use interfaces"
2015-04-15 Gregor ZatkoBug 2366 - Effective statements impl for new yang parser. 38/18038/12
2015-04-14 Martin CiglanBug 2366 - new parser API - implementation of declared... 30/16130/26
2015-03-23 Tony TkacikMerge "BUG-2352: Remove commons-io from features"
2015-03-23 Tony TkacikMerge "Make sure YangInstanceIdentifier.EMPTY is retained"
2015-03-22 Robert VargaMerge "Introduced skeletons of Contributor and User...
2015-03-21 Robert VargaMerge "Bug 2361: Added prototype implementation using...
2015-03-20 Martin CiglanBug 2361: Added prototype implementation using new... 67/15167/11