CodeGen - plugin detail
Code Generator - This module generates equals(Object) and hashCode() methods on java classes.
| Plugin owner: |
wsantos |
| Website: |
http://www.netfeijao.blogspot.com |
| Added: |
2007-09-12 |
| Last updated: |
2012-03-23 |
| NetBeans Versions: |
6.0 |
| License: |
OSL |
| Category: |
Programming Languages |
| Size: |
0.02 MB |
| Downloaded: |
1,960 times |
| Rating: |
|
Verifications for NetBeans versions
Plugin is not subject to any verification |
Introduction
This module generates equals(Object) and hashCode() methods on java classes. It follows the general contract when overriding equals(Object) and hashCode() methods and follow the principles proposed by Joshua Bloch in his book Effective Java
What's new in this version
|
[ You have to be logged in to be able to comment. ]
User Comments
response
in fact on netbeans 6.0 we have already an option to override equals and hashCode, in the Source code press Alt + Insert, and choose Override Method | equals and hashCode.
Posted by wsantos on Jan 18, 2008
Problem with installation at netbeans 6.0 rc2
Missing required modules for Plugin CodeGen:
module org.openide.src > 1.8.31
Posted by unr303 on Nov 24, 2007