Filippo Barbari

Results 16 issues of Filippo Barbari

I started using your project inside [mine](https://github.com/Ledmington/minisim), a porting in go of a N-bodies simulation. When i run `go build` or `go test` or `go run` i get all these...

## What happened? Hello everyone, I am using palantir 2.43.0 in a pretty large codebase through the spotless gradle plugin 6.25.0 and with gradle 8.7. Today I came around this:...

- Cloned the repository - `cd` inside it - run `./gradlew build` or `./gradlew run` The error is `Could not initialize class org.codehaus.groovy.runtime.InvokerHelper`.

### Steps to reproduce Right after a clean installation of spack: ```bash . spack/share/spack/setup-env.sh spack bootstrap now spack find -u spack install zlib spack find -u ``` The error in...

bug
impact-low

Many other "parametric" rules (such as NPathComplexity, CyclomaticComplexity etc.) report both the threshold and the number which triggered the rule. The rule `ExcessivePublicCount` does not do it and just says...

an:enhancement

**Affects PMD Version:** 7.18.0 **Description:** When launching pmd, it crashes with a `ContextedRuntimeException`, caused by a `ClassCastException`, when applying the rule `UnnecessaryCast`. By reading through the error message, it seems...

a:bug