Improve class template equals()
[yangtools.git] / binding / mdsal-binding-java-api-generator / src / main / java / org / opendaylight / mdsal / binding / java / api / generator / ClassTemplate.xtend
2024-06-19 Robert VargaImprove class template equals()
2024-06-19 Robert VargaImport java.lang.Object in equals()
2024-06-19 ivan.martiniakMap bits type to primitive boolean
2024-06-19 Robert VargaGenerate classes for 'feature' statements
2024-06-19 Robert VargaNarrow @SuppressModernizer
2024-06-19 ivan.martiniakImprove TypeObject.toString()
2024-06-19 Robert VargaDo not generate java.beans.ConstructorProperties
2024-06-19 Robert VargaImport exception references
2024-06-19 Robert VargaMap identities to proper objects
2024-06-19 Robert VargaCentralize MoreObjects import
2024-06-19 Robert VargaAdopt odlparent-10.0.0/yangtools-8.0.0-SNAPSHOT
2024-06-19 Robert VargaUse Empty.value() instead of Empty.getInstance()
2024-06-19 Robert VargaRefactor mdsal-binding-generator artifacts
2024-06-19 Robert VargaRemove deprecated uint migration elements, take 2
2024-06-19 Robert VargaFix Javadoc deprecation links
2024-06-19 IaroslavTag generated classes with Generated annotation
2024-06-19 Robert VargaExpose property name when checking key components
2024-06-19 illia.ihushevGenerate @param for RPC invocation methods
2024-06-19 illia.ihushevFix list Key data object nullness guarantees
2024-06-19 Robert VargaGenerate bindingHashCode() and use it in generated...
2024-06-19 Ilya IgushevGenerate bindingToString() and use it in generated...
2024-06-19 Robert VargaRevert "Remove deprecated uint migration elements"
2024-06-19 Robert VargaImprove often-used class imports
2024-06-19 Robert VargaReorder encapsulation checks
2024-06-19 Robert VargaCorrect ClassTemplate's check for types
2024-06-19 Robert VargaMove BaseYangtypes to binding.model.util
2024-06-19 Robert VargaCleanup java-api-generator Constants
2024-06-19 Robert VargaTag TypeObjects which wrap a value with ScalarTypeObject
2024-06-19 Robert VargaSimplify empty checking
2024-06-19 Robert VargaRefactor "value" property access
2024-06-19 Robert VargaFix import order
2024-06-19 Robert VargaEnable spotbugs in mdsal-binding-java-api-generator
2024-06-19 Robert VargaRemove deprecated uint migration elements
2024-06-19 Robert VargaCache most common importedName(Class) references
2024-06-19 Robert VargaAdd JavaTypeNames for annotation types
2024-06-19 Robert VargaSquash Parameterized types in javadoc references
2024-06-19 Robert VargaGenerate legacy value contructors for all classes
2024-06-19 Robert VargaMake BaseTemplate.fieldName() return String
2024-06-19 Robert VargaGenerate compatibility constructors for Uint wrapped...
2024-06-19 Robert VargaSeparate all-values constructor from typedef constructor
2024-06-19 Robert VargaOptimize array checks
2024-06-19 Robert VargaCache computed fieldName in templates
2024-06-19 Robert VargaFix ClassTemplate.genConstructor() declaration
2024-06-19 Robert VargaAcquire first value manually in ClassTemplate
2024-06-19 Robert VargaOptimize allProperties sorting
2024-06-19 Robert VargaOptimize ClassTemplate.allProperties
2024-06-19 Robert VargaChange mapping of uint{8,16,32,64}
2024-06-19 Robert VargaAdd @ConstructorParameters to generated classes
2024-06-19 Robert VargaMake wrapped class equals() final
2024-06-19 Robert VargaBump to odlparent-6.0.0-SNAPSHOT
2024-06-19 Robert VargaOffload null value checking to CodeHelpers
2024-06-19 Robert VargaChange 'type empty' mapping
2024-06-19 Robert VargaSpeed up ClassTemplate getDefaultInstance() generation
2024-06-19 Stephen KittSwitch to java.util.Base64
2024-06-19 Robert VargaFix ClassTemplate.hashCode() alignment
2024-06-19 Robert VargaOptimize single-property ClassTemplate hashCode()
2024-06-19 Robert VargaRework inlined union generation
2024-06-19 Robert VargaFix xtend warnings
2024-06-19 Robert VargaEnforce patterns in supertype constructors
2024-06-19 Robert VargaReference java.lang.Override through importedName
2024-06-19 Robert VargaRework Java import tracking
2024-06-19 Robert VargaRevert "Fix add imports of nested classes"
2024-06-19 Jie HanFix add imports of nested classes
2024-06-19 Jie HanMDSAL-292: Binding v1 - Pattern attribute ignored for...
2024-06-19 Robert VargaOptimize range/length generators
2024-06-19 Robert VargaExport declared regexes to generated code
2024-06-19 Robert VargaFix a patterns reference
2024-06-19 Robert VargaAdjust to yangtools-2.0.0 changes
2024-06-19 Martin CiglanBug 6859: Binding generator v1 refactoring
2024-06-19 Jakub TothBug 6859 #4 Binding generator v1 refactoring