errael commented on issue #1991: [NETBEANS-3918] defer creation of target folder until/if needed URL: https://github.com/apache/netbeans/pull/1991#issuecomment-593165641 New commit should be close. In the comment for setTargetFolder(Supplier) I had following, but seemed to much, took it out ``` * If <CODE>TemplateWizard.getTargetFolder()</CODE> is called and * the target folder is not set then invoke folderCreator * to create the directory and <CODE>DataFolder</CODE>. ``` Do you know someplace in the regular NetBeans code where I can use this and see it working in a non-test situation? Did not error check that both version of setTargetFolder are used, or other weird cases. Seemed like overkill. A little unclear about apichanges "compatibility". Since no differences if don't use new method, assume binary and source compatible. Not sure what modification means.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
