Remove SchemaPath from TypeDefinition implementations
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools / yang / model / util / type /
2021-01-28 Robert VargaRemove SchemaPath from TypeDefinition implementations 57/94857/9
2020-12-06 miroslav.kovacCreate all effective statements path Nullable 20/94020/6
2020-11-18 Robert VargaPropagate @NonNull collection annotations 75/93875/10
2020-10-19 Robert VargaRemove unneeded type specification 49/93149/2
2020-10-02 Robert VargaRemove BaseTypes.isInt8() and friends 58/92858/1
2020-10-02 Robert VargaUse Uint constants in base types 57/92857/1
2020-08-14 Robert VargaRemove TypeBuilder @Nullable annotation 96/88496/7
2020-04-16 Robert VargaMake BitsTypeDefinition.Bit.position() return Uint32 08/88808/5
2020-03-26 Robert VargaMake SchemaNode.getPath() implementations as deprecated 04/88704/1
2020-03-18 Robert VargaFix buildType() nullness 95/88495/5
2020-02-12 Robert VargaMake BitsTypeDefinition.Bit only a DocumentedNode.WithS... 70/86970/8
2020-01-16 Robert VargaRefactor yang-model-api child traversal return types 77/86877/21
2019-12-29 Robert VargaRemove useless UnsupportedOperationException throws 12/86612/2
2019-11-01 Anil BelurMerge branch 'master' of ../controller
2019-10-31 Anil BelurMerge branch 'master' of ../controller
2019-10-18 Robert VargaFix foldable trigraphs 96/85196/1
2019-09-10 Robert VargaUse Optional.isEmpty() 92/84292/2
2019-09-03 Robert VargaSwitch encoding unsigned type normalization to Uint... 47/83947/20
2019-03-25 Robert VargaCorrect LeafrefTypeDefinition 43/81143/7
2019-02-26 Robert VargaUpdate RequireInstanceRestrictedTypeBuilder type bound 08/80608/2
2019-02-26 Robert VargaRemove CompatUtils.compatLeafType() 06/80606/1
2018-12-26 Robert VargaMass-migrate to Objects.requireNonNull() 40/79040/4
2018-12-14 Robert VargaMass migrate fields to use Immutable collections 06/78806/2
2018-10-24 Robert VargaMigrate yang-model-util annotations 36/77236/11
2018-10-23 Robert VargaMigrate TypeDefinitionAware to JDT types 25/77225/6
2018-10-23 Robert VargaMigrate SchemaNode to JDT annotations 20/77220/1
2018-10-23 Robert VargaMigrate yang.model.api.type to JDT annotations 16/77216/1
2018-10-23 Robert VargaMigrate EnumTypeDefinition to JDT annotations 13/77213/1
2018-10-23 Robert VargaMigrate BitsTypeDefinition to JDT annotations 08/77208/1
2018-10-23 Robert VargaMigrate DocumentedNode/Status to JDT annotations 07/77207/1
2018-09-11 Robert VargaFix warnings in yang-model-util 77/75977/1
2018-07-30 Robert VargaExpand CompatUtils to handle leaf-lists 23/74623/2
2018-03-29 Robert VargaFix leafref require-instance implementation 01/70201/1
2018-02-01 Robert VargaFix invalid enum definition error string 06/67806/1
2017-12-25 Michael VorburgerFix slf4j usage errors found by checkstyle-logging 46/66446/3
2017-11-20 Robert VargaFix a few warnings 36/65736/2
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-09 Robert VargaExpose type-specific derived type builder methods 07/65307/4
2017-11-09 Robert VargaRemove DerivedTypes.isInt8() and friends 06/65306/4
2017-11-07 Robert VargaMove TypeDefinitions into yang-model-api 87/65087/9
2017-11-06 Robert VargaEliminate (Unsigned)IntegerTypeDefinition 86/65086/8
2017-11-03 Robert VargaMake RangeRestrictedTypeDefinition type-aware 50/65050/9
2017-11-03 Robert VargaYANGTOOLS-621: introduce specialized integer types 43/65043/11
2017-11-03 Robert VargaMake DecimalTypeDefinition.getFractionDigits() return int 52/65052/3
2017-11-03 Robert VargaEliminate IdentityrefTypeDefinition.getIdentity() 56/64956/9
2017-11-03 Robert VargaFix IdentityrefTypeDefinition comparison 55/64955/7
2017-11-03 Robert VargaBUG-8043: correct RangeConstraint definition 45/62445/18
2017-11-03 Robert VargaUpdate TypeDefinition design 73/64873/9
2017-11-02 Robert VargaCleanup DocumentedNode 21/64821/19
2017-10-28 Robert VargaMake ConstraintMetaDefition attributes Optional 20/64820/9
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-09-04 Robert VargaBUG-8043: introduce RangeRestrictedTypeDefinition 79/62279/9
2017-09-04 Robert VargaBUG-8043: introduce LengthRestrictedTypeDefinition 78/62278/6
2017-08-28 Robert VargaMark getIdentity() as deprecated 83/62283/2
2017-06-12 Robert VargaFix checkstyle offences found by newer plugin 61/58761/1
2017-06-12 Robert VargaEnable checkstyle in yang-model-util 13/58713/3
2017-02-23 Igor FoltinBug 6887: [Yang 1.1] Allow enumerations and bits to... 53/51453/8
2017-01-24 Igor FoltinBug 7438: Allow identityref type to reference multiple... 98/50298/6
2017-01-12 Igor FoltinBug 6873: [Yang 1.1] Add support for "require-instance... 97/49697/7
2016-12-06 Stephen KittPropagate @Nonnull and @Nullable annotations 71/47971/7
2016-11-22 Stephen KittJava 8: migrate to java.util.function.Function 37/47837/6
2016-09-08 Robert VargaBUG-5561: use canonical Bits order 58/45158/4
2016-09-06 Robert VargaUse lambdas instead of anonymous classes 68/45068/6
2016-08-30 Igor FoltinBUG-6316: Fix Bit and EnumPair's position/value types 55/42855/12
2016-08-01 Robert VargaBUG-865: remove BitImpl 80/42780/6
2016-07-28 Robert VargaBUG-865: Deprecate EnumPairImpl 69/42669/1
2016-07-20 Robert VargaBUG-865: remove InstanceIdentifierTypeDefinition#.getPa... 88/41988/2
2016-07-11 Robert VargaBUG-865: eliminate ExtendedType and DerivedType 68/41468/4
2016-06-22 Robert VargaAllow base type builders to be used fluently 63/40663/2
2016-05-24 Peter KajsaBug 5200: Yang parser doesn't fill error-app-tag and... 32/38432/13
2016-04-14 Stephen KittDrop unneeded generic type specifiers 50/37550/2
2016-03-30 Robert VargaBUG-4268: clarify length constraint API contract 84/29884/5
2015-11-23 Robert VargaBUG-4638: introduce CompatUtils 87/30087/1
2015-11-20 Robert VargaBUG-4638: rework getBaseType() for derived types 31/29831/3
2015-11-19 Robert VargaBUG-4638: rename LeafTypes to ConcreteTypes 74/29874/2
2015-11-19 Robert VargaBUG-4638: add more type checking methods 73/29873/2
2015-11-19 Robert VargaBUG-4638: Implement enum build validation 70/29870/3
2015-11-19 Robert VargaBUG-4638: implement bits validation 63/29863/4
2015-11-19 Robert VargaBUG-4638: create a dedicated exception for range/length... 59/29759/10
2015-11-18 Robert VargaBUG-4638: add utility check methods for base types 92/29792/3
2015-11-16 Robert VargaBUG-4638: Implement length restrictions 56/28856/13
2015-11-16 Robert VargaBUG-4638: Split out Number comparator 85/28585/13
2015-11-16 Robert VargaBUG-4638: Emit a warning when units are redefined 21/29721/3
2015-11-16 Robert VargaBUG-4638: Introduce LeafTypeBuilders 17/29717/5
2015-11-16 Robert VargaBUG-4638: Fix BaseTypes and DerivedTypes 94/29694/11
2015-10-20 Robert VargaAdd range validation and normalization 72/28572/3
2015-10-19 Robert VargaUtil types: implement hashCode()/equals()/toString() 38/28538/4
2015-10-15 Robert VargaIntroduce model.util.type package 61/28261/7