Currently while automatically generating the equals and hashCode methods, Eclipse does not take the checkstyle rules into consideration and it generates the below code but with checkstyle error:
After that I need to manually fix the name of the variable and arguments as per checkstyle rule.
Is there any way to configure something in Eclipse so that it uses the checkstyle rules while generating automatic methods (name, parameter, local variable names)?
Thanks
Atul