Is it possible to change the code generation template for equals()
and hashCode()
?
I would like the generated code to use the Java 7
UPDATE: have a look at the answer from @datentyp. Leaving mine for those stuck on the old versions
There are plugins to allow this. Please have a look at this ones:
http://plugins.jetbrains.com/plugin/6875?pr=idea
http://plugins.jetbrains.com/plugin/7244?pr=idea
They are opensource so you can amend them if you need to.