- Status: open --> closed-rejected
Hi,
I recently introduced the findbugs tool into a avarage size java application. In this application we use aspectj and build with maven. We currently use findbugs-maven-plugin version 3.0.3 and get a very strange error running the findbugs utility.
The error is basically the following one reapeated in various different classes until the CI build runs out of memory (attached is the log).
I would like to know if this is a error in findbugs or if it's just impossible to run findbugs with aspectj. I haven't found any offical information regarding the topic.
We currently use maven-3.0.5, and java version "1.8.0_72", Java(TM) SE Runtime Environment (build 1.8.0_72-b15), Java HotSpot(TM) 64-Bit Server VM (build 25.72-b15, mixed mode).
Any help is highly appreciated.