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
Using SonarQube :-8.0
Using SonarScanner :- sonar-scanner-msbuild-4.7.1.2311-net46
After running sonar-scanner through cmd at E:\Test>sonar-scanner some warning is generated.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/C:/Users/ssaste/.sonar/cache/3c43ca34b48e025530485308ddac54a2/sonar-javascript-plugin-3.2.0.5506.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Unable to see output on SonarQube
Can someone help on this!!!
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I am using below property file which is kept in sln of .net project.
sonar.projectKey=MyProject
sonar.projectVersion=1.0
sonar.projectName=My ADSDK
sonar.sources=.
sonar.language=cs
sonar.dotnet.visualstudio.solution.file=AurusEnterpriseSDK.sln
sonar.dotnet.4.0.sdk.directory=C:\Windows\Microsoft.NET\Framework\v4.0.30319
sonar.dotnet.version=4.0
Using SonarQube :-8.0
Using SonarScanner :- sonar-scanner-msbuild-4.7.1.2311-net46
After running sonar-scanner through cmd at E:\Test>sonar-scanner some warning is generated.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/C:/Users/ssaste/.sonar/cache/3c43ca34b48e025530485308ddac54a2/sonar-javascript-plugin-3.2.0.5506.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Unable to see output on SonarQube
Can someone help on this!!!
Thanks in advance.
The text was updated successfully, but these errors were encountered: