"Out of interest, do you have two projects with same display name?"
Yes. There is at least one Gradle projects where there is a subproject with the same name as the parent project. E.g. :Project1:Project1 but I don't think there are any completely unrelated projects with the same display name. There is at least one project where the subproject names are not showing properly. This may have to do with the subprojects having settings.gradle files so they can also be root projects depending on the current directory when I run gradle from the command line. In that case many subprojects just show a ':' for the name when I expand the "Sub Projects" folder of the parent project. Scott On Fri, Nov 5, 2021 at 4:50 AM Neil C Smith <[email protected]> wrote: > On Fri, 5 Nov 2021 at 03:29, Scott Palmer <[email protected]> wrote: > > > > I've hit this exception a couple times now... I'm just trying to open > > Gradle projects. Note that the Open Project... dialog takes a very long > > time to appear, unacceptably long - tens of seconds. > > > > java.lang.NullPointerException: Cannot invoke "String.equals(Object)" > > because "value" is null > > I've not seen this with 12.6 yet, but did have this exact issue with > earlier releases - 12.4 and.or 12.5 I think. Not sure if changing > Gradle settings, such as default version, helps here? > > Out of interest, do you have two projects with same display name? > IIRC that might have triggered this. > > Neil > > --------------------------------------------------------------------- > 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 > > > >
