Is there any functional advantage of using checkstyle instead of Eclipse own code formatter? In either case, we would add some custom rules, but it would largely be based on Sun’s java code convention.
Is there any functional advantage of using checkstyle instead of Eclipse own code formatter?
Share
Here are some advantages for using checkstyle:
The advantage of Eclipse formatter/styler, of course, is that it’s already built into the IDE, so if your team is already standardized on Eclipse you can get everyone up and running very quickly. But using checkstyles gives you more options.