Gili created NETBEANS-415:
-----------------------------

             Summary: Revisit hashCode(), equals() implementation
                 Key: NETBEANS-415
                 URL: https://issues.apache.org/jira/browse/NETBEANS-415
             Project: NetBeans
          Issue Type: Improvement
          Components: editor - Completion & Templates
            Reporter: Gili


Given that Netbeans now requires JDK 7, consider having the code generator 
delegate to
 {{Objects.hashCode(Object)}} and {{Objects.hash(Object...) as they result in 
cleaner code.}}

As for {{equals()}}, the implementation generated by Netbeans violates the Java 
specification of java.lang.Object and should be fixed right away. You can read 
a more detailed discussion at 
[https://netbeans.org/bugzilla/show_bug.cgi?id=156994] but essentially we 
agreed to fix this with a flag in the Options dialog to let users decide which 
approach they prefer.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to