Pentaho Development Standards
This is the home page for development standards, primarily as they apply to many of the main Pentaho projects in Subversion. The eventual goal is to have all of our other projects adhere to the same standards.
Eclipse Settings for Pentaho Standards Adherence
The attached settings file has been configured to adhere to the standard Pentaho development environment and requirements.
To import the settings file into Eclipse, use the following steps:
- Download the attached file PentahoCodeStyle_latest.xml
- Click on Window -> Preferences
- Expand Java in the tree on the left
- Expand Code Style in the tree under Java
- Select Formatter
- Click Import...
- Select the file you downloaded
That's it - you're now set up.
To reformat your class using these standards, use Ctrl-Shift-F or right-click, Source -> Format.