Re: What's going on with refactoring?

2019-11-09 Thread Geertjan Wielenga
No, it hasn’t been only right now for the current release. Can you report your refactoring issues or point to the specific issues you’re encountering? Yes, there have been several performance enhancements, can you spend some time on the 11.2 features page on netbeans.apache.org? And, yes, versio

Re: What's going on with refactoring?

2019-11-09 Thread Ty Young
On 11/9/19 2:29 AM, Geertjan Wielenga wrote: We're working hard on implementing the special sauce that nb-javac adds into NetBeans itself so that ultimately nb-javac won't be needed at all anymore, e.g.: https://github.com/apache/netbeans/pull/1319 In the meantime, if you can avoid using nb-

Re: What's going on with refactoring?

2019-11-09 Thread Geertjan Wielenga
On Sat, Nov 9, 2019 at 9:19 AM Ty Young wrote: > > > > Anyway, I can rename methods now but i'm a bit too scared to rename any > packages or move classes around. That implies you need to get your code into a versioning system, e.g., on GitHub. Gj > Does that work for you after removing it?

Re: What's going on with refactoring?

2019-11-09 Thread Geertjan Wielenga
We're working hard on implementing the special sauce that nb-javac adds into NetBeans itself so that ultimately nb-javac won't be needed at all anymore, e.g.: https://github.com/apache/netbeans/pull/1319 In the meantime, if you can avoid using nb-javac, even though when it works correctly (someth

Re: What's going on with refactoring?

2019-11-09 Thread Ty Young
On 11/9/19 2:09 AM, Thomas Kellerer wrote: Ty Young schrieb am 09.11.2019 um 08:58: On 11/9/19 1:53 AM, Geertjan Wielenga wrote: What happens when you uninstall nb-javac? Gj I deactivated it and still have the same issue. Disabling is not enough as I found out, you need to completely re

Re: What's going on with refactoring?

2019-11-09 Thread Thomas Kellerer
Ty Young schrieb am 09.11.2019 um 08:58: On 11/9/19 1:53 AM, Geertjan Wielenga wrote: What happens when you uninstall nb-javac? Gj I deactivated it and still have the same issue. Disabling is not enough as I found out, you need to completely remove it. --