Missing libraries during Sonar Analysis #1086
phermsdorf
started this conversation in
General
Replies: 1 comment
-
I've never used that property in any of the (company) Sonar scans that I run. I didn't really miss anything until now, but of course there might be a small amount of rules that would require the additional information. And given that it already takes several hours to analyze 500 KLOC for us, I don't really want an even deeper analysis... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
during SonarQube Analysis (after the tycho build) i see warnings like these:
and
SonarAnalysis is basically a
mvn sonar:sonar
run.I wanted to pass a directory to
sonar.java.libraries
where all bundles from the resolved target platform are, but i don't know where tycho does resolve the target to.(like the PDE
ws/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/
folder)Any hint or ideas are very welcome.
Thanks!
Bye Peter
Beta Was this translation helpful? Give feedback.
All reactions