Sonar Scanner Issue with COBOL JSON Instructions

Hi,

We have an issue with the sonar scanner on cobol json instructions. It seems that the scanner does not recognize the cobol json instructions.

Here is an example of code :

JSON GENERATE RESPBODY FROM HEALTH

                    COUNT IN RESPBODY-LENGTH

                    NAME HEALTH IS OMITTED

               END-JSON

Theese are the specs of our softwares :

  • Eclipse Version : 4.8.0
  • SonarLint Eclipse Plugin version : 5.6.0.25634
  • SonarQube Version : 8.4.2.36762

Regards,

Hi,

Your version is past EOL. You should upgrade to either the latest version or the current LTS at your earliest convenience. Your upgrade path is:

8.4.2 → 8.9.8 → 9.5 (last step optional)

You may find the Upgrade Guide and the LTS-to-LTS Upgrade Notes helpful. If you have questions about upgrading, feel free to open a new thread for that here.

This should address the issue, as SonarQube v8.9 LTS implements SONARCOBOL-1574

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.