You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SEVERE: Exception thrown by subscriber method listen(org.jabref.model.database.event.EntryRemovedEvent) on subscriber org.jabref.gui.BasePanel$EntryRemovedListener@600cdad9 when dispatching event: org.jabref.model.database.event.EntryRemovedEvent@3850ee8f
java.lang.NullPointerException
at org.jabref.gui.BasePanel$EntryRemovedListener.listen(BasePanel.java:2092)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:398)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108)
at com.google.common.eventbus.EventBus.post(EventBus.java:212)
at org.jabref.model.database.BibDatabase.removeEntry(BibDatabase.java:252)
at org.jabref.model.database.BibDatabase.removeEntry(BibDatabase.java:236)
at org.jabref.gui.BasePanel.delete(BasePanel.java:803)
at org.jabref.gui.BasePanel.lambda$7(BasePanel.java:369)
The text was updated successfully, but these errors were encountered:
* upstream/master:
Remove dependency to jgoodies-looks (#3458)
Add simple gui test (#3399)
Library properties: no change but.. (issue #3562) (#3579)
Initialize previe before MainPanel to prevent NPEs on delete Fixes#3584
Delete an entry in the current master 64c774b
The text was updated successfully, but these errors were encountered: