If you're starting IDEA with yourkit (which is bundled to IDEA), FindBugs calls the System.gc() and creates the memory dump on each invocation (see edu.umd.cs.findbugs.log.YourKitController#captureMemorySnapshot). Could you please add the option to disable this behaviour?
Links to IDEA bug - http://youtrack.jetbrains.com/issue/IDEA-124089
Links to YourKit bug - http://forums.yourkit.com/viewtopic.php?f=3&t=5513
I've disabled interaction with yourkit agent this by default. To enable this, system property findbugs.yourkit.enabled must be set to "true".
http://code.google.com/p/findbugs/source/detail?r=b7080eb080035fc5d06f354d7ebfa8d0529ec201
Regards,
Andrey
Thank you :-)
Which version will contain this fix?
3.0.0.