CodeSugar Eclipse Plugin is an Eclipse plugin that generates methods such as equals(), clone(), toString(), and hashCode() for Java classes.
| Tags | Software Development Code Generators |
|---|---|
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: This release includes many feature enhancements in generated code, as well as UI refinements like enabling actions in the menu only when a type of .java file is selected.


Changes: The plugin now has the ability of keeping a test case up to date. The action update test case finds the 'original class' and adds test_method () for every new method in the original class.


Changes: This release has faster method generation and a preference page to control control whether methods can be overwritten on generation. Wizards have been removed.


Changes: The generation of the hashCode method is now far better, thanks to a patch received.


Changes: This release added the generation of toString and hashCode methods.