Eclipse Install FindBugs Plugin

Source: Internet
Author: User

FindBugs is an open source Java Static Code analysis tool provided by the University of Maryland. FindBugs by examining a class file or jar file, the bytecode is compared to a set of defect patterns to uncover code flaws and complete static code analysis. The findbugs provides both a visual UI interface and can be used as an eclipse plugin. The text will primarily use findbugs as the Eclipse plugin. After the installation succeeds, the FindBugs perspective is added to eclipse, and the user can run FindBugs on the specified Java class or jar file, where FindBugs traverses the specified file for static code analysis.

Installation steps:

1. Click "Help->installnew Software", such as:

2. Click "Add", then enter "FindBugs" in the Popup "Name", "Location" enter "http://findbugs.cs.umd.edu/eclipse", click "OK", such as:

3. Select the corresponding plugin and click "Next->next->finish".

4. After the installation is complete, restart Eclipse, right-click on the project file or directory, you will find more findbugs menu, such as:

Of course, you can also download it directly from http://osdn.jp/projects/sfnet_findbugs/releases/, then copy the file to your local eclipse's plugins directory and restart Eclipse.

Eclipse Install FindBugs Plugin

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.