[plsql] Fix unit tests after KEYWORD_UNRESERVED is removed

This commit is contained in:
Andreas Dangel 2024-06-27 21:17:04 +02:00
parent 9b20ec524a
commit 70296aeef6
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3
3 changed files with 4 additions and 3 deletions

View File

@ -171,6 +171,10 @@ import net.sourceforge.pmd.lang.plsql.ast.internal.ParsingExclusion;
import java.util.ArrayList;
import java.util.List;
/**
* @deprecated PLSQLParserImpl should have been package private because this is an implementation class
* that should not be used directly.
*/
@Deprecated
public class PLSQLParserImpl {

View File

@ -151,7 +151,6 @@
| +- ExceptionHandler[@CanonicalImage = null]
| +- QualifiedName[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
| | +- UnqualifiedID[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
| | +- KEYWORD_UNRESERVED[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
| +- Statement[@CanonicalImage = null]
| +- UnlabelledStatement[@CanonicalImage = null]
| +- Expression[@CanonicalImage = "RAISE_APPLICATION_ERROR", @Image = "RAISE_APPLICATION_ERROR"]
@ -206,7 +205,6 @@
| +- ExceptionHandler[@CanonicalImage = null]
| +- QualifiedName[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
| | +- UnqualifiedID[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
| | +- KEYWORD_UNRESERVED[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
| +- Statement[@CanonicalImage = null]
| +- UnlabelledStatement[@CanonicalImage = null]
| +- Expression[@CanonicalImage = "RAISE_APPLICATION_ERROR", @Image = "RAISE_APPLICATION_ERROR"]

View File

@ -182,7 +182,6 @@
| +- ExceptionHandler[@CanonicalImage = null]
| | +- QualifiedName[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
| | | +- UnqualifiedID[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
| | | +- KEYWORD_UNRESERVED[@CanonicalImage = "OTHERS", @Image = "OTHERS"]
| | +- Statement[@CanonicalImage = null]
| | +- UnlabelledStatement[@CanonicalImage = null]
| | +- Expression[@CanonicalImage = "NULL", @Image = "NULL"]