How do you set the default source level?

2020-10-06 Thread Scott Palmer
When I attach source files to a jar, NetBeans is assuming a source level of 5 and showing red underlines to indicate errors. Is there a way to tell NB to default the source level for source files that are not part of a project to some other level? (E.g. 8 in my case) Scott

Re: Uninstall on MAC OS X

2020-10-06 Thread Scott Palmer
NetBeans is visible in /Applications for me. The actual application is in a NetBeans subfolder. You would need to delete that, and also : ~/Library/Application Support/NetBeans ~/Library/Caches/NetBeans to remove every trace. Cheers, Scott On Tue, Oct 6, 2020 at 10:06 AM Matthias

Re: Output from Find Usages...

2020-10-06 Thread Laszlo Kishalmi
Is it possible to open a JIRA issue, attach the logs, maybe a minimal project to reproduce? On 10/5/20 11:26 PM, Owen Thomas wrote: The output from the Find Usages function in NB 12 of a constructor that includes the quotation of generic parameters seems to leave out the left angle brace as

Uninstall on MAC OS X

2020-10-06 Thread Matthias Barmeier
Hi, I wonder what is the correct way to remove NetBeans on Mac OS X. Netbeans is not visible in the /Applications folder when opening Finder. Ciao Matze

Re: Relative URL

2020-10-06 Thread Som Lima
Sounds Good. On Tue, 6 Oct 2020, 12:21 Pete Whelpton, wrote: > > I see the Payara team have just submitted a Pull Request to resolve the > issue: https://github.com/apache/netbeans/pull/2423 > > So hopefully this will be fixed in an upcoming version of Netbeans. > > P > > > On Tue, Oct 6, 2020

Re: Relative URL

2020-10-06 Thread Pete Whelpton
I see the Payara team have just submitted a Pull Request to resolve the issue: https://github.com/apache/netbeans/pull/2423 So hopefully this will be fixed in an upcoming version of Netbeans. P On Tue, Oct 6, 2020 at 10:33 AM Som Lima wrote: > Fantastic. > > > On Tue, 6 Oct 2020, 10:02 Pete

Re: Relative URL

2020-10-06 Thread Som Lima
Fantastic. On Tue, 6 Oct 2020, 10:02 Pete Whelpton, wrote: > > Hi Som, > > Are you creating a Maven Web project? If so, it could be this issue (a > conflict between the Maven Web project type and the Payara Micro > Application project type): >

Re: Relative URL

2020-10-06 Thread Pete Whelpton
Hi Som, Are you creating a Maven Web project? If so, it could be this issue (a conflict between the Maven Web project type and the Payara Micro Application project type): https://issues.apache.org/jira/browse/NETBEANS-4559 If it is this issue, you can work around it to some degree by: * Open

Output from Find Usages...

2020-10-06 Thread Owen Thomas
The output from the Find Usages function in NB 12 of a constructor that includes the quotation of generic parameters seems to leave out the left angle brace as well as other detail. When I run this in NB 11 from a command prompt, I notice the following appear in my terminal window. The actual