Open frankier opened 2 years ago
Hi Frankie,
thanks for pointing this out. I needed the Method java.util.PriorityQueue.removeAt from Java’s priority queue but it’s not public… So no good options other than copying the entire class (and no permission) or finding / writing another priority queue…
Regard and a nice X-Mas, Daniel
Prof. Dr. Daniel Pfeifer Bereiche Angewandte Informatik und Medizinische Informatik, Fakultät IT
Hochschule Heilbronn Heilbronn University Max-Planck-Str. 39 D-74081 Heilbronn
Raum: E144 Tel.: +49(0)7131/504-396 Mail: @.*** Link: http://www.hs-heilbronn.de/daniel.pfeifer
Von: Frankie Robertson @. Gesendet: Montag, 13. Dezember 2021 11:44 An: pfeiferd/TopicGrouperJ @.> Cc: Subscribed @.***> Betreff: [pfeiferd/TopicGrouperJ] Illegal reflective access (Issue #2)
Hi! Thanks for publishing the code from your paper. It seems like a really interesting alternative approach to topic modelling. I would like to report a warning in your code. I wonder whether it would be worth fixing since the message suggests this may be breaking in a future (Java?) release. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.hhn.topicgrouper.tg.impl.MyPriorityQueue (file:snip) to method java.util.PriorityQueue.removeAt(int) WARNING: Please consider reporting this to the maintainers of org.hhn.topicgrouper.tg.impl.MyPriorityQueue WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Hi! Thanks for publishing the code from your paper. It seems like a really interesting alternative approach to topic modelling.
I would like to report a warning in your code. I wonder whether it would be worth fixing since the message suggests this may be breaking in a future (Java?) release.