Waikato / moa

MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.
http://moa.cms.waikato.ac.nz/
GNU General Public License v3.0
613 stars 354 forks source link

IllegalAccessError when trying to browse for an ARFF file in ArffFileStream #252

Closed fracpete closed 2 years ago

fracpete commented 2 years ago

Browsing for a file in the ArffFileStream stream generator results in the following exception (reported on moa-development):

Exception in thread "AWT-EventQueue-0" java.lang.IllegalAccessError: class nz.ac.waikato.cms.gui.core.BaseFileChooser tried to access protected method 'void com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel.updateButtons()' (nz.ac.waikato.cms.gui.core.BaseFileChooser and com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel are in unnamed module of loader 'app')
    nz.ac.waikato.cms.gui.core.BaseFileChooser.showDialog(BaseFileChooser.java:100)
    java.desktop/javax.swing.JFileChooser.showOpenDialog(JFileChooser.java:666)
    com.github.javacliparser.gui.FileOptionEditComponent.browseForFile(FileOptionEditComponent.java:104)
    com.github.javacliparser.gui.FileOptionEditComponent$1.actionPerformed(FileOptionEditComponent.java:62)