Code Conventions for the Platform Workbench Team
Eclipse idea banner

The main Eclipse coding conventions can be found here. The Platform Workbench Team has been using the following additional code conventions. Those that can be expressed with a preference can be imported here.

  1. All compiler warnings are on except for deprecated code.
  2. The number of import statements before replacement by a * is 3
  3. Formatter is used with default settings.