Oliver Kopp
Oliver Kopp
I updated the PR to contain two commits: 1. Add test case for valid Java Code: [`4a0123f` (#3361)](https://github.com/javaparser/javaparser/pull/3361/commits/4a0123ffc3eca2f056e201a5393373c9bd1e76d9) 2. Naive try to fix the issue: [`693079d` (#3361)](https://github.com/javaparser/javaparser/pull/3361/commits/693079dcaa929eef8b19623955fc550c0e948b83)
> I find it weird that the BlockStatement grammar has to be changed for this - it has been fine for years. Can you explain the fix, @koppor ? I...
Internal idea: we check at the update of a field: if new text != old text then udpate (see binding)
@swekia Do you have an old version of the file? Maybe a `.bak` file? What is at the end of the `.bib` file? It should look as follows: https://github.com/JabRef/jabref/blob/f26e25b7bedbbae81f3bec8b30dd482aba3d251c/src/test/resources/testbib/jabref-authors.bib#L3008
Discussion note: - Screenshot with rows highlighted: https://martin-thoma.com/images/2014/06/jabref.png - There once was the marking feature which highlighed complete rows (this was removed, because we favour groups)
Could the file be saved at the end or is it corrupted?
This could be a case where code metrics fail. Please read the code and the usage of the class. We already have minimal preference classes. The class you are referring...
(Working on the ADR on **how** - feel free to edit this comment to reach a final ADR - I copied the text from the issue) # How to link...
# When ## Context and Problem Statement Every time an entry changes, the index needs to change with it: - At startup - When the user changes an entry from...
Status: Needs testing --> what if 50k entries exist? # How to co-exist with the fulltext index ## Context and Problem Statement We noticed for the fulltext-search functionality that indexing...