views:

18

answers:

1

I want to program in Java and would like something that works like StyleCop in Visual Studio.

Does anyone know about something like that?

+1  A: 

I use the eclipse-cs Checkstyle plug-in. There are other tools, such as FindBugs, but I think Checkstyle is the easiest and fastest. And of course, you can configure Eclipse to be less lenient.

Thomas Mueller
Yes, this looks like exactly what I was looking for. Thank you Thomas!
Fabio Milheiro