score:1
Accepted answer
here are some advantages for using checkstyle:
- portable between ides. if you decide to use intellij later, or you have a team using a variety of ides, you still have a way to enforce consistency.
- better external tooling. it's much easier to integrate checkstyle with your external tools since it was really designed as a standalone framework. you can plug into your scm as a pre-commit hook, or into your build tool, quite easily. using eclipse style convention you would need to write or locate a plugin to do the same thing.
- ability of creating your own rules. eclipse defines a large set of styles, but checkstyle has more, and you can add your own custom rules.
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.
Source: stackoverflow.com
Related Query
- Advantage of using checkstyle rather than using Eclipse built in code formatter?
- Using the Eclipse code formatter from own program
- Can you configure eclipse to code assist some imports rather than others
- Configure enum constants on its own line using Eclipse Code Formatter
- Using Google code formatter in Eclipse with GWT
- Indentation of conditions in if() using Eclipse Code Formatter for Java
- Is there a way to get eclipse code completion to filter options on text typed anywhere in a word rather than just the start?
- How to turn off the Eclipse code formatter for certain sections of Java code?
- How to debug Java code when using ANT script in Eclipse
- How to generate an Eclipse formatter configuration from a checkstyle configuration?
- Turn off Eclipse formatter for selected code area?
- Eclipse parameter dialog/hint when using functions in code
- How to add Eclipse Code Formatter file in Android Studio
- Did anyone create the Java Code Formatter Profile for Eclipse IDE that conforms to the Android Code Style Rules?
- How to set Eclipse code formatter to support fluent interfaces
- Problems occurred when invoking code from plug-in: "org.eclipse.jface" when using Checkstyle Plugin
- How do I compile my code in Eclipse using keyboard shortcut key
- How to debug PHP in eclipse in an external browser rather than internal?
- Need to import Eclipse Java Formatter profile in Visual Studio Code
- Using ADT and SDK manager, attach android source code to eclipse
- Eclipse java code style formatter profile location
- how to check php function source code using eclipse
- Profiling C code on Windows when using Eclipse
- JSF Code formatter or Eclipse XML Editor, each tag for new line?
- bind custom code formatter to eclipse project
- Impact Analysis using Eclipse for Java application with framework code
- Eclipse Galileo SQL Editor: is there a code formatter (tidy) function?
- Make Eclipse default to JUnit4 rather than JUnit5 when the class only contains JUnit4 annotations
- Eclipse code formatter multiline function call closing bracket indention
- Is there a refactoring tool for Eclipse better than the built in one?
More Query from same tag
- Where are Eclipse preferences stored?
- PyDev interactive Console 'runfile' error
- GAE Eclipse: Cross-Modules Referencing
- How would I switch to a new activity using an ArrayAdapter, ListView, and a Menu adds items based on User Input
- java.lang.NullPointerException in AsyncTask
- Which tool/plug-in can be used to copy files from remote location in least possible time?
- How do I find the line of my code causing an error when the stacktrace only shows native methods in eclipse
- Need JRE path for Java 8 in mac
- how modify the already installed content-assist?
- how to obtain the ip address of the connected wifi router in android programmatically?
- Qt C++ library in Android Eclipse project: QSQLITE driver not loaded
- Eclipse (CDT) project defaults
- Problems running eclipse juno 64 bit on Mac Lion
- GCC C++ Linker section on FC13
- Ecore modification
- undefined reference to functions declared in lindo.h
- Is there a way for eclipse to run a Java program even if there are errors being detected in the project?
- ADB, Samsung Epic 4G, Windows 7, Eclipse
- Eclipse showing arg0, arg1 although JDK1.7 was installed and selected
- Launching run configuration outside Eclipse IDE
- Investigate a data structure in Java with Eclipse
- How To Embed JAR Library into Project with Eclipse
- bundle not found during eclipse feature install from command line
- Installing java,tomcat ,eclipse and maven in ubuntu
- What are the efficiencies afforded by Emacs or Vim vs Eclipse?
- stop building the project in eclipse or using maven if no of error/warnings increases to a certain limit?
- trying to compile googletest but getting following error: '::OpenThread' has not been declared
- Android 65K method limit
- java.lang.IllegalArgumentException: Illegal character in query at index 56
- Eclipse C++ Running/Debugging problems with console IO