Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Guidelines used by the Juneau development team.

...

If you're using Eclipse, all the code formatting rules are already loaded into your workspace when you load the projects.  

The following file contains the code formatting rules extracted from Eclipse:

View file
namejuneau-code-rules.xml
height150

If you are using IntelliJ or NetBeans, there appear to be plugins that can be used to import these rules into your IDE.  If anyone has any luck with these, please post the information here.

Java Rules

  • Tabs.
  • All public and protected classes, methods, and fields should have Javadocs.
  • Line length:  unlimited.