innerbuilder icon indicating copy to clipboard operation
innerbuilder copied to clipboard

IntelliJ IDEA plugin which generates an inner builder class

Results 24 innerbuilder issues
Sort by recently updated
recently updated
newest added

I have a class setup like the following **Class C** _extends_ **Class B** _extends_ **Class A** In the field selection dialog box only field names from Class C and B...

Hi! I think that would be nice to have an option to indicate which are the required fields, so in this way we can check at compile time what are...

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...

Hello, We ran into the limitation of not being able to provide our own naming for the static builder method. Therefor i would like to request if it is possible...