Difference between revisions of "Findbugs"

From CBLFS
Jump to navigationJump to search
(New page: {|style="text-align: left; background-color: AliceBlue;" |- !Download Source: |http://prdownloads.sourceforge.net/findbugs/findbugs-1.3.0.tar.gz?download |} ---- == Dependencies == * [[...)
 
(Undo revision 13706 by Webstar (Talk))
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
|http://prdownloads.sourceforge.net/findbugs/findbugs-1.3.0.tar.gz?download
+
|http://prdownloads.sourceforge.net/findbugs/findbugs-{{Findbugs-Version}}-source.zip
 
|}
 
|}
  
  
 
----
 
----
 +
 +
{{Package-Introduction|Findbugs is used to find bugs in Java programs.|http://findbugs.sourceforge.net}}
  
 
== Dependencies ==
 
== Dependencies ==
 +
 +
=== Required ===
 
* [[Apache Ant]]
 
* [[Apache Ant]]
 
* [[OpenJDK]] or [[JDK]]
 
* [[OpenJDK]] or [[JDK]]
 
+
* [[Unzip]]
{{Package-Introduction|Findbugs is used to find bugs in Java programs. |http://findbugs.sourceforge.net}}
 
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 18: Line 21:
 
  vim build.properties (need to change this to a sed command)
 
  vim build.properties (need to change this to a sed command)
 
  local.software.home =/opt/findbugs  
 
  local.software.home =/opt/findbugs  
+
 
 
Build the package:
 
Build the package:
 
  ant build
 
  ant build
Line 30: Line 33:
 
{| style="text-align: left;"
 
{| style="text-align: left;"
 
|-valign="top"
 
|-valign="top"
! Installed Programs:
+
!Installed Programs:
 
|
 
|
 
|-valign="top"
 
|-valign="top"
! Installed Libraries:
+
!Installed Libraries:
 
|  
 
|  
 
|-valign="top"
 
|-valign="top"
! Installed Directories:
+
!Installed Directories:
 
|  
 
|  
 
|}
 
|}
Line 44: Line 47:
 
{| style="text-align: left;"
 
{| style="text-align: left;"
 
|-valign="top"
 
|-valign="top"
! findbugs
+
!findbugs
 
|
 
|
 
|}
 
|}

Latest revision as of 12:00, 21 March 2008

Download Source: http://prdownloads.sourceforge.net/findbugs/findbugs-1.3.2-source.zip



Introduction to Findbugs

Findbugs is used to find bugs in Java programs.

Project Homepage: http://findbugs.sourceforge.net

Dependencies

Required

Non-Multilib

Change installation path:

vim build.properties (need to change this to a sed command)
local.software.home =/opt/findbugs 

Build the package:

ant build
cp -a . /opt/findbugs
chown root:root /opt/findbugs

Multilib

Contents

Installed Programs:
Installed Libraries:
Installed Directories:

Short Descriptions

findbugs