Tobias Weimer
Tobias Weimer
Seems to be the same NullPointerException as in #165
See #74.
I can confirm. It should rather be fixed by adding a custom `IFastCloner`, like in `FastClonerArrayList`. In `Cloner.registerFastCloners(),` you can register those custom cloner.
I is for `Interface`. Common convention.
@kostaskougios and those it may concern: In java 16, the default mode will be `--illegal-access=deny` instead of `--illegal-access=permit`. See JEP 396. So, you have to explicitely use `permit` in combination...
@DeadX07 Can you elaborate? With the binaries from this site (from Releases/dsm_020403/windows/64/) and a java library called [Morena](https://gnome.sk/Morena/morena.html), I am getting this StackTrace: > 2020-11-26 09:42:33,082 ERROR (TwainScanner.java:scan) - FEHLER...
Actually, I made a pull request for that in #77 already.
@jmehrens beware that there is a `headers.remove(i)`call within that loop, so `headers.size()` changed after that call. Your change makes it likely to run out of bounds, unless you update the...
@jmehrens Yes, I would prefer the iterator, just for the readability!
I reported that in #322 1f017aeedfea8e15e8300258ff4cc5e8c9c6dd2c