Re: NB14 'call hierarchy' 'search from base class' does not work

2022-09-29 Thread Simon IJskes - QCG
Thanks to everybody for fixing this. Gr. Simon On 04-07-2022 14:27, Simon IJskes - QCG wrote: Now running on: Product Version: Apache NetBeans IDE 14 Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7-Ubuntu-0ubuntu0.20.04.1 Runtime: OpenJDK Runtime Environment 17.0.3+7-Ubuntu-0ubuntu0.20.04.1

Re: NB14 'call hierarchy' 'search from base class' does not work

2022-07-14 Thread Simon IJskes - QCG
On 14-07-2022 17:57, Simon IJskes - QCG wrote: On 14-07-2022 15:34, Jean-Marc Borer wrote: Maybe this can help as well to start searching at the right place: https://netbeans.apache.org/wiki/DevFaqFindLocationInSourcesFromUi.asciidoc Thanks! BTW: I've researched further into class

Re: NB14 'call hierarchy' 'search from base class' does not work

2022-07-14 Thread Simon IJskes - QCG
On 14-07-2022 15:34, Jean-Marc Borer wrote: Maybe this can help as well to start searching at the right place: https://netbeans.apache.org/wiki/DevFaqFindLocationInSourcesFromUi.asciidoc Thanks! BTW: I've researched further into class hierachy behaviour, and i've found another class

Re: NB14 'call hierarchy' 'search from base class' does not work

2022-07-14 Thread Jean-Marc Borer
Maybe this can help as well to start searching at the right place: https://netbeans.apache.org/wiki/DevFaqFindLocationInSourcesFromUi.asciidoc On Tue, Jul 12, 2022 at 7:58 PM Simon IJskes - QCG wrote: > filed a bug report > > https://github.com/apache/netbeans/issues/4366 > > >

Re: NB14 'call hierarchy' 'search from base class' does not work

2022-07-12 Thread Simon IJskes - QCG
filed a bug report https://github.com/apache/netbeans/issues/4366 - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the

Re: NB14 'call hierarchy' 'search from base class' does not work

2022-07-12 Thread Simon IJskes - QCG
What i can see is that nb11 and nb12 worked. nb13 doesn't anymore. When i look in the sources i can see a lot of work has been done in this (call hierarchy) area. for instance: https://github.com/apache/netbeans/commit/072306a8d9d5b1cd7597805ff3260039667f17e9 It looks like a LSP subsystem is

Re: NB14 'call hierarchy' 'search from base class' does not work

2022-07-05 Thread Alexander Kronenwett
I also have this problem on Mac M1 with self-built NB14. Simon IJskes - QCG schrieb am Di., 5. Juli 2022, 17:12: > > > >> > >> It seems 'call hierarchy' 'search from base class' option does not > >> function anymore, when clicking 'call hierarchy' on a method of a > >>

Re: NB14 'call hierarchy' 'search from base class' does not work

2022-07-05 Thread Simon IJskes - QCG
It seems 'call hierarchy' 'search from base class' option does not function anymore, when clicking 'call hierarchy' on a method of a implementation of an interface. I've got a minimal project demonstrating the behaviour. Shall i open a bug? I would be very interested in reports of others,

Re: NB14 'call hierarchy' 'search from base class' does not work

2022-07-05 Thread Michael Bien
here a tip how to find code responsible for certain features: 1) try to find a fairly unique String in the UI which is associated with the feature (menu entry, window title etc), e.g "call hierarchy" 2) do a full text search, look for Bundle.properties open that property. You are in the right

Re: NB14 'call hierarchy' 'search from base class' does not work

2022-07-05 Thread Geertjan Wielenga
Maybe somewhere here, if I knew more, I'd advise, probably Jan Lahoda can help: https://github.com/apache/netbeans/tree/master/java/java.editor Gj On Tue, Jul 5, 2022 at 10:19 AM Simon IJskes - QCG wrote: > Can anyone provide me with some pointers to where i can find the > subsystem

Re: NB14 'call hierarchy' 'search from base class' does not work

2022-07-05 Thread Simon IJskes - QCG
Can anyone provide me with some pointers to where i can find the subsystem responsible for determining, storing and quering the class hierarchy? Module name, package name etc. So i can have a look if it is something obvious, like project size or what? Gr. Simon On 04-07-2022 14:27, Simon

NB14 'call hierarchy' 'search from base class' does not work

2022-07-04 Thread Simon IJskes - QCG
Now running on: Product Version: Apache NetBeans IDE 14 Java: 17.0.3; OpenJDK 64-Bit Server VM 17.0.3+7-Ubuntu-0ubuntu0.20.04.1 Runtime: OpenJDK Runtime Environment 17.0.3+7-Ubuntu-0ubuntu0.20.04.1 System: Linux version 5.4.0-110-generic running on amd64; UTF-8; en_US (nb) It still doesnt