Skip to content
Andrés Maneiro edited this page Dec 8, 2011 · 1 revision

There aren't strict rules about the code style but try to follow the already existent style within the usual Java conventions.

Also the actual commiters of navtable use the following Eclipse configuration, for the Save Action Preferences, that helps to maintain some coherence on the code:

  • Organize imports
  • Convert control statement bodies to block
  • Remove unused imports
  • Remove trailing white spaces on all lines
  • Correct indentation
  • In "Java Code Style > Formatted" section should have "Java conventions".

More info: