Hi Garvin,

Please see the attached project, consisting of 1 .java + the pom.xml.

Problem persists.

In case jar is stripped by ml,

public static int ex(java.sql.Connection c)
{
    Statement s = c.createStatement();
    try {
        return s.execute("DELETE FROM MYTABLE");
    }finally{
        try {
            s.close();
        }catch (java.sql.SQLException ignore){}
    }
}

<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
</configuration>
</plugin>
</plugins>
</reporting>

Thanks,
Jesse

On 23/05/2010 22:39, Garvin LeClaire (JIRA) wrote:
      [ 
http://jira.codehaus.org/browse/MFINDBUGS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Garvin LeClaire closed MFINDBUGS-111.
-------------------------------------

        Resolution: Fixed
     Fix Version/s: 2.3.2

Tests correctly against the Findbugs Unit tests.  If the problems persist 
please forward code to reproduce the issue.


Missing Bad Practice entries
----------------------------

                 Key: MFINDBUGS-111
                 URL: http://jira.codehaus.org/browse/MFINDBUGS-111
             Project: Maven 2.x FindBugs Plugin
          Issue Type: Bug
    Affects Versions: 2.3.1
         Environment: Windows XP, JDK 1.6.18, Maven 2.2.1
            Reporter: Bruno Marti
            Assignee: Garvin LeClaire
             Fix For: 2.3.2

         Attachments: findbugs-gui.jpg, findbugs-report.jpg


There are missing entries on the findbugs report.
I've tried all<threshold>  variants. It doesnt matter.
On the findbugs-gui there are some errors like bad practice "subclassing with same 
name"
->  mvn findbugs:gui
But on the report this entries are missing.
see screenshots

Attachment: test.jar
Description: application/java-archive

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

    http://xircles.codehaus.org/manage_email

Reply via email to