FindBugs is a plugin that will... go figure... find bugs in your code and brings them to your attention. It is better at finding small bugs than Eclipse is, and it will give you layman's explanations of certain errors. To use FindBugs, you simply right click on the open file in java and select "Find Bugs". After this, it will tag lines with errors that will not allow the program to compile or simply note poor usage of methods or classes.
UML Lab allows you to create a visual representation of your java projects. Once you've installed UML Lab, you can actually program with those visual representations. That is, you can create visual associations between your files, and when you go back and look at your code, UML Lab will have inserted the appropriate code to make those associations real in your program. Pretty cool, huh? Programming with visuals.
To install FindBugs, you can checkout this link here findbugs.cs.umd.edu/eclipse/. But I will also run you through the steps.

- With Eclipse open, go to the "Help" menu and select Install New Software.
- From there, copy this link into the "Work with:" field at the top: http://findbugs.cs.umd.edu/eclipse and click "Add".
- Below you will see "FindBugs" show up with a check box next to it--check the box.
- Click next.
- There will be a license agreement from FindBugs, go ahead and click "I agree".
- From there, the setup should finish, and Eclipse will complain that you're using third party software.
- Click ok and let Eclipse restart itself.
- First name
- Last name
- University or organization
- The website of said university or organization
- Your email address
- Your student number
- A scan or image of your student ID
- Your address, city, postal code, and country
0 comments:
Post a Comment