Error refactoring code

2024-04-02 Thread Tellis, Wyatt
Hi, I'm trying to rename a method on a class and keep getting the following error: Module Java Refactoring threw java.lang.IllegalStateException: java.lang.NullPointerException: Cannot invoke "com.sun.tools.javac.code.Type.getThrownTypes()" because "tree.meth.type" is null. I've done this m

Unable to run webapp when relative URL has multiple parameters

2023-08-04 Thread Tellis, Wyatt
I have my webpp configured to use a relative URL with multiple parameters: [cid:image001.png@01D9C718.15DC6C50] However, when I try to run it I get the following error: No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Avai

RE: Show Javadoc not working

2023-06-29 Thread Tellis, Wyatt
Smith Sent: Wednesday, June 28, 2023 3:04 PM To: Tellis, Wyatt Cc: NetBeans Mailing List Subject: Re: Show Javadoc not working On Wed, 28 Jun 2023, 21: 08 Tellis, Wyatt, wrote: Has anyone else encountered this issue before and know if there’s a fix? See https: //github. com/apache/netbeans

Show Javadoc not working

2023-06-28 Thread Tellis, Wyatt
Hi, After upgrading to NB 18, the Show Javadoc command gives the following error: [cid:image001.png@01D9A9C0.AAFEA390] Looking through message.log I see the following message around when I ran the command: java.lang.IllegalStateException: Unable to create the directory [C:\Program Files\NetB

RE: Formatting issue

2022-10-06 Thread Tellis, Wyatt
-Original Message- From: Neil C Smith Sent: Thursday, October 6, 2022 8:03 AM To: Tellis, Wyatt Cc: users@netbeans.apache.org Subject: Re: Formatting issue On Thu, 6 Oct 2022 at 15:49, Tellis, Wyatt wrote: > This never happened with NB 12 and prior versions. I’ve tried toggling > Multiline

Formatting issue

2022-10-06 Thread Tellis, Wyatt
I've noticed that with NB 15 the formatting of try with resources lines is broken. NB insists on putting everything on one line. For example if I have: try (Resource r1 = getResource(); Resource r2 = getResource()) { } NB will put everything on one line when formatting the code: try (Re

Issue with netbeans.deploy.clientUrlPart and query strings

2021-07-19 Thread Tellis, Wyatt
Hi, I'm trying to create a custom Maven action that launches my webapp using a URL with a query string. I've configured the action with the following properties: netbeans.deploy=true netbeans.deploy.clientUrlPart=query?param1=value1¶m2=value2 maven.test.skip=true netbeans.deploy.debugmode=true