org.sonar.l10n.oe.rules.rssw-oe.compiler.warning.12115.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!
The statement was analyzed by the compiler as an expression statement, but the expression compiled to a constant, which will be a no-op at run-time. You might want to check to see if the previous statement in your program was prematurely terminated by a period or a colon by mistake.
Noncompliant Code Example
ASSIGN 1 = 0.
Compliant Solution