-
Notifications
You must be signed in to change notification settings - Fork 15
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
Replace StringTokenizer #163
Comments
I just learned the Regex/Matcher Split can also be used in combination with streams: |
One can search for |
Would like to take this issue. |
Assigned! As a general advice for newcomers: check out Contributing for a start. Also, guidelines for setting up a local workspace is worth having a look at. Feel free to ask here at GitHub, if you have any issue related questions. If you have questions about how to setup your workspace use JabRef's Gitter chat. Try to open a (draft) pull-request early on, so that people can see you are working on the issue and so that they can see the direction the pull request is heading towards. This way, you will likely receive valuable feedback. |
I have some minor questions.
|
|
PR is ready |
Thank you for investigating this. Comments on the PR. |
Decided not to do fix koppor#163 so we will not replace StringTokenizer. Related test cases are here
Decided not to do fix koppor#163 so we will not replace StringTokenizer. Related test cases are here
…ngTokenizer-tests Write test cases for StringTokenizer
See JabRef#1877 and the link in the comment http://stackoverflow.com/questions/691184/scanner-vs-stringtokenizer-vs-string-split
The text was updated successfully, but these errors were encountered: