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 does not support super class fields

kristofdepypere opened this issue · comments

If you generate a Builder that extends a class, it is not possible to select the fields of the super class. Also suppose the super class does not have a default constructor and has final fields, the Builder will generate a private constructor that is not valid for the class.

I think adding support for super classes will make this plugin a lot better.

Fixed, new release will get pushed this week.