Bug 5884: Augmenting a choice without a case results in no getter
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / effective /
2016-07-29 Filip GregorBug 5884: Augmenting a choice without a case results... 38/42238/3
2016-05-25 Peter KajsaBug 5200: Yang parser doesn't fill error-app-tag and... 85/39385/2
2016-01-20 Robert VargaIntroduce formatting methods for SourceException 16/33016/2
2016-01-16 Peter KajsaBug 4459 - Parser fails when enum contains illegal... 71/32871/1
2016-01-16 Igor FoltinBug 4540: Yang parser exceptions should follow consiste... 68/32868/1
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
2015-12-01 Peter KajsaBug 4656 - Yang parser does not determine configuration... 93/30193/7
2015-12-01 Robert VargaBUG-4638: Convert to using new types 95/29695/44
2015-11-27 Peter KajsaBug 4456 - StackOverflowError on recursive extension... 00/28300/20
2015-11-21 Robert VargaBUG-4658: fix default value in BooleanType 42/30042/5
2015-11-19 Robert VargaFix EnumEffectiveStatementImpl#getStatus() 69/29869/2
2015-11-18 Tony TkacikBug 4645: Fixed binary default value. 51/29851/2
2015-11-18 Tony TkacikBug 4645: Fixed code-implied defaults. 49/29849/4
2015-11-12 Tony TkacikPreserve augmentation order in module. 96/29596/1
2015-11-10 Robert VargaEliminate qname field 72/29472/4
2015-11-10 Robert VargaSplit off DeclaredEffectiveStatementBase 69/29469/3
2015-11-10 Robert VargaShare MandatoryStatement instances 65/29465/3
2015-11-09 Robert VargaReuse integer QNames 79/29379/2
2015-11-09 Robert VargaCache QNameModules during instantiation 80/29180/4
2015-11-04 Robert VargaUse an ArrayList instead of LinkedList 44/29144/3
2015-11-02 Robert VargaShare empty ConstraintDefinition instances 98/29098/2
2015-11-02 Robert VargaUse ImmutableList for unknown nodes 96/29096/2
2015-11-02 Robert VargaShare Integer.MAX_VALUE 95/29095/2
2015-11-02 Robert VargaBUG-4556: Introduce StmtContext.getSchemaPath() 71/29071/6
2015-10-30 Peter KajsaBug 4504 - YIN generation failed on openflow-protocol... 94/28894/5
2015-10-27 Martin CiglanBug 4414: Shorthand case statement not working 68/28268/9
2015-10-24 Robert VargaLists with min-elements > 0 are mandatory 22/28722/3
2015-10-15 Robert VargaIntroduce TypeDefinitionAware 78/28478/2
2015-10-13 Filip GregorBug 4412: New yang parser effective statements cleanup 44/27744/6
2015-10-02 Robert VargaUse shared Splitter instance 37/27737/6
2015-10-02 Tony TkacikFixed allModuleIdentifiers 96/27796/3
2015-10-02 Robert VargaUse explicit ImmutableList instead of FluentIterable 35/27735/3
2015-10-01 Robert VargaCleanup imports 18/27718/3
2015-10-01 Tom PantelisFix performance issue in EffectiveStatementBase 20/27720/3
2015-09-30 Tony TkacikFixed Enum statement not accepting allowed symbols. 58/27658/2
2015-09-30 Tony TkacikBug 4376: Fixed incorrect assumption about QName in... 50/27650/2
2015-09-29 Peter KajsaBug 3670: Replaced YANG parser for new statement parser 26/25526/9
2015-09-29 Robert VargaMake initRanges() private 64/27564/2
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-16 Robert VargaFix sonar warnings is yang-parser-impl 70/27070/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-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-12 Robert VargaFix sonar warnings 28/22028/3
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-23 Tony TkacikMerge "Bug 2363, Bug 2205. Beta version of LeafRefConte...
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-21 Debalina GhoshFix ifelse curly braces 81/18781/1
2015-04-20 Debalina GhoshFixing findbugs 92/18492/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