opensource software
Builder Generator
Products:
IntelliJ IDEA,
Android Studio
Vendor:
Michal Jedynak
Email:
m.jedynak [at] gmail.com
Website:
https://github.com/mjedynak/Builder-Generator
Description:
Adds ability to generate builder for a class and switch between them.
Switching between builder and source class is similar to 'Go To Test' action.
Generated builder class does not use reflection, only setter methods or constructor.
If you're using IDEA version older than 11, please download plugin version 1.0.1 from http://plugins.intellij.net/plugin/?idea&id=6585
Usage:
- ALT+SHIFT+B inside a class.
Downloads: 1889
Rating:
Participated in rating: 0
Recent change notes:
version 1.0.6
- Fixed bug that prevented generating builder in multimodule project
version 1.0.5
- Added action to 'Navigate' menu (can be easier found in 'Find Action' box)
version 1.0.4
- Fixed bug that prevented generating builder for class that was added as a project dependency
version 1.0.3
- Added ability to create builder for class with fields initialized in constructor
version 1.0.2
version 1.0.1
- Annotations of fields are now ignored when creating a builder
- Source class in builder is no longer a field, but a local variable in build() method
General usage instructions:
ALT+SHIFT+B inside a class
Comments: No comments so far.