I would like to customize the way eclipse generates methods hashCodeand equals. Is there any way to do this?
hashCode
equals
Besides the parameters that you can see in the dialog box during generation, there is no easy way to configure the created methods. However, you could create your own plugins that somehow replace the default implementation.
Do you want to configure the generator itself? I do not think that's possible. There are many plugins that do the same thing that can be customizable.
Source: https://habr.com/ru/post/1793805/More articles:Нужно ли мне называть "super.XXX" всякий раз, когда я переопределяю метод? - javaJQuery accordion extension - jqueryCustom query ActiveRecord vs find_by_sql Download - ruby-on-railsSystem.InvalidOperationException Error After Installing .net framework 3.5 sp1 - .net-3.5Is there a cross-platform lib for working with the shell (cmd in windows) via C ++? - c ++Помещение кнопки удаления изображения Gridview - c#What does Filestream.Read return mean? How to read data in pieces and process them? - c #Alternative template for strategy - designIs it possible to play 2 video files in one view at the same time? - iphoneIs it possible to have vertical text orientation in HTML? - javascriptAll Articles