You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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:

juneau-code-rules.xml

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.

 

 

 

  • No labels