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

Builder should take settings into account when creating builder methods

ChrisDeBruyne opened this issue · comments

When the buildermethods are generated, for example
withLable(String label)

this is generated without "final", while I have set the setting in IntelliJ to use final parameters for generated code.

It's not pretty that the plugin ignores these settings

Kind regards