-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Rewrite handleStringData to use CompositeIdFetcher #12004
Comments
Hi, Koppor! I am really interested in this issue! I want to try my best to solve this issue.Could you assign this issue to me?thank you so much!! |
Welcome to the vibrant world of open-source development with JabRef! Newcomers, we're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly. In case you encounter failing tests during development, please check our developer FAQs! Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback. ⚠ Note that this issue will become unassigned if it isn't closed within 30 days. 🔧 A maintainer can also add the Happy coding! 🚀 |
add a no-args constructor to CompositeIdFetcher.java
#12009) * Rewrite handleStringData to use CompositeIdFetcher #12004 add a no-args constructor to CompositeIdFetcher.java * delete the no-args constructor. --------- Co-authored-by: u7744550 <[email protected]>
JabRef#12009) * Rewrite handleStringData to use CompositeIdFetcher JabRef#12004 add a no-args constructor to CompositeIdFetcher.java * delete the no-args constructor. --------- Co-authored-by: u7744550 <[email protected]>
JabRef#12009) * Rewrite handleStringData to use CompositeIdFetcher JabRef#12004 add a no-args constructor to CompositeIdFetcher.java * delete the no-args constructor. --------- Co-authored-by: u7744550 <[email protected]>
JabRef#12009) * Rewrite handleStringData to use CompositeIdFetcher JabRef#12004 add a no-args constructor to CompositeIdFetcher.java * delete the no-args constructor. --------- Co-authored-by: u7744550 <[email protected]>
org.jabref.gui.externalfiles.ImportHandler#handleStringData
should be rewritten to useorg.jabref.logic.importer.CompositeIdFetcher#performSearchById
. One could first callorg.jabref.logic.importer.CompositeIdFetcher#containsValidId
. If this returns false, then continue attryImportFormats
else callperformSearchById
.Remove unsued methods then.
The text was updated successfully, but these errors were encountered: