Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not A Bug
-
Affects Version/s: 2.3
-
Fix Version/s: None
-
Labels:None
-
Environment:findbugs-maven-plugin-2.3-20091203.115826-9
Maven 2.2.1
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) Server VM (build 14.2-b01, mixed mode)
Ubuntu 9.10
Description
I'm experiencing a notable performance degradation from 2.1:
Running mvn findbugs:findbugs with 2.1 on my project takes ~50 seconds.
When I switch to 2.3-SNAPSHOT it takes ~ 1m 20sec
I've measured it several times and always came to the same results.
I don't think that this is because of a performance degradation in FindBugs 1.3.9 'core':
When I use plugin 2.1 and increase the used FindBugs version to 1.3.9, the runtime stays at ~50 secs
This will be due to the fact that Findbugs is now launched in a forked JVM to support memory configuration and time outs.
Our tests showed increases, but not what you are seeing. Ours were in the range of 10 secs.
Garvin