Contact author : web (at) prysme.net

1. What is it

This plugin for eclipse simply generate a String representation of your current object

2. Requirement

You only need to have eclipse 3.0 plateform (this plug-in only support OSGI plugin FWK)

3. How to install

  • Open the Install Wizard by clicking Help > Software Updates > Find and Install.This opens the wizard.
  • Select the second button, "Search for new features to install" and click Next.
  • Select Add Update Site to add a remote site and Add this URL http://www.prysme.net/java/updateSite
  • Follow the next wizard
  • 4. How to use/find the plug-in

    This plug-in add different extension point :

  • Action : you will find on any java file in the context menu a new item :Generate toString()
  • Preference : Under Windows -> Preference -> toString you will find some configuration options to customize (more to come)
  • Help : Under Help -> Help Content -> net.prysme.eclipse.plugin you will find all concerning this plugin (under development)
  • 5. Known Bug and limitation

  • Cannot work properly with java file that containt more than one explicit class
  • Inner class member will be include in the main class toString method