Include PubMed labels in abstract at import (closes #12527)#12545
Conversation
There was a problem hiding this comment.
Your code currently does not meet JabRef's code guidelines. We use Checkstyle to identify issues. Please carefully follow the setup guide for the codestyle. Afterwards, please run checkstyle locally and fix the issues.
In case of issues with the import order, double check that you activated Auto Import. You can trigger fixing imports by pressing Ctrl+Alt+O to trigger Optimize Imports.
There was a problem hiding this comment.
Your code currently does not meet JabRef's code guidelines. We use OpenRewrite to ensure "modern" Java coding practices. The issues found can be automatically fixed. Please execute the gradle task rewriteRun, check the results, commit, and push.
You can check the detailed error output by navigating to your pull request, selecting the tab "Checks", section "Tests" (on the left), subsection "OpenRewrite".
|
Thanks a lot for the improvements! |
During the import process, the labels indicating individual paragraphs within an abstract returned by PubMed/Medline XML are preserved. Closes #12527. Also complexity of some methodes is reduced.
Example
Mandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if change is visible to the user)