-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search results dialog show an empty table of search results #9440
Comments
Very odd! I debugged a bit and found that the problem is here jabref/src/main/java/org/jabref/gui/search/SearchResultsTableDataModel.java Lines 36 to 40 in 1e34797
getEntries() is an emptyList for some reason the database object returned from the context does not contain any entries... |
I did some experiments and I'm positive this commit f7648e8 introduced the bug. Gone through the changes but I can't seem to spot anything that might cause the bug. I'm really confused! |
@HoussemNasri Yes, very odd 507a263 is the last commit that works. |
For me it's the one just before f7648e8 |
I tested a bit more and found out it must have been something to do with loading the last open libraries. |
I found the problem together with Houssem. |
* Update database context in state manager after loading Fixes #9440 * rename variables and add conmment
JabRef version
Latest development branch build (please note build date below)
Operating system
Windows
Details on version and operating system
JabRef 100.0.0 Windows 10 10.0 amd64 Java 18.0.2 JavaFX 19+11
Checked with the latest development build
Steps to reproduce the behaviour
Note:
JabRef 5.8--2022-08-10--dcec4e2
behaves normallyThe text was updated successfully, but these errors were encountered: