I am looking for a very specific eclipse plugin that will tell me if the class in my project does not implement hashCode or / and equals methods.
Does anyone know about such a plugin?
thank
Can you use the Checkstyle plugin and write your own Checkstyle rule? (There's a Checkstyle rule for overriding peers, but not hashCode, but nothing to make sure they are both implemented for all classes, AFAIK.)
Or you can use findbugs
The HE_EQUALS_NO_HASHCODE rule does what you want and there is a plugin for eclipse
Source: https://habr.com/ru/post/1698200/More articles:Which wiki will allow me to dynamically create a page when I click on a link? - coredumpDetermining software quality? - qaEclipse Abstract Tree Syntax Programmatic Access - javaHow to develop a WPAT datagrid control that supports data binding? - data-bindingWhat is the best STL implementation for VS2005? - c ++ΠΡΠ±ΠΎΡ ΠΏΡΠΎΠΊΡΠΈ: mod_proxy_balancer, nginx + proxy balancer, haproxy? - ruby-on-railsif (str1 == str2) compared to if (str1.length () == str2.length () && str1 == str2) - c ++How to check if a file exists in javascript? - jqueryRemoving Content PlaceHolderPageTitleInTitleArea - sharepointWCF self service with transport security (Authentication failed because the remote side has closed the transport stream.) - securityAll Articles