[plsql] Fix unit tests after KEYWORD_UNRESERVED is removed
This commit is contained in:
parent
9b20ec524a
commit
70296aeef6
@ -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 {
|
||||
|
||||
|
@ -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"]
|
||||
|
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user