Skip to main content

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

Hello Team

I'd like to introduce following tools to the build:
- PMD (https://pmd.github.io/)
- SpotBugs (https://spotbugs.github.io/)
and probably
- CheckStyle (https://checkstyle.sourceforge.io/)
to start with.

I would:
- configure rules/bug patterns/checks that currently are not violated only
- add separate profiles to pom, not enabled by default, to define plugin executions
- add new stages to Jenkinsfile to run analysis

Do you see any reason to not use such tools?

Piotrek

Back to the top