Add default statementDefinition() methods
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / stmt /
2020-01-30 Robert VargaAdd default statementDefinition() methods 95/87295/1
2019-12-11 Robert VargaFix JDK11 compilation 57/86357/2
2019-10-09 Robert VargaLeafEffectiveStatement should be a DataTreeEffectiveSta... 07/85007/1
2019-07-08 Robert VargaAllow statements to efficiently lookup actions/notifica... 43/82943/1
2019-03-25 Robert VargaCorrect LeafrefTypeDefinition 43/81143/7
2019-03-08 Robert VargaRedefine if-feature statement in terms IfFeatureExpr 37/80737/4
2019-03-08 Robert VargaDefine IfFeature via a specialized class 36/80736/4
2019-03-08 Robert VargaMake getIfFeaturePredicate() a default method 35/80735/1
2019-02-25 Robert VargaRemove deprecated yang.model.api.stmt constructs 90/80590/2
2019-02-25 Robert VargaMake ModuleEffectiveStatement.localQNameModule() mandatory 82/80582/3
2019-02-25 Robert VargaUpdate Unique{Constraint,EffectiveStatetement,Statement... 76/80576/3
2018-10-23 Robert VargaMigrate EffectiveStatement to @NonNull 26/77226/5
2018-10-23 Robert VargaMigrate TypeDefinitionAware to JDT types 25/77225/6
2018-10-23 Robert VargaMigrate statements to JDT annotations 24/77224/6
2018-10-23 Robert VargaMigrate ActionStatementContainer to JDT annotations 23/77223/3
2018-10-23 Robert VargaMigrate RevisionStatement to JDT annotations 22/77222/2
2018-09-23 Robert VargaFix compilation with JDK9 99/76399/1
2018-09-11 Robert VargaFix warnings in yang-model-api 76/75976/1
2018-08-30 Stephen KittClean various constructs 50/75550/4
2018-07-16 Robert VargaDeclaredStatements can contain default implementations 54/74054/8
2018-07-16 Robert VargaAdd ConfigStatementContainerDeclaredStatement 53/74053/2
2018-06-21 Robert VargaFix JDK9 compilation 00/73300/1
2018-06-13 Robert VargaAdd DataTreeAwareEffectiveStatement 07/72907/18
2018-06-13 Robert VargaAdd SchemaTreeAwareEffectiveStatement 17/69217/22
2018-03-22 Robert VargaAdd another 3.0.0 note 07/69807/1
2018-03-07 Robert VargaFix FeatureEffectiveStatementNamespace javadoc 08/69208/1
2018-02-27 Robert VargaAdd Case/Extension/Feature/IdentityEffectiveStatementNa... 05/68805/1
2018-02-23 Robert VargaExpose identities from ModuleEffectiveStatement 51/68551/2
2018-02-19 Robert VargaAdd submodule lookup namespace 18/68418/1
2018-02-07 Robert VargaAdd YangTextSnippet to yang-model-export 93/67893/4
2018-02-05 Robert VargaExpose EffectiveModuleStatement prefix mapping 91/67891/8
2017-11-20 Robert VargaMake EffectiveStatements with @Beta 19/65719/1
2017-11-13 Robert VargaFix checkstyle issues reported by odlparent-3.0.0's... 90/65490/1
2017-11-13 Robert VargaAdd SchemaPath/SchemaNodeIdentifier.createChild(QName) 23/65423/6
2017-11-11 Robert VargaYANGTOOLS-706: Add TypedefEffectiveStatement.asTypeEffe... 20/65420/7
2017-11-09 Robert VargaYANGTOOLS-706: Correctly wire EffectiveStatements 36/65336/7
2017-11-09 Robert VargaAddress RFC7950 API changes 98/65298/3
2017-11-03 Robert VargaMake RangeRestrictedTypeDefinition type-aware 50/65050/9
2017-11-03 Robert VargaEliminate IdentityStatement.getBase() 32/65032/5
2017-11-03 Robert VargaBUG-8043: correct RangeConstraint definition 45/62445/18
2017-10-25 Robert VargaBUG-4688: switch revisions from Date to Revision 83/62083/11
2017-10-24 Robert VargaBUG-8043: correct LengthConstraint definition 19/62319/13
2017-10-09 Robert VargaCleanup use of Guava library 85/61985/23
2017-10-03 Peter KajsaBug 2444 - add missing API of some declared statements 07/59507/13
2017-09-05 Robert VargaBUG-8043: eliminate LenghtStatement.getValue() 42/62442/3
2017-07-19 Peter KajsaBug 7051 - Refactoring of StmtContextUtils 41/54841/23
2017-06-05 Robert VargaCleanup checkstyle in yang-{data,model}-api 30/58230/1
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
2016-12-14 Peter KajsaBug 6867: Extend yang statement parser to support diffe... 68/48368/28
2016-11-19 Rashmi PujarBug 6868 - [Yang 1.1] Argument of "If-feature" statemen... 34/48234/6
2016-11-18 Igor FoltinBug 6896: [YANG 1.1] Add support for new statement... 35/48035/8
2016-11-18 Igor FoltinBug 6874: [YANG 1.1] Allow "description" and "reference... 46/48246/3
2016-11-18 Igor FoltinBug 6871: [YANG 1.1] Allow "must" in "input", "output... 74/47974/5
2016-11-18 Igor FoltinBug 6877: [YANG 1.1] Allow identities to be derived... 48/48048/6
2016-11-15 Igor FoltinBug 6870: [YANG 1.1] Support for new substatement ... 99/47899/5
2016-11-15 Igor FoltinBug 6897: [YANG 1.1] Allow notifications to be tied... 45/48245/2
2016-11-14 Igor FoltinBug 6869: [YANG 1.1] Allow if-feature in bit, enum... 73/47773/5
2016-11-14 Igor FoltinBug 6883: [YANG 1.1] Add support for anydata statement 05/48105/4
2016-11-14 Igor FoltinBug 6880: [YANG 1.1] Allow leaf-lists to have default... 85/47985/3
2016-11-14 Igor FoltinBug 6873: [YANG 1.1] Support for "require-instance... 83/47983/3
2016-11-02 Stephen KittJava 8: use lambdas and function references 36/47836/2
2016-08-01 Robert VargaFix wrong javadoc 96/42896/2
2016-07-19 Igor FoltinBug 6022: Deviation statement is not fully available... 52/40752/9
2016-01-02 Robert VargaBUG-4861: Make FractionDigitsStatement#getValue() retur... 17/32017/2
2016-01-02 Robert VargaBUG-4861: Make ValueStatement.getValue() return an int 16/32016/2
2016-01-02 Robert VargaBUG-4861: Make PositionStatement.getValue() return... 15/32015/2
2016-01-02 Robert VargaBUG-4861: Make RequireInstanceStatement#getValue()... 14/32014/2
2016-01-02 Robert VargaBUG-4861: Make YinElementStatement#getValue() return... 13/32013/2
2016-01-02 Robert VargaBUG-4861: Make ConfigStatement#value() return a boolean 12/32012/2
2016-01-02 Robert VargaBUG-4861: Add primitive type FIXMEs 11/32011/2
2016-01-02 Robert VargaClarify RevisionStatement having a non-null value 10/32010/1
2016-01-02 Robert VargaClarify model.api.stmt Collection returns 09/32009/1
2016-01-02 Robert VargaRemove useless override 08/32008/1
2016-01-02 Robert VargaCleanup whitespace 07/32007/1
2015-11-02 Robert VargaMake SchemaNodeIdentifier.Relative final 97/29097/2
2015-10-15 Robert VargaIntroduce TypeDefinitionAware 78/28478/2
2015-10-14 Robert VargaRemove unused imports 41/27941/5
2015-09-30 Tony TkacikFixed Enum statement not accepting allowed symbols. 58/27658/2
2015-09-28 Robert VargaIntroduce SchemaNodeIdentifier.asSchemaPath() 23/27523/3
2015-09-28 Robert VargaUse Objects.equals() in yang-model-api 07/27507/2
2015-09-27 Robert VargaUse Objects.hashCode() 00/27500/1
2015-08-31 Peter KajsaBug 3670 (part 3/5): Use of new statement parser in... 24/25524/3
2015-08-27 Robert VargaSwitch to using MoreObjects 17/25717/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-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-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-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
next