Errors while running SonarQube

SonarQube - * 8.9
id ‘org.sonarqube’ version ‘2.8’

I am trying to scan and generate the code coverage report for multimodule projects but I am seeing the below errors/warnings. Can someone help on this?

Using absolute path pattern is deprecated. Please use relative path instead of ‘file:/testapp/
Using absolute path pattern is deprecated. Please use relative path instead of ‘file:/src/test/
Using absolute path pattern is deprecated. Please use relative path instead of ‘file:/tests/

The following classes needed for analysis were missing:
test
apply

Task :sonarqube
Findbugs needs sources to be compiled. Please build project before executing sonar or check the location of compiled classes to make it possible for Findbugs to analyse your (sub)project
Status ERROR: org.eclipse.jdt.core code=4 Could not retrieve declared methods java.lang.NullPointerException
Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.

The following classes needed for analysis were missing:
test
apply
get
accept

The following classes needed for analysis were missing:
get
The following classes needed for analysis were missing:
get

The following classes needed for analysis were missing:
org.springframework.web.reactive.function.client.ClientResponse
redis.clients.jedis.Jedis
accept
org.apache.poi.hssf.eventusermodel.HSSFListener
apply
test
compare

Hi,

Welcome to the community!

The “Using absolute path pattern” messages appear to be warnings. There shouldn’t be an impact to your current analysis. It’s just that you’re on notice to get your reports updated to not use this deprecated pathing. The rest is unrelated to coverage.

 
HTH,
Ann