Can anyone help me on this? I’m getting this warning in azure build pipeline in “Run Code Analysis” task. Though my build got success.
2020-08-26T15:18:52.2401174Z WARNING: WARNING: An illegal reflective access operation has occurred
2020-08-26T15:18:52.2401174Z WARNING: WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/C:/Users/svc.v1tfsbuild/.sonar/cache/54f6535c111cefad0fb6a09ba3e61922/sonar-javascript-plugin.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte,int,int,java.security.ProtectionDomain)
2020-08-26T15:18:52.2401174Z WARNING: WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
2020-08-26T15:18:52.2401174Z WARNING: WARNING: Use --illegal-access=warn to enable warnings of further illegal re
Build:
Don’t know coz of this warning not giving proper reports to my sonar server.