Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

On this page we show some optional Eclipse customizations that you might find useful when setting up you developers enviorment.

Necessary plugins

Plugins

Checkstyle configuration

  1. Go to Eclipse -> Preferences -> Checkstyle -> New ...
  2. Choose Project Relative Configuration, type in the name Qcadoo Checkstyle and choose the checkstyle.xml file from the projects main source directory
  3. Click OK
  4. Choose the new configuration and click Set as Default
  5. Click OK
  6. In the projects menu click on Checkstyle -> Activate Checkstyle

...