Re: Refactoring

2023-08-21 Thread Chris Olsen
21, 2023 5:47:41 PM Subject: Re: Refactoring Refactoring usually involves making multiple changes in multiple files. For example, in a Java project, say you decide to rename the MoneyAmount class to just Money. If that class is referenced by a dozen other classes and interfaces, then the change wi

Re: Refactoring

2023-08-21 Thread Alonso Del Arte
Refactoring usually involves making multiple changes in multiple files. For example, in a Java project, say you decide to rename the MoneyAmount class to just Money. If that class is referenced by a dozen other classes and interfaces, then the change will impact at least a dozen lines in other clas

Re: Refactoring

2023-08-21 Thread Owen Thomas
Hi Tom. Refactoring is simply moving stuff around in your source code without making any (major) change to the functionality of your program. You may want to do this when for instance you are preparing to implement a functional enhancement that makes use of a particular design pattern, and your s

RE: Refactoring Exceptions

2021-12-10 Thread Marvin P. Warble Jr.
Subject: Re: Refactoring Exceptions Also in 12.5? Gj On Thu, Oct 7, 2021 at 6:49 PM Marvin P. Warble Jr. mailto:mwar...@corvusengineering.com.invalid> > wrote: I’ve posted about this before, but have been unable to provide any more information or get the issue resolved.

Re: Refactoring Exceptions

2021-10-07 Thread Geertjan Wielenga
Also in 12.5? Gj On Thu, Oct 7, 2021 at 6:49 PM Marvin P. Warble Jr. wrote: > I’ve posted about this before, but have been unable to provide any more > information or get the issue resolved. > > > > I’ve lost the ability to refactor classes that have more than about dozen > dependents. The p

Re: Refactoring Errors

2021-07-02 Thread Ty Young
If I knew I would tell you but sadly I don't. Right now Netbeans doesn't work with JDK 18 so I can't test anything with my active projects. I can try creating dummy projects to poke and prod, but this seems to be an issue with projects that are actually reasonably complex. In my case, the cla

Re: Refactoring Errors

2021-07-02 Thread Geertjan Wielenga
What are some steps to reproduce so that this can be fixed? Gj On Fri, 2 Jul 2021 at 18:36, Ty Young wrote: > I reported refactoring issues here more than a year(2?) ago. While someone > did respond and provided a fix, it seems like the "fix" was just to > suppress the issue(exceptions) and not

Re: Refactoring Errors

2021-07-02 Thread Ty Young
I reported refactoring issues here more than a year(2?) ago. While someone did respond and provided a fix, it seems like the "fix" was just to suppress the issue(exceptions) and not fix the issue itself. Refactoring on Netbeans is completely and utterly broken and has been for a **VERY** long t

Re: Refactoring Errors

2021-07-02 Thread Martin Meeser
Is refactoring affected by whether you use nb-javac or not? On 02.07.21 16:56, Geertjan Wielenga wrote: Just tried moving a Java class, no problems at all, using 12.4 on JDK 16.0.1 on Mac OSX. GJ On Fri, Jul 2, 2021 at 4:51 PM Marvin P. Warble Jr. wrote: In all versions of Netbeans >

Re: Refactoring Errors

2021-07-02 Thread Geertjan Wielenga
Just tried moving a Java class, no problems at all, using 12.4 on JDK 16.0.1 on Mac OSX. GJ On Fri, Jul 2, 2021 at 4:51 PM Marvin P. Warble Jr. wrote: > In all versions of Netbeans > 12.0, I regularly experience several > different problems when trying to refactor code. Anyone else running int

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread joe schmo
Cc: Mark J Koch; Neil C Smith; NetBeans Mailing List Subject: Re: Refactoring Error when moving/renaming class. Which of them has the highest priority to you? Are any blockers for the release? Gj On Fri, 5 Jul 2019 at 21:35, joe schmo mailto:geekyguy...@hotmail.com>> wrote: I have reteste

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Geertjan Wielenga
ley Campbell > -- > *From:* joe schmo > *Sent:* July 5, 2019 7:04 AM > *To:* Geertjan Wielenga > *Cc:* Neil C Smith; Mark J Koch; NetBeans Mailing List > *Subject:* Re: Refactoring Error when moving/renaming class. > > Ok, would be happy to do that. > > BC >

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread joe schmo
: Refactoring Error when moving/renaming class. Ok, would be happy to do that. BC From: Geertjan Wielenga Sent: July 5, 2019 6:41 AM To: joe schmo Cc: Neil C Smith; Mark J Koch; NetBeans Mailing List Subject: Re: Refactoring Error when moving/renaming class. It would

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread joe schmo
Ok, would be happy to do that. BC From: Geertjan Wielenga Sent: July 5, 2019 6:41 AM To: joe schmo Cc: Neil C Smith; Mark J Koch; NetBeans Mailing List Subject: Re: Refactoring Error when moving/renaming class. It would be good if you'd verify if all

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Geertjan Wielenga
ound refactoring > > 1503,1523,1532,1533,1535,1541,1542 > > Bailey Campbell > -- > *From:* Neil C Smith > *Sent:* July 5, 2019 6:18 AM > *To:* Mark J Koch; NetBeans Mailing List > *Subject:* Re: Refactoring Error when moving/renaming class. > > Hi, &g

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread joe schmo
Just an FYI, before you open another issue..I've opened several issues around refactoring 1503,1523,1532,1533,1535,1541,1542 Bailey Campbell From: Neil C Smith Sent: July 5, 2019 6:18 AM To: Mark J Koch; NetBeans Mailing List Subject: Re: Refactoring

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Neil C Smith
Hi, On Fri, 5 Jul 2019 at 07:18, Mark J Koch wrote: > On NB 10 and also 11.1. I get this popup error when attempting to rename a > Java class or move it to a new package. It tells me to look in var/logs for > any error message but I’m not seeing any Java or NB related logs. OSX > Mohave do

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Neil C Smith
On Fri, 5 Jul 2019 at 08:01, Helmut Leininger wrote: > > see https://issues.apache.org/jira/browse/NETBEANS-2786?filter=-2 > The log in this thread is on beta3. The log on that issue seems to be beta2? Please recheck with beta3 as a fix for this issue was merged. Thanks, Neil ---

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Helmut Leininger
see https://issues.apache.org/jira/browse/NETBEANS-2786?filter=-2 Am 05.07.2019 um 08:33 schrieb Mark J Koch: > I found this log under Notifications tab in the IDE and it seems to have the > stack trace near the end. > > > > >> On Jul 4, 2019, at 11:18 PM, Mark J Koch wrote: >> >> On NB 10 and

Re: Refactoring Error when moving/renaming class.

2019-07-04 Thread Mark J Koch
I found this log under Notifications tab in the IDE and it seems to have the stack trace near the end. --- >Log Session: Thursday, July 4, 2019 at 1:12:34 PM Pacific Daylight Time >System Info: Product Version