Thursday, November 24, 2016

What is FindBugs and how it's use?

In simple we can say that FindBugs is a tool and plugin that install in eclipse or any IDE  for finding a bug in code.  FindBugs tool is automatically find a bug in your code. 
For example
1. Dead code
2.unused code
3.uninitialized fields
4.protected objects
5.discriminate null pointer
The above point is basic but  FindBugs tool find more of bug related your code.
So if you want to develop specific code and meaningful code for your project so you must use FindBugs.
I use all the time FindBugs at the time I develop a code so it's help me a lot for testing and finding a bugs.
The below link is for plugin for FindBugs in eclipse so you can follow that link and use for your reference and download plugin.

No comments:

Post a Comment