Commonclipse

Commonclipse is an eclipse plugin for jakarta commons-lang
users. It features automatic generation of the following methods using commons-lang
builders:
- toString()
- hashcode()
- equals(Object)
- compareTo(Object)
Commonclipse supports customization of generated
methods (custom ToStringStyle, use of appendSuper(), excluded fields) through
user defined properties. Commonclipse actions are available both in java editor
views and in package explorer.
Built methods use jakarta commons-lang 2.0 builders.
Commonclipse will not check for the presence of commons-lang in your project
classpath.
Click here to go detail page: http://commonclipse.sourceforge.net/

|