If you’re familiar with Lint at all then you know its mainly used with C++ and stuff
There appears to be some Java solutions aswell… has anyone any experience with it in Java ? Does eclipse by itself already do all warnings and stuff, that lint would do ?
There is of course PMD, if you want to be really hardcore…
I used to use a lot of findbugs, but its like going to the dentist: it hasn’t found anything important in so long (at least not stuff that eclipse wouldn’t already find on its own), I just gave up.