[ 
http://jira.codehaus.org/browse/MFINDBUGS-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=265433#action_265433
 ] 

Christoph Kutzinski edited comment on MFINDBUGS-110 at 5/2/11 5:39 AM:
-----------------------------------------------------------------------

Configuration for plugin 2.1 (from mvn help:effective-pom):

{noformat} 
       <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>findbugs-maven-plugin</artifactId>
          <version>2.1</version>
          <dependencies>
            <dependency>
              <groupId>com.google.code.findbugs</groupId>
              <artifactId>findbugs</artifactId>
              <version>1.3.9</version>
              <scope>compile</scope>
            </dependency>
          </dependencies>
          <configuration>
            <findbugsXmlOutput>true</findbugsXmlOutput>
            <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
            <xmlOutput>false</xmlOutput>
            <effort>Default</effort>
            <threshold>Normal</threshold>
            <excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
          </configuration>
        </plugin>
{noformat} 

      was (Author: kutzi):
    Configuration for plugin 2.1 (from mvn help:effective-pom):

       <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>findbugs-maven-plugin</artifactId>
          <version>2.1</version>
          <dependencies>
            <dependency>
              <groupId>com.google.code.findbugs</groupId>
              <artifactId>findbugs</artifactId>
              <version>1.3.9</version>
              <scope>compile</scope>
            </dependency>
          </dependencies>
          <configuration>
            <findbugsXmlOutput>true</findbugsXmlOutput>
            <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
            <xmlOutput>false</xmlOutput>
            <effort>Default</effort>
            <threshold>Normal</threshold>
            <excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
          </configuration>
        </plugin>
  
> Major performance degradation since FindBugs plugin 2.1
> -------------------------------------------------------
>
>                 Key: MFINDBUGS-110
>                 URL: http://jira.codehaus.org/browse/MFINDBUGS-110
>             Project: Maven 2.x FindBugs Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.2, 2.3
>            Reporter: Christoph Kutzinski
>            Assignee: Garvin LeClaire
>            Priority: Minor
>             Fix For: 2.3.2
>
>
> Since FindBugs plugin performance got much worse.
> E.g. for a small multimodule project with 3 modules execution time increased 
> from ~50 sec to ~ 1 min 20 sec
> For a big project with 30 submodules it increased from ~ 4 min to ~ 8 minutes 
> - i.e. execution time has doubled!
> See also MFINDBUGS-104

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to