-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[java] Parsing error with textblock containing quote followed by two backslashes #4364
Labels
a:bug
PMD crashes or fails to analyse a file.
in:grammar
About the grammar of a lexer or parser, eg, a parse/lex exception
Milestone
Comments
oowekyala
added
the
in:grammar
About the grammar of a lexer or parser, eg, a parse/lex exception
label
Jan 26, 2023
This issue is also present in PMD 7. |
jsotuyod
added a commit
to Monits/pmd
that referenced
this issue
Jan 26, 2023
jsotuyod
changed the title
[java] PMDException with java textblock containing quote followed by two backslashes
[java] Parsing error with textblock containing quote followed by two backslashes
Jan 26, 2023
rdesgroppes
added a commit
to rdesgroppes/rules_jvm
that referenced
this issue
Apr 26, 2023
Currently shipped PMD version is at 6.46.0, released in May 2022. Since then, a handful of fixes & enhancements got released, among which: - pmd/pmd#3936 in 6.47.0 - pmd/pmd#4015 in 6.48.0 - pmd/pmd#4082 in 6.49.0 - pmd/pmd#4085 in 6.50.0 - pmd/pmd#4139 in 6.51.0 - pmd/pmd#4152 in 6.52.0 - pmd/pmd#4266 in 6.53.0 - pmd/pmd#4364 in 6.54.0 - pmd/pmd#4333 in 6.55.0 The latter also [states](https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_release_notes.html#pmd-7-development) that: > This release is the last planned release of PMD 6. The first version > 6.0.0 was released in December 2017. Over the course of more than 5 > years we published almost every month a new minor version of PMD 6 > with new features and improvements. The present change therefore bumps the shipped PMD version to 6.55.0 so as to benefit from its last improvements, before envisioning an upgrade to PMD 7, [when ready](https://github.com/pmd/pmd/milestone/19). Closes bazel-contrib#176.
rdesgroppes
added a commit
to rdesgroppes/rules_jvm
that referenced
this issue
Apr 26, 2023
closes bazel-contrib#176. Currently shipped PMD version is at 6.46.0, released in May 2022. Since then, a handful of fixes & enhancements got released, among which: - pmd/pmd#3936 in 6.47.0 - pmd/pmd#4015 in 6.48.0 - pmd/pmd#4082 in 6.49.0 - pmd/pmd#4085 in 6.50.0 - pmd/pmd#4139 in 6.51.0 - pmd/pmd#4152 in 6.52.0 - pmd/pmd#4266 in 6.53.0 - pmd/pmd#4364 in 6.54.0 - pmd/pmd#4333 in 6.55.0 The latter also [states](https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_release_notes.html#pmd-7-development) that: > This release is the last planned release of PMD 6. The first version > 6.0.0 was released in December 2017. Over the course of more than 5 > years we published almost every month a new minor version of PMD 6 > with new features and improvements. The present change therefore bumps the shipped PMD version to 6.55.0 so as to benefit from its last improvements, before envisioning an upgrade to PMD 7, [when ready](https://github.com/pmd/pmd/milestone/19).
illicitonion
pushed a commit
to bazel-contrib/rules_jvm
that referenced
this issue
Apr 26, 2023
closes #176. Currently shipped PMD version is at 6.46.0, released in May 2022. Since then, a handful of fixes & enhancements got released, among which: - pmd/pmd#3936 in 6.47.0 - pmd/pmd#4015 in 6.48.0 - pmd/pmd#4082 in 6.49.0 - pmd/pmd#4085 in 6.50.0 - pmd/pmd#4139 in 6.51.0 - pmd/pmd#4152 in 6.52.0 - pmd/pmd#4266 in 6.53.0 - pmd/pmd#4364 in 6.54.0 - pmd/pmd#4333 in 6.55.0 The latter also [states](https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_release_notes.html#pmd-7-development) that: > This release is the last planned release of PMD 6. The first version > 6.0.0 was released in December 2017. Over the course of more than 5 > years we published almost every month a new minor version of PMD 6 > with new features and improvements. The present change therefore bumps the shipped PMD version to 6.55.0 so as to benefit from its last improvements, before envisioning an upgrade to PMD 7, [when ready](https://github.com/pmd/pmd/milestone/19).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
a:bug
PMD crashes or fails to analyse a file.
in:grammar
About the grammar of a lexer or parser, eg, a parse/lex exception
Affects PMD Version:
6.53.0
Description:
Parsing this code:
Exception Stacktrace:
Code Sample demonstrating the issue:
Steps to reproduce:
Please provide detailed steps for how we can reproduce the bug.
mvn compile
Running PMD through: Maven
The text was updated successfully, but these errors were encountered: