Re: StackOverflow caused by TreeView#wlpc

2018-12-10 Thread Marc Streckfuß
Fortunately, I could solve the issue in the mean time after breaking it all down to new AbstractNode(Children.LEAF); My Problem was that I was using the wrong Lookup. I'm not knowledged enough to judge whether this is just misuse or a case which could be prevented by NB. The Code I was basing this

Re: StackOverflow caused by TreeView#wlpc

2018-12-09 Thread Emilian Bold
If your code is really simple please provide a short example that reproduces the issue and post it here or preferably on Apache JIRA for the NETBEANS project. --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Sun, Dec 9, 2018 at 5:11 PM Geertjan Wielenga wrote: >

Re: StackOverflow caused by TreeView#wlpc

2018-12-09 Thread Geertjan Wielenga
Provide a way to reproduce or a simple sample on GitHub etc, thanks. Gj On Sunday, December 9, 2018, Marc Streckfuß wrote: > Hey Guys, > > So this issue is on Netbeans 8.2, I cannot test them with NB 9.0 yet as > I have other issues preventing an upgrade. > I am also talking about the Netbeans

StackOverflow caused by TreeView#wlpc

2018-12-09 Thread Marc Streckfuß
Hey Guys, So this issue is on Netbeans 8.2, I cannot test them with NB 9.0 yet as I have other issues preventing an upgrade. I am also talking about the Netbeans Platform Facility here, not Netbeans itself. I tried adding Properties Support by adding a Navigator with the Nodes API, which works so