plsql:UpperCaseReservedWordsCheck False positive after PAUSE

PAU[SE] is a SQL*Plus / SQLcl command that is followed by [text]. Keywords afterwards should not be treated as keywords.

PAUSE null

The reserved word “null” should be written in upper case. sonarlint(plsql:UpperCaseReservedWordsCheck)

Looks like this is already implemented for similar commands PROMPT and REM, no warning here:

PROMPT null
REM null
  • Rule: plsql:UpperCaseReservedWordsCheck
  • Language: Oracle PL/SQL
  • SonarQube 9.9.1

Hello @Peter0,

Thank you for reporting this issue.
I confirm that this is a false positive.

I have created a ticket in our backlog to tackle it in the future.

Have a nice day!