...">

Code Standard (not style) for Eclipse

Is there any coding standard for use with Eclipse (plugin or something else)? I know that I can use "Window> Preferences> [Language]> Code Style" to suggest conventions, but they don't apply.

In other words, I want standard coding violations to be flagged as Errors and coding style violations as Warnings.

Thanks and greetings, Karthick S.

+4
source share
3 answers

You have several options:

+6
source

Eclipse checkstyle plugin should do it :)

+4
source
+3
source

All Articles