CodeGen - plugin detailCode Generator - This module generates equals(Object) and hashCode() methods on java classes.
[ You have to be logged in to be able to comment. ] User Commentsresponse
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
|