-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Hurricup/exception fixes #2770
Hurricup/exception fixes #2770
Conversation
#CAMELCADE-11368 Fixed
- Disabled filerefs in literals - Added ignored tokens - Moved heredoc end to the code
Qodana for JVM2640 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Dependencies licensesThird-party software listThis page lists the third-party software dependencies used in perl5
Contact Qodana teamContact us at [email protected]
|
StringBuilder tokenTypesMappings = new StringBuilder("Token types mappings:\n"); | ||
elementTypesMappings.keySet().stream() | ||
.sorted(Comparator.comparing(Object::toString)) | ||
.forEach(elementType -> { |
Check warning
Code scanning / QDJVM
Statement lambda can be replaced with expression lambda Warning test
Kudos, SonarCloud Quality Gate passed! |
No description provided.