-
-
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
Update to Java 8 regarding the library/API usage #1154
Comments
Refs: #1146 |
@Siedlerchr are there thing in #1146 that should be fixed or is that an example of Java 8 features being used? Just so I do not merge it with issues. |
I do not think the PR is really related as the contains key method has existed for a long time. |
@oscargus @simonharrer Noo, your PR is alright 👍 I just thought this issue will be a more general "Things to use / don't use", not only limited to Java 8 |
I think this is something we can try to work on towards the next JabRef release. |
I also noticed some other things regarding BufferedWriter etc. |
Yes, this is part of the NIO. Basically, all of this is technical debt we should pay back instead of paying the interest rates. :) |
There is a Java 8 (java.time) date picker at https://github.com/LGoodDatePicker/LGoodDatePicker |
Usage of prepared statements should be solved by #1451. |
I'll close this for now. We pay attention to this all the time whenever we change a feature or add something. However, we will not go to the entire code to replace every feature. Therefore, we do not need an issue to track the progress of this. |
The text was updated successfully, but these errors were encountered: