reaktivity / nukleus-maven-plugin

Nukleus Maven Plugin
Apache License 2.0
0 stars 10 forks source link

Fixed an issue with the generation of flyweights with fixed size integer arrays #54

Closed cmebarrow closed 6 years ago

cmebarrow commented 6 years ago

Wrap method was failing when the offset parameter is set to a nonzero value. Fixed generator to avoid generating the checkFollowingFieldsNotSet method when it is not used, to avoid compilation warnings.