lkishalmi opened a new pull request #2927: URL: https://github.com/apache/netbeans/pull/2927
Well I get a nasty NPE when try to create a folder out of a project. This might be triggered by another bug in the system as it is unlikely to have a sourcegroup without a project though in the context of the ```SimpleTargetChooserPanelGUI``` class having the project field as ```null``` is indeed allowed. This is a trivial fix to prevent an NPE when that happen. Unfortunately I do not know how to reliably reproduce this event. On one of my IDE instances it happens all the time, the other instance it does not. -- 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] --------------------------------------------------------------------- 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
