Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a StyleCop-like plug-in for Eclipse?

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

Does anyone know about something like that?

like image 765
Fabio Milheiro Avatar asked Sep 12 '10 15:09

Fabio Milheiro


1 Answers

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.

like image 181
Thomas Mueller Avatar answered Oct 02 '22 04:10

Thomas Mueller