-
-
Notifications
You must be signed in to change notification settings - Fork 8
0.5.6 #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
0.5.6 #74
Conversation
Improve HTML Stripping and XML unescaping
dev -> main for 0.5.6
Qodana Community for JVM10 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: trueContact Qodana teamContact us at [email protected]
|
Try to fix gradle post setup build failure
Qodana Community for JVM10 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: trueContact Qodana teamContact us at [email protected]
|
| if ( | ||
| settingsState.isEnableHtmlStripping() && | ||
| text.contains("<") && | ||
| RegexPattern.HTML_TAG_PATTERN.matcher(text).find() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can see how this fixes #69, but won't you have the same problem if the error contains html AND GenericTypes<LikeThis> ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are absolutely correct but i hope that HTML and generics in one error message does not happen very often... :D
And the HTML stripping can now be disabled in the settings so i think this is the best we can have without too much work.
[0.5.6]
Changed
Fixed