jherkel opened a new pull request #346: add aditional options to the Replace 
Constructor with Builder window
URL: https://github.com/apache/incubator-netbeans/pull/346
 
 
   This change adds two additional edit fields to the Replace Constructor with 
Builder window :
   1) Prefix for setter methods - before this change all setters were 
constructed like "set" + variable name. When user wanted to change name for 
setter, he had to edit setter only manually. And when there were a lot of 
variables it was a little tiring to do it like that. With this change user can 
change prefix and all setters will be changed at once. If prefix will be empty 
then variable name will be used for setter method name.
   2) Build method name - before this change builder method was constructed 
like "create" + class name. With this change user can set his own build method 
name.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to