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
After migration to Java 17, Sonar complains that we should records for immutable classes, Stream.toList() etc.
record
Stream.toList()
See https://sonarcloud.io/project/issues?resolved=false&types=CODE_SMELL&sinceLeakPeriod=true&id=com.exasol%3Aproject-keeper-root for the complete list.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After migration to Java 17, Sonar complains that we should
record
s for immutable classes,Stream.toList()
etc.See https://sonarcloud.io/project/issues?resolved=false&types=CODE_SMELL&sinceLeakPeriod=true&id=com.exasol%3Aproject-keeper-root for the complete list.
The text was updated successfully, but these errors were encountered: