-
-
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
Add DOI integrity check #2327
Add DOI integrity check #2327
Conversation
I have some valid DOIs, which look a bit weird, maybe you could add a test for them:
|
I don't think the additional tests proposed by @Siedlerchr are necessary here. They are more tests of the DOI implementation and not tests of the integrity checker. (the second DOI is even already a testcase in https://github.com/JabRef/jabref/blob/master/src/test/java/net/sf/jabref/logic/util/DOITest.java). Apart from that: LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry but please focus on your diss! (l)
* upstream/master: Ignore failing test Replace usage of Threads and priorities with thread pool (#2304) Class variable declarations and method declarations are now separated by one line Disable joining of wrapped lines Installer Code Signing #1879 (#2320) Add bibtex key deviation check (#2328) Update mockito-core (2.2.21 -> 2.2.26) and wiremock (2.3.1 -> 2.4.1) Fix opening of preference dialog with Java 9 (#2329) Add longer explanation for ID-based entry generation. (#2330) Add DOI integrity check (#2327) New strings translated (#2325) Fix exporting via commandline in no gui mode (#2316) Cleanup EMACS code (#2317) Update mockito-core from 2.2.15 to 2.2.21 Fix typo in comment Updated JabRef_tr.properties (#2315) # Conflicts: # CHANGELOG.md
Refs #1445
Adds an integrity check to determine whether we can handle the content in the DOI field of a bib entry.
gradle localizationUpdate
?