fracpete / jcamp-dx

Reference implemention of the IUPAC JCAMP-DX spectroscopy data standard. Fork of https://sourceforge.net/projects/jcamp-dx/
Other
7 stars 7 forks source link

JCAMPWriter findAdapter causes endless loop #6

Closed laeubi closed 5 years ago

laeubi commented 5 years ago

JCAMPWriter findAdapter tries to find a converter by class or superclass. But the super.class search is never performed because of a missing assignment leading to infinite loop.

fracpete commented 5 years ago

Fixed will PR #7

fracpete commented 5 years ago

Release 0.9.5 is out.