Skip to content

PL/SQL Cop for SonarQube v6.7.0.2

Compare
Choose a tag to compare
@PhilippSalvisberg PhilippSalvisberg released this 20 Dec 14:25
  • Released on 2019-03-05
  • New:
    • Improve OS independence of properties sonar.plsqlcop.tvdcc.path and sonar.plsqlcop.tvdcc.param.licence.
      • Unix environments
        • remove leading c:
        • remove leading d:
        • change \ to /
        • change tvdcc.cmd to tvdcc.sh
      • Windows environments
        • change tvdcc.sh to tvdcc.cmd
      • Processing continues without code validation if the PL/SQL Cop executable is not found. In this case, an error is logged.
  • Fixed:
    • Eliminated the warning WARN: Property 'sonar.plsqlcop.file.suffixes' is not declared as multi-values/property set but was read using 'getStringArray' method.