Do not instantiate QNameModules needlessly
[yangtools.git] / yang / yang-parser-impl / src / main /
2015-09-28 Robert VargaDo not instantiate QNameModules needlessly 39/27539/1
2015-09-28 Robert VargaDo not instantiate a temporary list 27/27527/1
2015-09-28 Robert VargaIntroduce SchemaNodeIdentifier.asSchemaPath() 23/27523/3
2015-09-28 Robert VargaUse SchemaPath.getParent() 22/27522/1
2015-09-28 Robert VargaUse Objects.equals() in effective statements 03/27503/3
2015-09-27 Robert VargaUse Objects.hashCode() 00/27500/1
2015-09-27 Robert VargaFix a few sonar warnings 99/27499/1
2015-09-24 Peter KajsaBug4231 - Yang tools failing to parse Augmentations... 29/26329/4
2015-09-22 Robert VargaCleanup GroupingUtils 48/27148/4
2015-09-18 Robert VargaRefactor URLSchemaContextResolver 95/26995/3
2015-09-18 Robert VargaDo not instantiate a ByteSource 86/26986/3
2015-09-18 Robert VargaCleanup GroupingUtils 21/27121/4
2015-09-16 Robert VargaFix sonar warnings is yang-parser-impl 70/27070/2
2015-09-16 Robert VargaUse ImmutableSet/Map in YangValidationBundles 69/27069/1
2015-09-16 Robert VargaBUG-865: clean up yang.parser.builder 77/26977/3
2015-09-16 Robert VargaBUG-865: Remove deprecated methods in yang.model.util 65/26965/3
2015-09-16 Robert VargaBUG-865: remove yang.model.util.repo 57/26957/3
2015-09-16 Robert VargaBUG-865: remove ChoiceNode 55/26955/2
2015-09-16 Robert VargaCleanup yang-parser-impl 37/26937/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-31 Debalina GhoshReducing cylomatic complexity of BuildGlobalContext 60/19460/9
2015-08-26 Martin CiglanBug 3859: Use of reference keyword in a YANG extension 25/26025/1
2015-08-06 Thanh HaFix license header violations in yang-parser-impl 35/24835/1
2015-08-03 Peter KajsaBug 2366 - Effective statments impl merge, retest ... 85/20885/98
2015-06-26 Martin CiglanBug3659: UnknownSchemaNodeImpl retains empty ArrayLists FIX 53/22353/5
2015-06-18 Shaleen SaxenaBUG-3793 71/22871/1
2015-06-16 Robert VargaSonar: remove unused modifiers 23/22723/1
2015-06-12 Robert VargaFix sonar warnings 28/22028/3
2015-06-05 Robert VargaMake sure we cache QNameModule instances 30/21930/2
2015-05-07 Debalina GhoshElimitating redundant modifiers 34/19734/2
2015-05-04 Robert VargaMerge "Bug 3016 : This manual serialization of Immutabl...
2015-05-04 Robert VargaMerge "Removed features-test"
2015-05-04 Robert VargaMerge "Removed unused dependency."
2015-05-04 Tony TkacikMerge "Fix sonar issues in AnyXmlEffectiveStatementImpl"
2015-05-01 Debalina GhoshFix sonar issues in AnyXmlEffectiveStatementImpl 80/18880/5
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-28 Robert VargaMerge "Cleanup some major sonar warning in yang/*"
2015-04-27 Tony TkacikCleanup some major sonar warning in yang/* 35/19135/1
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-23 Tony TkacikFixed thread-safety issue in YANG parser. 08/18908/1
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 "Fix ifelse curly braces"
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 Debalina GhoshFix ifelse curly braces 81/18781/1
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 Debalina GhoshFixing findbugs 92/18492/2
2015-04-20 Debalina GhoshFindbugs for yang parser impl util 61/18561/2
2015-04-20 Martin CiglanSonar issues clean-up 15/18615/2
2015-04-16 Debalina GhoshRemove ununsed variable 69/18369/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-04-14 Robert VargaMerge "Bug 2362: Make sure JSON and XML codecs are...
2015-04-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-04-11 Robert VargaFix enum members' name 48/18148/3
2015-04-11 Robert VargaSquash declared types 45/18145/1
2015-04-11 Robert VargaFix constant names 44/18144/1
2015-04-10 Tony TkacikMerge "BUG-2962: add DataTreeTip interface and implemen...
2015-04-10 Robert VargaMerge "Bug 2362: Added pattern validation for string...
2015-04-10 Robert VargaMerge "Extracted remaining codecs to protected classes."
2015-04-09 Tony TkacikMerge "Remove unneeded final modifiers"
2015-04-09 Tony TkacikMerge "Remove unused imports"
2015-04-09 Robert VargaRemove unneeded final modifiers 06/18006/1
2015-04-09 Robert VargaRemove unused imports 05/18005/1
2015-04-07 Tony TkacikMerge "Bug 2909 - Gson codec lost correct type"
2015-04-01 Robert VargaBUG-869: kill more sonar warnings 03/17503/4
2015-04-01 Robert VargaBUG-869: remove public modifier 02/17502/2
2015-03-31 Robert VargaMerge "Bug 2924: DataCodecTree expose (de)serialization...
2015-03-30 Robert VargaBUG-869: remove public modifier 59/17359/1
2015-03-30 Robert VargaBUG-869: remove empty statements 57/17357/1
2015-03-30 Tony TkacikMerge "BUG-2876: prune empty subtree modifications"
2015-03-30 Tony TkacikMerge "Bug 2366: Introducing support for statement...
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 Martin CiglanBug 2366: Introducing support for statement ANTLR4... 25/14925/9
2015-03-21 Martin CiglanBug 2366: Initial implementation of Statement Reactor 51/15351/9
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
2015-03-16 Tony TkacikMerge "BUG-2512: get rid of commons-io"
2015-03-13 Robert VargaBUG-2512: get rid of commons-io 73/16473/2
2015-03-11 Robert VargaBUG-1513: make sure client code remains compatible 38/16338/1
2015-03-10 Robert VargaBUG-1513: introduce ChoiceSchemaNode 70/16270/7
next