Re: [Math] CI builds are missing problems

2021-06-09 Thread Alex Herbert
On Wed, 9 Jun 2021 at 16:04, Gilles Sadowski wrote: > Le mer. 9 juin 2021 à 16:07, Alex Herbert a > écrit : > > > > The math project does not build with the default goal in the pom: > > > > clean verify apache-rat:check checkstyle:check pmd:check spotbugs:check > > javadoc:javadoc > > > > There

Re: [Math] CI builds are missing problems

2021-06-09 Thread Gilles Sadowski
Le mer. 9 juin 2021 à 16:07, Alex Herbert a écrit : > > The math project does not build with the default goal in the pom: > > clean verify apache-rat:check checkstyle:check pmd:check spotbugs:check > javadoc:javadoc > > There is a spotbugs error in the Artificial neural networks module due to a >

[Math] CI builds are missing problems

2021-06-09 Thread Alex Herbert
The math project does not build with the default goal in the pom: clean verify apache-rat:check checkstyle:check pmd:check spotbugs:check javadoc:javadoc There is a spotbugs error in the Artificial neural networks module due to a case statement fall through. This is intentional so I added an excl