"The main branch of this project is empty." is coming in sonarQube dashboard for my application

have created a pipeline for dotnet service application. SonarQube pipeline has executed successfully but with warning

WARNING: WARNING: An illegal reflective access operation has occurred
2021-02-17T07:24:56.8316935Z WARNING: WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/C:/Users/VssAdministrator/.sonar/cache/866bb1adbf016ea515620f1aaa15ec53/sonar-javascript-plugin.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
2021-02-17T07:24:56.8319905Z WARNING: WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
2021-02-17T07:24:56.8321535Z WARNING: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
2021-02-17T07:24:56.8323087Z WARNING: WARNING: All illegal access operations will be denied in a future release”

When i am checking SonarQube dashboard it is showing as “The main branch of this project is empty.”

Please help me in resolving this issue.

Hi,

Welcome to the community!

These solved topics presented with the same initial error. Do any of them seem relevant?

 
Ann

Hi

Did anyone able to resolve this issue. if so please guide me too

1 Like