Checkstyle and findbugs
Developers try to write code as good as possible. But we need some tools to validate. Checkstyle and findbugs are two great tools to check our code. There are three ways to use Checkstyle in your development. Install plugin in your IDE maybe the easiest way to use. Although you can use the default config file to check the code, I highly recommend you to write a config file for you and your team....