UjoCodeGenerator - plugin detail
The Getters and Setters generator for the Ujorm framework.
Plugin owner: |
ponec |
Website: |
http://ujorm.org |
Added: |
2012-12-13 |
License: |
Apache License |
Category: |
Code Generation |
Downloaded: |
3,353 times |
Rating: |
|
Plugin Log |
Show log
2014-11-27 12:47:57 | ponec | Binary successfully saved 1417110477_UjoCodeGenerator-1.1.2.nbm, binary_id: 3311, version: 7.3 | 2014-11-27 12:47:57 | ponec | Binary uploaded successfully - /space/pluginportal-v2/public/data/nbms/UjoCodeGenerator-1.1.2.nbm | 2014-11-27 12:47:57 | ponec | Uploading new binary for version 7.3 | 2014-09-28 14:12:28 | ponec | Plugin edited, id:45730, pubid:45730 | 2014-09-28 14:12:28 | ponec | Plugin edit initiated | 2014-09-28 14:10:07 | ponec | Binary successfully saved 1411927807_UjoCodeGenerator-1.1.0.nbm, binary_id: 3215, version: 7.1 | 2014-09-28 14:10:07 | ponec | Binary uploaded successfully - /space/pluginportal-v2/public/data/nbms/UjoCodeGenerator-1.1.0.nbm | 2014-09-28 14:10:07 | ponec | Uploading new binary for version 7.1 | 2012-12-17 14:59:08 | jkovalsky | Plugin published | 2012-12-13 13:53:57 | ponec | Plugin saved with .nbm/zip file; id: 45730 |
|
|
Versions available
|
Download size: 0.01 MB
|
Last Update: 2014-11-27
|
What's new in this version
- the plugin generates the method with name type 'isBooleanValue()' to return the primitive boolean type of 'boolean' for selected attributes/keys type of Booleay (optional feature)
- missing javadoc on the Key is replaced by the argument of the annotation @Comment("My description") for generated getters/setters.
- some code cleaning
Verifications for NetBeans versions
Plugin is not subject to any verification
|
Download size: 0.01 MB
|
Last Update: 2012-12-13
|
What's new in this version
See the blog:
http://ujorm.blogspot.cz/2012/12/getter-generator-for-netbeans.html
Verifications for NetBeans versions
Plugin is not subject to any verification
|
Download size: 0.01 MB
|
Last Update: 2014-09-28
|
What's new in this version
* The Key reference (inside setters/getters) is generated using a domain class optionally
* JavaDoc getter/setter generator is fixed for line comment cases
Verifications for NetBeans versions
Plugin is not subject to any verification
Introduction
The Getters and Setters generator tool for the Keys of the Ujorm framework.
Each the Key must be PUBLIC, STATIC, FINAL field according the next example:
public static final Key<Domain,Value> ID = newKey();
See the home page for more information:
http://ujorm.org/
|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.
|