Open Source Code Beautifiers

5 projects
BeautyJInactive

Java source code transformation tool: auto-format to a clean, normalized representation and auto-generate Javadoc comments from identifier names. Console interface; Sourclet API for customization.

Details

Utility to clean up import statements in Java source: remove unused imports, expand star imports to single-type imports, sort and group. Ant task and JNLP application; uses BCEL for class-file parsing.

Details
JalopyInactive

Source code formatter for Java with widely configurable layout rules. Plugins for Eclipse, JEdit, JDeveloper, Ant, and console; enforces coding style without manual formatting. Community fork: jalopy2 on GitHub.

Details
Java2HtmlInactive

Converts Java (and other) source to HTML, RTF, TeX, and XHTML with syntax highlighting. Extensible library plus application, applet, and plugins; Ant task and API for integration into other tools.

Details
JxBeautyInactive

Source code formatter and beautifier for Java; generates Javadoc comments with formal parameters and module headers. Follows Sun Java code conventions.

Details