It shows up this error message whenever I try to add a flashcard, though the flashcard does get added
Caused by: java.lang.UnsupportedOperationException at java.base/java.util.Collections$UnmodifiableCollection.add(Collections.java:1058) at cardibuddy.logic.commands.AddCommand.execute(AddCommand.java:114) at cardibuddy.logic.LogicManager.execute(LogicManager.java:49) at cardibuddy.ui.MainWindow.executeCommand(MainWindow.java:254) at cardibuddy.ui.CommandBox.handleCommandEntered(CommandBox.java:38) ... 59 more
It shows up this error message whenever I try to add a flashcard, though the flashcard does get added
Caused by: java.lang.UnsupportedOperationException at java.base/java.util.Collections$UnmodifiableCollection.add(Collections.java:1058) at cardibuddy.logic.commands.AddCommand.execute(AddCommand.java:114) at cardibuddy.logic.LogicManager.execute(LogicManager.java:49) at cardibuddy.ui.MainWindow.executeCommand(MainWindow.java:254) at cardibuddy.ui.CommandBox.handleCommandEntered(CommandBox.java:38) ... 59 more