[ 
http://jira.codehaus.org/browse/MFINDBUGS-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Garvin LeClaire closed MFINDBUGS-128.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3.2

try using the 2.3.2-SNAPSHOT version.  A config like this will allow you to 
drill into the source code for errors:


    <reporting>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-site-plugin</artifactId>
            <version>2.1.1</version>
            </plugin>
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-jxr-plugin</artifactId>
              <version>2.2</version>
              </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>findbugs-maven-plugin</artifactId>
                <version>2.3.2-SNAPSHOT</version>
            </plugin>
        </plugins>
    </reporting>



Garvin 


> Empty classes in FindBugs report
> --------------------------------
>
>                 Key: MFINDBUGS-128
>                 URL: http://jira.codehaus.org/browse/MFINDBUGS-128
>             Project: Maven 2.x FindBugs Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3.1
>         Environment: Maven 2.2.1 with Java 1.5.0_22 on a Windows 7 32-bit 
> system.
>            Reporter: Joshua Hyde
>            Assignee: Garvin LeClaire
>            Priority: Minor
>             Fix For: 2.3.2
>
>         Attachments: findbugs-test.zip
>
>
> The FindBugs report indicates that I have classes that have bugs in them, but 
> it doesn't say what lines, exactly, are the problem. I can see that the 
> findbugsXml.xml file in target/ identifies the lines, but the XML report 
> doesn't seem to be reflected in the Maven site report.
> I've attached a ZIP containing a project that can reproduce the issue.

-- 
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