link to source code in findbugs plugin
--------------------------------------

         Key: MOJO-322
         URL: http://jira.codehaus.org/browse/MOJO-322
     Project: Mojo
        Type: New Feature

  Components: sandbox  
    Reporter: Stefano Apostolico
 Attachments: findbugs-sourceref-.patch

I've added support for the following:

- line number in report  are link to source code generated by javodoc or jxr.
  Added parameter
    {{srcHtml}}           path to source html like url
                                   generally 'xref' for jxr and 
'apidocs/src-html/' for javadoc
    {{srcHtmlType}}   type of source html (JXR|JAVADOC) used to build anchor 

{{
    <configuration>      
          <srcHtml>xref/</srcHtml>
          <srcHtmlType>JXR</srcHtmlType>
    </configuration>
}}

- enable/disable plugin
     disable plugin. Useful in multi module project if you want enable findbugs 
in parent but do not need in some module(s)
    <enabled>true|false</enabled>



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

Reply via email to