OrPolyzos / design-patterns-plugin

Design Patterns - Plugin for IntelliJ IDEA that provides on the fly implementation of various design patterns
https://plugins.jetbrains.com/plugin/10856-design-patterns-intellij-idea-plugin
MIT License
46 stars 15 forks source link

Mandatory fields - Builder DP #6

Closed OrPolyzos closed 6 years ago

OrPolyzos commented 6 years ago

Describe the solution you'd like There should be a selection window for the fields that the user would like to be mandatory for the Builder DP, so those fields would be added as arguments on the a(SomeClass) static method of the (SomeClass)Builder class and passed into the constructor of the (SomeClass).

OrPolyzos commented 6 years ago

https://github.com/OrPolyzos/Design-Patterns-Intellij-IDEA-Plugin/commit/a3af7b1bf985d5736089e6d41732f707c49120c6