gabrie-allaigre / sonar-gitlab-plugin

Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files
GNU Lesser General Public License v3.0
713 stars 208 forks source link

SonarQube Issue #265

Open Rohitesh-Kangle opened 4 years ago

Rohitesh-Kangle commented 4 years ago

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

Capture1

Can someone help on this!!! Thanks in advance.

fpavageau commented 4 years ago

Nothing in your issue is related to sonar-gitlab-plugin.