stant / mdcsvimporter2015

GNU Lesser General Public License v3.0
13 stars 5 forks source link

CSV Importer crashes in md 2022.3(4072) #12

Closed yogi1967 closed 2 years ago

yogi1967 commented 2 years ago

FeatureModule has been recently changed to make most of its methods final, including .getBuild() and .getDescription().

Your extension extends FeatureModule and overrides these methods. Hence the extension now crashes.

You shouldn’t need these methods anyway as the data comes from meta_info.dict. Perhaps a quick fix would be to remove these overrides?

thanks.

stant commented 2 years ago

it looks like this same day I created a new build to fix this: quick update to work with MD2022 https://github.com/stant/mdcsvimporter2015/releases/tag/v23