Skip to content
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

[plsql] Fix for cursors in anonymous blocks #1986

Merged
merged 1 commit into from
Sep 8, 2019

Conversation

szymanp23
Copy link
Contributor

Before submitting a PR, please check that:

  • The PR is submitted against master. The PMD team will merge back to support branches as needed.
  • ./mvnw clean verify passes. This will build and test PMD, execute PMD and checkstyle rules. Check this for more info

PR Description: Functions for skipping tokens (like Skip2NextTokenOccurrence or Read2NextOccurrence) do not work when used in LOOKAHEAD. It often causes parsing exceptions,
I simplified LOOKAHEAD expressions in Global function.
Fixes #1936
Fixes #1933

@pmd-test
Copy link

1 Message
📖 No java rules are changed!

Generated by 🚫 Danger

@adangel adangel added this to the 6.18.0 milestone Sep 8, 2019
adangel added a commit that referenced this pull request Sep 8, 2019
@adangel adangel merged commit 5a44427 into pmd:master Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants