Thanks Anestis for your analysis and detailed feedback.
@J. Aravind: I hope this is helpful. You should be able to reproduce the
problem with a recent version of Java. Generally speaking you want to
make sure that your package is compatible with reasonably recent
versions of Java. FWIW here ar
Hello,
On line 1289 of melting.R you call the keyset() method of opts_melt (which is a
HashMap).
This method in Java until 11, return a private AbstractSet (KeySet).
On line 1290 of melting.R you call iterator() method of the KeySet object you
got on the previous line.
Problem is that this KeyS