org.sonar.l10n.oe.rules.rssw-oe.compiler.warning.14786.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-openedge-plugin Show documentation
Show all versions of sonar-openedge-plugin Show documentation
Enables analysis of OpenEdge projects
The newest version!
All table and field names must appear as they are in the schema.
Noncompliant Code Example
/* On sports2000 database */
FIND FIRST custome.
DISP cust.custnu.
Compliant Solution
FIND FIRST customer.
DISP customer.custnum.