analytically / innerbuilder

IntelliJ IDEA plugin which generates an inner builder class

Home Page:https://plugins.jetbrains.com/plugin/7354-innerbuilder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate Text that builder has been generated

ehmkah opened this issue · comments

What do you think about to extend the innerbuilder so that it is obvious to see that the builder has been generated? Reason: We are using the builder in some of our classes and if they are changed we do not want the engineers to modify the the builder manually. The should regenerate, similiar how the generate equals, hashCode and toString.

Something like

/**
 * generated with innerbuilder
**/

Source code should not be soiled with tooling plugin notices IMHO.

What a pitty. What it be okay to have it like a configuration option?

Still don't think that's a good idea, and the plugin already has many configuration options. I might however accept a PR where the configuration is pushed back to IntelliJ's settings.