Re: [Bioc-devel] Issue with a package dependent on rJava

2022-10-10 Thread Hervé Pagès
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

Re: [Bioc-devel] Issue with a package dependent on rJava

2022-10-09 Thread Anestis Gkanogiannis via Bioc-devel
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