![JAR search and dependency download from the Maven repository](/logo.png)
org.sonar.l10n.oe.rules.rssw-oe.compiler.warning.14789.html Maven / Gradle / Ivy
All buffer references (including database tables, temp-tables, and buffers) must be fully qualified.
Noncompliant Code Example
/* On sports2000 database */
FIND FIRST Customer.
DISPLAY CustNum.
Compliant Solution
FIND FIRST Customer.
DISPLAY Customer.CustNum.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy