-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugscomponent: groups
Description
- I have tested the latest master version from http://builds.jabref.org/master/ and the problem persists
JabRef version 4.0 on Windows 8.1
Steps to reproduce:
- Open JabRef (error on console, see details)
- Open the groups view
- Create a new Document
- Click "All entries"
- Paste some Bibtex
- Entry does not appear, entry counter is "0" (Expected: Entry does appear, counter increases)
- Save the file
- File contains the entry (as expected)
- create a new group and click on them
- click on "All entries"
- the entry now appears (as expected), counter is still "0" (not expected)
- create a second new document
- switch back to the first document
- counter is "1" (as expected)
Log File
AI: INFO 15-12-2017 16:13, 22: Configuration file has been successfully found as resource
16:13:18.717 [JavaFX Application Thread] ERROR org.jabref.FallbackExceptionHandler - Uncaught exception occurred in Thread[JavaFX Application Thread,5,main]
java.lang.NullPointerException: null
at org.jabref.gui.search.GlobalSearchBar.lambda$new$5(GlobalSearchBar.java:196) ~[JabRef--master--latest.jar:?]
at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295) ~[jfxrt.jar:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_151]
at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294) ~[jfxrt.jar:?]
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) ~[jfxrt.jar:?]
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[jfxrt.jar:?]
at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177) ~[jfxrt.jar:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
File: grouptree.fxml not found, attempting with camel case
File: grouptree.css not found, attempting with camel case
Metadata
Metadata
Assignees
Labels
[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugscomponent: groups