[
https://issues.apache.org/jira/browse/NETBEANS-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16372686#comment-16372686
]
Gili edited comment on NETBEANS-415 at 2/22/18 11:07 AM:
---------------------------------------------------------
[~GeertjanWielenga] Right, what I'm saying is that if the project source-code
level is set to JDK 7 or higher then we should generate code based on
{{Objects.hash(Object...)}} because it is more readable than what we had in
earlier versions.
was (Author: cowwoc):
[~GeertjanWielenga] Right, what I'm saying is that if the project source-code
level is set to JDK 7 or higher then we should generate code based on
{{Object.hash(Object...)}} because it is more readable than what we had in
earlier versions.
> 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
> Priority: Major
>
> (CCing as many people from the original discussion as I could find:
> [~svatoun] [~matthies] [~jlahoda])
> 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 than what is currently being generated.
> 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] [1] but essentially we
> agreed to fix this with a flag in the Options dialog to let users decide
> which approach they prefer.
> [1] In my last post I suggested:
> # Making "instanceof" the default.
> # Warning if a class uses "instanceof" and subclasses override
> equals/hashCode.
> # Allowing users to configure whether they prefer instanceof or
> getClass()-based implementations of equals/hashcode on a project-level.
> # Warning if a class uses "getClass()" and has any subclasses.
> # Warnings should appear on the subclasses, not the parent class.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists