sonar-openedge icon indicating copy to clipboard operation
sonar-openedge copied to clipboard

ClumsySyntax - missing error with sonarlint

Open clement-brodu opened this issue 1 year ago • 1 comments

Hello,

Sonarlint (in eclipse) doesn't raise an issue in the case above.

The same code raise an error with sonar-scanner / sonarqube.

Version :

  • Openedge 12.8.2
  • Plugin 2.26.0
  • Sonarlint 9.3.3006
INTERFACE Sonar.ClumsySyntaxeInterface:  

    METHOD PUBLIC VOID Toto(  ): // Should raise error because of ":" instead of "."

END INTERFACE.

clement-brodu avatar May 06 '24 13:05 clement-brodu

Reproduced. Rules included in the standard plugin (like ClumsySyntax), or in the security plugin are not executed in this version of SonarLint. That will be fixed.

gquerret avatar May 13 '24 12:05 gquerret