Re: Losing instanceof variables when class renamed.

2021-07-13 Thread Owen Thomas
Goodo Jan. Thanks for letting me know. :) On Tue, 13 Jul 2021 at 16:32, Jan Lahoda wrote: > Thanks for the report, Owen. I am looking into this. > > Jan > > On Sun, Jul 11, 2021 at 7:30 AM Owen Thomas > wrote: > >> Hello. >> >> Thought this might be of interest. When using NB 12.4 with Java SE

Re: Losing instanceof variables when class renamed.

2021-07-12 Thread Jan Lahoda
Thanks for the report, Owen. I am looking into this. Jan On Sun, Jul 11, 2021 at 7:30 AM Owen Thomas wrote: > Hello. > > Thought this might be of interest. When using NB 12.4 with Java SE 16 SDK, > I'm beginning to use the newly available enhancement to the instanceof > operator. > > When I ren

Losing instanceof variables when class renamed.

2021-07-10 Thread Owen Thomas
Hello. Thought this might be of interest. When using NB 12.4 with Java SE 16 SDK, I'm beginning to use the newly available enhancement to the instanceof operator. When I rename a class in which this operator is used, the renaming process seems to remove the variable name that follows the instance