Hello.
Using NetBeans 20, I observe that I cannot find references to calls to a
constructor that appear as a call to super in a derived class. I believe I
used to be able to do this in earlier versions, but I can't in this version.
Has this troublesome behaviour been fixed in later versions?
TFY
On Wed, 1 Jan 2025 at 14:35, Jerome Lelasseux
wrote:
> Found the problem: when using JDK >=23 you need to add full in
> the maven compiler configuration for nbm to work.
>
> https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/201
Ah, yes, that one! ...
> Error seems wrong to m
Found the problem: when using JDK >=23 you need to add full in
the maven compiler configuration for nbm to work.
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/201
Jerome
Le mercredi 1 janvier 2025 à 11:37:40 UTC+1, Patrik Karlström
a écrit :
You should use
Indeed you did, I was too trigger happy.
Den ons 1 jan. 2025 kl 11:49 skrev Jerome Lelasseux :
> As explained in my email I tried this too, same problem.
>
>
>
> Le mercredi 1 janvier 2025 à 11:37:40 UTC+1, Patrik Karlström <
> pat...@trixon.se> a écrit :
>
>
> You should use the latest version,1
As explained in my email I tried this too, same problem.
Le mercredi 1 janvier 2025 à 11:37:40 UTC+1, Patrik Karlström
a écrit :
You should use the latest version,14.2, of nbm-maven-plugin.
/Patrik
Den ons 1 jan. 2025 kl 09:57 skrev Jerome Lelasseux
:
Hi and happy new year to the
You should use the latest version,14.2, of nbm-maven-plugin.
/Patrik
Den ons 1 jan. 2025 kl 09:57 skrev Jerome Lelasseux
:
> Hi and happy new year to the NB devs :-)
>
> My maven NB platform app uses JDK17 and nbm-maven-plugin 4.8. Works fine.
>
> I'd like to use JDK23 with RELEASE240 cluster on
Hi and happy new year to the NB devs :-)
My maven NB platform app uses JDK17 and nbm-maven-plugin 4.8. Works fine.
I'd like to use JDK23 with RELEASE240 cluster on my app, but I encounter weird
problems.
I run NB24 with Adoptium JDK23 on win11. Using compiler release=23 in parent
pom.
[ERROR