Eclipse

http://www.eclipse.org/ Current version of Eclipse used for development is 3.0.1

Eclipse plugins

http://eclipse-cs.sourceforge.net/ Eclipse Checkstyle Plug-in version 3.4.1

CVS and putty

I'm using CVS over SSH, with the help of Putty and Public Key authentication as described @SF docs. This woks fine behind the firewall. To be able access the CVS-Repository from the same working copy using Eclipse together with the command line tools and TortoiseCVS, under Window->Preferences->Team->CVS->Ext Connection Method:

CVS_RSHfull_path\plink.exe
Parameters{user}@{host}

Coding Conventions settings

You can download and import this files:

  • code formatter preference file. Import it from Window-> Preferences -> Java -> Code Style -> Code Formatter -> import.
  • code templates preference file. Import it from Window-> Preferences -> Java -> Code Style -> Code Templates -> import.
  • checkstyle file. Import it from Window-> Preferences -> Checkstyle -> Import Checkstyle Config.

    For basedir variable add full path to jour project location.

    To enable Checks go to Project -> Properties -> Checkstyle...