We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This task is part of the Java 11 transition plan https://github.com/iluwatar/java-design-patterns/wiki/16.-Java-11-Transition
Check if we are importing sun.* or com.sun.* These imports need to be replaced since they don't work in newer JDK versions anymore.
The text was updated successfully, but these errors were encountered:
Imports sun.* or com.sun.* not found in the project.
sun.*
com.sun.*
Sorry, something went wrong.
No branches or pull requests
This task is part of the Java 11 transition plan https://github.com/iluwatar/java-design-patterns/wiki/16.-Java-11-Transition
Check if we are importing sun.* or com.sun.* These imports need to be replaced since they don't work in newer JDK versions anymore.
The text was updated successfully, but these errors were encountered: