Top Eclipse Plugins

I like the Eclipse Java IDE. It is a well designed and well looking Java IDE and there exist a vast number of plug-ins. Here is the current list of my preferred Eclipse plugins.

Eclipse Checkstyle plug-in
The Eclipse Checkstyle integrates the well-known source code analyzer Checkstyle into Eclipse. Checkstyle is a tool to help java developers and helps by checking whether the source code adheres to a set of coding standards. Checkstyle does this by inspecting the Java source code and pointing out items that deviate from a defined set of coding rules. The Checkstyle Eclipse plug-in constantly inspects for problems and within the Eclipse workbench you are notified of problems via the Eclipse Problems View and source code annotations just as you would see with compiler errors or warnings.

Get the Eclipse Checkstyle plug-in here

JUnit Factory
JUnit Factory is an experimental test-generation tool, which is able to auto generate JUnit tests for most programs and with a full suite of characterization tests generated by JUnit Factory you can bring your legacy code under control without any manual and boring work.

Get the Eclipse JUnit Factory plug-in here

Related posts:

  1. Automatic Generate JUnit Tests
  2. Top 10 Eclipse Hotkeys
  3. Howto PHP / Java bridge on Debian
  4. Howto Install Sun Java on Debian Etch
  5. Ubuntu Howto: Install Sun Java
  6. Dalvik: How Google routed around Sun’s IP-based licensing restrictions on Java ME
  7. Eclipse IDE
  8. Java and C# Client Server Socket Programming
  9. Java default keystore password – cacerts
  10. PHP Source Code Security Audit Tool

Popular Related Items »

1 Comment »

  1. ren said,

    November 17, 2008 @ 13:52

    Top 10 eclipse plugins
    http://www.shankh.com/?page_id=22

    seems to be useful

RSS feed for comments on this post · TrackBack URI

Leave a Comment