You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.