Riverside-Software / sonar-openedge

CABL (Code Analyzer for ABL in SonarQube) - ABL ANTLR4 Parser
https://riverside-software.fr
GNU Lesser General Public License v3.0
63 stars 25 forks source link

ClumsySyntax - missing error with sonarlint #1122

Open clement-brodu opened 5 months ago

clement-brodu commented 5 months ago

Hello,

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

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

Version :

INTERFACE Sonar.ClumsySyntaxeInterface:  

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

END INTERFACE.
gquerret commented 4 months ago

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.