Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [openmq-dev] Static Analysis and CS for OpenMQ


have these things done by something like sonar (https://sonarcloud.io)

Here it is: Sonar: OpenMQ
Jenkins is set up accordingly.
First test analysis done.

I propose (GH: PR-697) to create a pipeline-based job (similar to test one: Jenkins: openmq-sonar-using-jenkinsfile) to be manually executed against master to start with.
As currently only Java/"Unnecessary imports should be removed" is activated - no issue shall be found anyway.
It looks like Sonar: Jakarta NoSQL runs daily, but I'm not sure if this is necessary for OpenMQ today.

For now sonar can be forced (sonar.scanner.force-deprecated-java-version=true) to accept Java 1.8. But:
[WARNING] The version of Java (1.8.0_202) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 11.
so we are warned.

Back to the top