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

Hi,

I'm personally more a fan of keeping the build files small and have these things done by something like sonar (https://sonarcloud.io), but I'm also not strongly against it if someone is actually using it.

Kind regards,
Arjan

On Thu, Nov 19, 2020 at 4:50 PM Ed Bratt <ed.bratt@xxxxxxxxxx> wrote:

Piotrek

Spotbugs (it's precursor FindBugs) used to be used extensively in GlassFish. I'm all for improvements like this. I'd proceed incrementally but you're welcome to attack this any way makes sense.

-- Ed

On 11/19/2020 6:03 AM, Piotr Żygieło wrote:
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

_______________________________________________
openmq-dev mailing list
openmq-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/openmq-dev__;!!GqivPVa7Brio!JyNmPLwZn566milAhbfqd8NBi1QnNCbG8EOFzTdCr_hy3pE77K-eoSO0pRtjP4w$ 
_______________________________________________
openmq-dev mailing list
openmq-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/openmq-dev

Back to the top