lkishalmi opened a new pull request #3480: URL: https://github.com/apache/netbeans/pull/3480
Well, in this case the isGradleProjectLoaded() and the getGradlePorject() in NbGradleProjectImpl does not really agree, if the project is only initialized with a FALLBACK grade project. That would result infinite nesting at [AbstractProjectLoader:74](https://github.com/apache/netbeans/blob/6146b70dd3d1b2a269f934c5a457b1aa876ceb88/extide/gradle/src/org/netbeans/modules/gradle/loaders/AbstractProjectLoader.java#L74) Strangely it did not cause problems elsewhere so far. This fix may/may not be ported to NB13. @sdedic please evaluate what would happen with this change. (I keep this one on master for the time being). I know the main reason of this change to load the info from disk cache if that would exists. A better solution would have been to get the Disk cache loader give back better than FALLBACK info if a cached data is already available on disk. With all the options, the project load is getting quite convoluted. I'm going to give it a try and factor these out somehow. Will file another PR on that. -- 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. To unsubscribe, e-mail: [email protected] 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
