Problems/Exceptions with NB 16 RC-2

2022-11-02 Thread Scott Palmer
After waiting way too long for a ctrl-click to "Go to Declaration" to finish, I noticed the following exception, which doesn't make sense. (can't find java.lang package?) "Go to Declaration" took nearly 30s, got the "long operation..." popup. The IDE has been open with this project for days,

NetBeans cache directory X seems to be abandoned - Removal silently fails on Windows 11

2022-11-09 Thread Scott Palmer
I just finished going through about a dozen abandoned cache directories that the Janitor Scan identified and told NB to remove them all. (Tediously, one at a time. It would be better if when I clicked on the message for one of them, they could all be listed in a single "Janitor Scan" dialog so I

Re: Compatibility with JDK 8: Shift work to people wanting it (was: Re: Lets talk about JDK 8 (new year edition))

2023-03-16 Thread Scott Palmer
Some minimum JDK level needs to be specified. While this is basically arbitrary based on the needs of the platform and work required to support it, I think it makes sense that the minimum should be some LTS version. To get the widest audience would suggest that version should be the oldest LTS

Re: log4j

2023-03-24 Thread Scott Palmer
I just took a look at the code and there is only one commented out line that mentions log4j in the html validator code. "git grep log4j" shows the string appearing in plenty of other places, but it doesn't look like log4jh actually gets used anywhere! Scott On Thu, Mar 23, 2023 at 9:59 PM Eirik

Codeium Plugin?

2023-03-13 Thread Scott Palmer
I recently tried out the Codeium plugin in VSCode and was very impressed. See https://codeium.com/ - it's an AI assistant similar to those offered by GitHub Copilot and TabNine. But I miss it in my favourite IDE. I'm not familiar enough with NetBeans internals to try to integrate it myself, but I

NB 17rc3 (and I think 16) code editor misbehaves sometimes after deleting lines

2023-02-20 Thread Scott Palmer
Has anyone else noticed that after deleting a bunch of lines the cursor will refuse to move beyond a certain area using just the cursor keys? E.g. I delete a chunk of lines and then hold cursor-down (or up), but the cursor moves a few lines and then resets back to the beginning of the area where I

Re: [External] : No communication from plugin portal verifiers (do we need to drop plugin portal?)

2023-02-20 Thread Scott Palmer
On Mon, Feb 20, 2023 at 3:28 PM Eric Bresie wrote: > Isn’t the whole reason for signed plugins to ensure they are provided by a > trusted source and not tampered with by bad actors? If no signing, does > that add a risk of possible tainted plugins with malicious intent? > > Eric > That should

How to screw up the NetBeans 17 macOS installer post-install script

2023-02-27 Thread Scott Palmer
This is just a heads-up to any keeners like me that hack their own app bundle for the betas... I had NB 17-rc3 already installed.. I basically had copied the NB 16 application bundle, changed the info.plist so that it claimed to be 17, and copied the NB 17-rc3 binary zip contents into the

Re: Jackpot

2023-02-27 Thread Scott Palmer
elp output is incomplete. On Thu, Feb 23, 2023 at 10:42 AM Scott Palmer wrote: > Getting back to this... > My netbeans-13/java/modules/ext folder contained: > nb-javac-jdk-19-api.jar > nb-javac-jdk-19.jar > > So JDK 19 versions, not 17. I must have used a later version and n

Re: Jackpot

2023-02-23 Thread Scott Palmer
(for JDK 8), or > excludes standard javac (for JDK 11+) is here: > > https://github.com/apache/netbeans-jackpot30/blob/13e22c19c583f2ca687f951c64aab9f3f271c0fc/cmdline/tool/build.xml#L115 > > So, probably some of that didn't work well. I tried on my Linux, and it > built, I, unfortunately, don't

Re: [Lazy Consensus] Minimum JDK build and run policy (dropping JDK 8)

2023-04-10 Thread Scott Palmer
As far as basing decisions on actual data goes, I agree completely. Do we have any data on how many users would be affected by dropping JDK 8 support in future NetBeans versions? I’m talking real numbers here, not a few people stating, “I would like it to run on Java 8”. That is: - How many

Re: AW: [Lazy Consensus] Minimum JDK build and run policy (dropping JDK 8)

2023-04-10 Thread Scott Palmer
Just to be clear, there is no "hate" on my part. I know the "tone" is hard to communicate via email. I just disagree that Java 8 support should continue in the main codebase. When I suggest that a Java 8 compatible fork is how to proceed, I wish you all the best of success with it. If you have

Re: AW: [Lazy Consensus] Minimum JDK build and run policy (dropping JDK 8)

2023-04-10 Thread Scott Palmer
On Mon, Apr 10, 2023 at 1:41 PM Svata Dedic wrote: > On 10. 04. 23 19:35, Scott Palmer wrote: > > Note that the one example we have been given so far of "Microchip IDE", > if > > it is what I think it is "MPLAB X IDE" ( > > https://www.microchip.c

Re: [Lazy Consensus] Minimum JDK build and run policy (dropping JDK 8)

2023-04-05 Thread Scott Palmer
+1 Java 8 LTS technically ended a year ago (with “extended” support available until 2030). Android shouldn’t be the boat anchor holding NB back. (Android isn’t even a supported platform for Java 8. https://www.oracle.com/java/technologies/javase/products-doc-jdk8-jre8-certconfig.html) There is

Re: Lets talk about JDK 8 (new year edition)

2023-04-02 Thread Scott Palmer
On Sun, Apr 2, 2023 at 9:38 AM Jaroslav Tulach wrote: > > >> https://github.com/apache/netbeans/issues/4904 > > >> > > >> see also 'priority:high' label for more, > > > > > > The issue says "Many tests fail on JDK 11" - how does that compare to > JDK > > > 8? > > well. You mostly see this while

Re: Gradle Distribution Settings

2023-02-12 Thread Scott Palmer
t; their home directory (wrong PC setup, educational setups, etc.), so they > could pack their stuff somewhere else. > > I'm going to think about your ideas as well! Once again, Thank you for > speaking up! > >> On 2/11/23 15:32, Scott Palmer wrote: >> Gradle wrap

Issues with Gradle 8.0-rc-5 on NB 17rc3

2023-02-11 Thread Scott Palmer
Trying to run multiple gradle projects from the IDE and second one failed. A org.gradle.tooling.GradleConnectionException has occurred. If you are running the latest version of NetBeans you can report this ,

NB 17rc3 Java Module caused exception in Lexer?

2023-02-11 Thread Scott Palmer
Saw this in the messages.log for NB 17rc3 INFO [org.netbeans.ui.indexing]: Indexing finished, indexing took 0 ms. SEVERE [org.openide.util.Exceptions] java.util.ConcurrentModificationException: Caller uses obsolete token sequence which is no longer valid. Underlying token hierarchy has been

Re: Gradle Distribution Settings

2023-02-11 Thread Scott Palmer
I don't use the wrapper until a project is final or I have to share it. I am almost always on the bleeding edge as far as Gradle versions. I keep all of my projects on the most recent Gradle version when I work on them, often on the latest release candidate (unless I encounter problems - which I

Re: Gradle Distribution Settings

2023-02-11 Thread Scott Palmer
project, instead it should show a button to "Initialize Gradle Wrapper with Gradle version: [combobox]" The combobox includes all standard versions and is pre-selected with the word "Default" and the version number of "custom" in parenthesis. e.g. "Default (7.6)"

Re: Issues with Gradle 8.0-rc-5 on NB 17rc3

2023-02-13 Thread Scott Palmer
> On Feb 13, 2023, at 9:16 AM, Neil C Smith wrote: > > On Sat, 11 Feb 2023 at 22:44, Scott Palmer wrote: >> >> Trying to run multiple gradle projects from the IDE and second one failed. >> >> A org.gradle.tooling.GradleConnectionException has occurred. >

Re: NB 17rc3 Java Module caused exception in Lexer?

2023-02-13 Thread Scott Palmer
> On Feb 13, 2023, at 9:17 AM, Neil C Smith wrote: > > On Sat, 11 Feb 2023 at 22:41, Scott Palmer wrote: >> Saw this in the messages.log for NB 17rc3 > > Please can you report as a bug, with context. I’m trying to figure out the context. I noticed it while I was lookin

Re: NB 17rc3 Java Module caused exception in Lexer?

2023-02-13 Thread Scott Palmer
2023, 07:16 Neil C Smith wrote: > > > On Mon, 13 Feb 2023 at 15:11, Scott Palmer wrote: > > > > > > > On Feb 13, 2023, at 9:17 AM, Neil C Smith > > wrote: > > > > > > > > On Sat, 11 Feb 2023 at 22:41, Scott Palmer > > wrote: >

Re: Issues with Gradle 8.0-rc-5 on NB 17rc3

2023-02-13 Thread Scott Palmer
3, 2023 at 7:06 AM Scott Palmer wrote: > > > > > > On Feb 13, 2023, at 9:16 AM, Neil C Smith > wrote: > > > > > > On Sat, 11 Feb 2023 at 22:44, Scott Palmer > wrote: > > >> > > >>

NB 17-rc2 Javadoc Popups Render Incorrectly

2023-01-31 Thread Scott Palmer
I just noticed that the popup JavaDocs render incorrectly. For example, ClassLoader.getSystemClassLoader() has is a sentence in the Javadoc referring to a system property, it shows as: If the system property "" is defined when... Notice the empty string. If you click the button to view in a

Re: NB 17-rc2 Javadoc Popups Render Incorrectly

2023-02-01 Thread Scott Palmer
Filed JavaDoc popup renders incorrectly · Issue #5403 · apache/netbeans (github.com) I'm not sure if I'll have time to get to a PR on this one before someone else, but if nobody gets to it for a while I may take a crack at it. Cheers, Scott On

Re: Compatibility with JDK 8: Shift work to people wanting it (was: Re: Lets talk about JDK 8 (new year edition))

2023-02-12 Thread Scott Palmer
While I appreciate Jaroslav's point about libraries being compatible with a wide variety of Java versions, we do have to balance that with keeping up with recent developments and the extra effort it entails to avoid using modern features that are otherwise available. I personally don't see an

Re: [HELP WANTED] Testing new macOS installer

2023-08-12 Thread Scott Palmer
Smith wrote: > Hi, > > On Thu, 10 Aug 2023 at 16:33, Scott Palmer wrote: > > > > Worked for me on iMac Retina 5k, 27-inch, 2017 > > 4.2 GHz Quad-Core Intel Core i7 > > Ventura 13.4.1 (22F82) > > > > Noticed that it doesn't install in a NetBeans subfol

Re: Please Test your Gradle Workflows with NetBeans 19-rc-3

2023-08-04 Thread Scott Palmer
release. RC-3 was announced on Wednesday, August 2nd. You and Laszlo can make the call. Cheers, Scott On Fri, Aug 4, 2023 at 2:19 PM Neil C Smith wrote: > On Fri, 4 Aug 2023, 18:53 Scott Palmer, wrote: > > > Seems to be working well. I see Gradle 8.3-rc-3 is available, but did

Re: Please Test your Gradle Workflows with NetBeans 19-rc-3

2023-08-04 Thread Scott Palmer
Seems to be working well. I see Gradle 8.3-rc-3 is available, but didn't make it into NetBeans19-RC4. I haven't noticed any regressions, so I would try to squeeze in whatever the latest artifact is for Gradle 8.3 when the final NB 19 build is made. Scott On Fri, Jul 28, 2023 at 11:02 AM

Re: Please Test your Gradle Workflows with NetBeans 19-rc-3

2023-08-06 Thread Scott Palmer
on what changed since the previous > RC. > > There were only a couple days between the last RC for 8.2 and the final > > release. RC-3 was announced on Wednesday, August 2nd. > > > > You and Laszlo can make the call. > > > > Cheers, > > > > Sc

Re: an unusual error

2023-12-05 Thread Scott Palmer
I run NB on Amazon’s JDk-17 on my work laptop all the time. I haven’t seen that one. I would guess that library requires another that is missing for some reason. Try using ldd on that file. Scott > On Dec 5, 2023, at 5:35 PM, Michael Bien wrote: > > have you installed the full JDK or is

Re: NB 21-RC2 doesn't have Gradle-8.5

2024-02-03 Thread Scott Palmer
Gradle 8.6 is released. Can that make it in? If not, let's at least test with it to ensure nothing breaks. Cheers, Scott On Thu, Feb 1, 2024 at 6:08 PM Michael Bien wrote: > https://github.com/apache/netbeans/pull/7022 > > -mbien > > > On 25.01.24 21:20, Ernie Rael wrote: > > With

Re: [HELP WANTED] Testing new macOS installer

2023-11-14 Thread Scott Palmer
Working fine on macOS 13.6.1. (Intel iMac 2017, w. JDK 21 Zulu) Scott

NB 22-rc3 Cursor key movement broken after deleting a block of text in a Java file

2024-05-11 Thread Scott Palmer
Has anyone else noticed it? It was happening in NB 21 as well, maybe before that, but I don't know exactly how to reproduce it because it doesn't happen every time. Basically select a block of lines and hit delete, then cursor up and down just bounce back to the line you were on. Cursor

Re: NB 22-rc3 Cursor key movement broken after deleting a block of text in a Java file

2024-05-14 Thread Scott Palmer
> On May 14, 2024, at 4:57 AM, Simon IJskes - QCG wrote: > > On 5/12/24 00:12, Scott Palmer wrote: >> Has anyone else noticed it? It was happening in NB 21 as well, >> maybe before that, but I don't know exactly how to reproduce it because >> it doesn't happen ev

Re: Run Single on a Gradle 'java-library' Project

2024-06-05 Thread Scott Palmer
ott On Wed, Aug 23, 2023 at 10:19 PM Scott Palmer wrote: > This was with NB 19-rc5 and the Gradle 8.3 release. > > Project has the 'java-library' Gradle plugin applied. > > I wanted to quickly try something in a Java library I was making, so I > wrote a main method and tried to run

<    1   2   3