Categories


Authors:
m.jedynak
opensource software

Builder Generator

Products: IntelliJ IDEA

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: 1799
Rating:
Participated in rating: 0
Version Since Build Until Build File/URL Size (Kb) Date Details
1.0.6. 111.69. . Download 55.81 2012-05-27 21:30:23 details
1.0.1. 107.777. . Download 52.1 2011-12-11 13:23:47 details
1.0. 80.8000. . Download 51.74 2011-12-05 23:48:21 details
. .
4 updates are hidden show all updates

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
  • Updated for IDEA 11.0
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.