You are viewing a plain text version of this content. The canonical link for it is here.
Posted to netcat@netbeans.apache.org by Laszlo Kishalmi <la...@gmail.com> on 2020/11/19 19:44:59 UTC

Apache NetBeans 12.2-rc3 is Available for Express Testing!

Dear Apache NetBeans community,

The third, and hopefully FINAL release candidate of Apache NetBeans 12.2 
is available.

This one blocker, one trivial and one documentation fix is in this 
release as of:

[NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur -- 
https://github.com/apache/netbeans/pull/2547
[NETBEANS-5043] Go to Declaration does not work in VSCode extension -- 
https://github.com/apache/netbeans/pull/2548
PR-2546 End user oriented README.md and dedicated BUILD.md -- 
https://github.com/apache/netbeans/pull/2546


Technically these codechanges only affects the MacOS launcher and the 
upcoming VS Code Extension.

I'm waiting for two positive tests from different individuals that the 
MacOS launcher works with BugSur and also two test that we did not break 
the MacOS launcher on older Mac versions.

Please reply to this mail! Once I get those, I'm going to push another 
set of artifacts for voting.

See the Artifacts on Jenkins: 
https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/

-- 

Laszlo Kishalmi
Release Manager of Apache NetBeans 12.2


---------------------------------------------------------------------
To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
For additional commands, e-mail: netcat-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Laszlo Kishalmi <la...@gmail.com>.
Can't reproduce here as well.

On 11/20/20 11:19 AM, Jose Ch wrote:
> -1
>
> I just opened a project with a jsp file and NetBeans immediately launched
> an exception, this happened when I opened the jsp file. You can reproduce
> this issue by opening any jsp file. The exception keeps appearing after you
> close it.
> I get this exception with and without nb-javac installed.
> This does not happen with NetBeans 12.1
>
> *Product Version:* Apache NetBeans IDE 12.2-rc3
>
> *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
>
> *Runtime:* OpenJDK Runtime Environment 11.0.9+11
>
> *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8; en_US (nb)
>
> java.lang.NullPointerException
>      at
> org.netbeans.modules.java.editor.base.semantic.TokenList.index(TokenList.java:364)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:740)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:280)
>      at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1460)
>      at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>      at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>      at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
>      at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
>      at
> jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:248)
>      at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1032)
>      at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>      at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>      at
> jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:90)
>      at
> jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanner.java:206)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
>      at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:898)
>      at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>      at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>      at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
>      at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
>      at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:808)
>      at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>      at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>      at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
>      at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:561)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:280)
>      at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:591)
>      at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>      at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase.process(SemanticHighlighterBase.java:156)
>      at
> org.netbeans.modules.java.editor.semantic.SemanticHighlighter.process(SemanticHighlighter.java:56)
>      at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase.run(SemanticHighlighterBase.java:112)
>      at
> org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
> [catch] at
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
>      at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>      at
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
>      at
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
>      at
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>      at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>      at
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>      at
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>      at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>      at
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
>
>
> El vie, 20 nov 2020 a las 14:12, Josh Juneau (<ju...@gmail.com>)
> escribió:
>
>> +1 (worked well on OS X 10.14.6)
>>
>> Product Version: Apache NetBeans IDE 12.2-rc3
>> Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
>> Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
>> System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)
>>
>> Josh Juneau
>> juneau001@gmail.com
>> http://jj-blogger.blogspot.com
>> https://www.apress.com/us/search?query=Juneau <
>> https://www.apress.com/index.php/author/author/view/id/1866>
>>
>>
>> On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com>
>> wrote:
>>
>>      Dear Apache NetBeans community,
>>
>>      The third, and hopefully FINAL release candidate of Apache NetBeans
>> 12.2
>>      is available.
>>
>>      This one blocker, one trivial and one documentation fix is in this
>>      release as of:
>>
>>      [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
>>      https://github.com/apache/netbeans/pull/2547
>>      [NETBEANS-5043] Go to Declaration does not work in VSCode extension --
>>      https://github.com/apache/netbeans/pull/2548
>>      PR-2546 End user oriented README.md and dedicated BUILD.md --
>>      https://github.com/apache/netbeans/pull/2546
>>
>>
>>      Technically these codechanges only affects the MacOS launcher and the
>>      upcoming VS Code Extension.
>>
>>      I'm waiting for two positive tests from different individuals that the
>>      MacOS launcher works with BugSur and also two test that we did not
>> break
>>      the MacOS launcher on older Mac versions.
>>
>>      Please reply to this mail! Once I get those, I'm going to push another
>>      set of artifacts for voting.
>>
>>      See the Artifacts on Jenkins:
>>
>> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
>>
>>      --
>>
>>      Laszlo Kishalmi
>>      Release Manager of Apache NetBeans 12.2
>>
>>
>>      ---------------------------------------------------------------------
>>      To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
>>      For additional commands, e-mail: dev-help@netbeans.apache.org
>>
>>      For further information about the NetBeans mailing lists, visit:
>>      https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
>> For additional commands, e-mail: dev-help@netbeans.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Jose Ch <pe...@gmail.com>.
To reproduce it:

1.- Create a Web Application with Ant or Maven with default options.
2.- Right click in the project
3.- Create a JSP file with default options.
4.- The exception will be thrown whenever a JSP file is open

I do think this is not a blocker issue, it is annoying but you can still
work.

El vie, 20 nov 2020 a las 21:04, Jan Lahoda (<la...@gmail.com>) escribió:

> Seems can be reproduced for JSPs inside a Web Project (I used the freeform
> ant version, and added servlet API on the classpath).
>
> I'll look at it tomorrow.
>
> Jan
>
>
> On Fri, Nov 20, 2020 at 9:22 PM Matthias Bläsing <
> mblaesing@doppel-helix.eu>
> wrote:
>
> > Hi,
> >
> > please provide a reproducer, that shows that the problem is not tied to
> > your setup. I big time this week at work because a collegue of mine had
> > ugrade problems of an application server. It turned out, that the
> > problem exists only on his machine, indicating, that his setup is
> > broken. So I don't take its broken, because it does not work on my
> > machine as a given.
> >
> > From my POV we are way past normal blocker levels, as we had already
> > entered voting stage, which is placed _after_ beta releases + rcs.
> >
> > Greetings
> >
> > Matthias
> >
> > Am Freitag, den 20.11.2020, 20:17 +0000 schrieb Jose Ch:
> > > I delete directories:
> > > rm -rf ~/.netbeans && rm -rf ~/.cache/netbeans
> > >
> > > and I still get the exception. The code compiles and I can build the
> > > project.
> > >
> > >
> > > El vie, 20 nov 2020 a las 19:44, Matthias Bläsing
> > > (<mb...@doppel-helix.eu>) escribió:
> > > > Hi,
> > > >
> > > > plase recheck with a clean user dir. I'm normally on master, but
> > > > reran
> > > > with rc3 on linux with openjdk-11. I opened
> > > >
> > > >
> >
> https://github.com/apache/netbeans/tree/master/enterprise/performance.web/test/unit/data/TestWebProject
> > > >
> > > > from Master. JSPs open cleanly, I get hightlighting, no code
> > > > completion
> > > > in JSP, but I don't know whether this is expected or not.
> > > >
> > > >    >Log Session: Friday, November 20, 2020 at 8:34:54 PM Central
> > > > European Standard Time
> > > >    >System Info:
> > > >      Product Version         = Apache NetBeans IDE 12.2-rc3
> > > >      Operating System        = Linux version 5.8.0-29-generic
> > > > running on amd64
> > > >      Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM
> > > > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10; Ubuntu
> > > >      Runtime                 = OpenJDK Runtime Environment
> > > > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10
> > > >      Java Home               = /usr/lib/jvm/java-11-openjdk-amd64
> > > >
> > > >
> > > > Greetings
> > > >
> > > > Matthias
> > > >
> > > >
> > > > Am Freitag, den 20.11.2020, 19:19 +0000 schrieb Jose Ch:
> > > > > -1
> > > > >
> > > > > I just opened a project with a jsp file and NetBeans immediately
> > > > > launched
> > > > > an exception, this happened when I opened the jsp file. You can
> > > > > reproduce
> > > > > this issue by opening any jsp file. The exception keeps appearing
> > > > > after you
> > > > > close it.
> > > > > I get this exception with and without nb-javac installed.
> > > > > This does not happen with NetBeans 12.1
> > > > >
> > > > > *Product Version:* Apache NetBeans IDE 12.2-rc3
> > > > >
> > > > > *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> > > > >
> > > > > *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> > > > >
> > > > > *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8;
> > > > en_US
> > > > > (nb)
> > > > >
> > > > > java.lang.NullPointerException
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.TokenList.index(Toke
> > > > nL
> > > > > ist.java:364)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > >
> > > > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > > > ja
> > > > > va:740)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > >
> > > > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > > > ja
> > > > > va:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.
> > > > ac
> > > > > cept(JCTree.java:1460)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > > er
> > > > > .java:82)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:69)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > > 10
> > > > > 5)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:78)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner
> > > > .j
> > > > > ava:248)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.
> > > > ja
> > > > > va:1032)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > > er
> > > > > .java:82)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:69)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScan
> > > > ne
> > > > > r.java:90)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanne
> > > > r.
> > > > > java:206)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JC
> > > > Tr
> > > > > ee.java:898)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > > er
> > > > > .java:82)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:69)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > > 10
> > > > > 5)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:78)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCT
> > > > re
> > > > > e.java:808)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > > er
> > > > > .java:82)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:69)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > > 10
> > > > > 5)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:78)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > >
> > > > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > > > :5
> > > > > 61)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > >
> > > > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > > > :2
> > > > > 80)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.acce
> > > > pt
> > > > > (JCTree.java:591)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > > er
> > > > > .java:82)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:69)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e.process(SemanticHighlighterBase.java:156)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.semantic.SemanticHighlighter.proce
> > > > ss
> > > > > (SemanticHighlighter.java:56)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e.run(SemanticHighlighterBase.java:112)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTas
> > > > k(
> > > > > TaskProcessor.java:561)
> > > > > [catch] at
> > > > >
> > > > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ru
> > > > n(
> > > > > TaskProcessor.java:786)
> > > > >     at
> > > > org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ex
> > > > ec
> > > > > ute(TaskProcessor.java:702)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(
> > > > Ta
> > > > > skProcessor.java:663)
> > > > >     at
> > > > >
> > > > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Execu
> > > > to
> > > > > rs.java:515)
> > > > >     at
> > > > >
> > > > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> > > > >     at
> > > > >
> > > > org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:14
> > > > 18
> > > > > )
> > > > >     at
> > > > >
> > > > org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup
> > > > .j
> > > > > ava:45)
> > > > >     at
> > > > org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> > > > >     at
> > > > >
> > > > org.openide.util.RequestProcessor$Processor.run(RequestProcessor.ja
> > > > va
> > > > > :2033)
> > > > >
> > > > >
> > > > > El vie, 20 nov 2020 a las 14:12, Josh Juneau
> > > > (<ju...@gmail.com>)
> > > > > escribió:
> > > > >
> > > > > > +1 (worked well on OS X 10.14.6)
> > > > > >
> > > > > > Product Version: Apache NetBeans IDE 12.2-rc3
> > > > > > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > > > > > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > > > > > System: Mac OS X version 10.14.6 running on x86_64; UTF-8;
> > > > en_US
> > > > > > (nb)
> > > > > >
> > > > > > Josh Juneau
> > > > > > juneau001@gmail.com
> > > > > > http://jj-blogger.blogspot.com
> > > > > > https://www.apress.com/us/search?query=Juneau <
> > > > > > https://www.apress.com/index.php/author/author/view/id/1866>
> > > > > >
> > > > > >
> > > > > > On 11/19/20, 1:45 PM, "Laszlo Kishalmi"
> > > > > > <la...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > >     Dear Apache NetBeans community,
> > > > > >
> > > > > >     The third, and hopefully FINAL release candidate of Apache
> > > > > > NetBeans
> > > > > > 12.2
> > > > > >     is available.
> > > > > >
> > > > > >     This one blocker, one trivial and one documentation fix is
> > > > in
> > > > > > this
> > > > > >     release as of:
> > > > > >
> > > > > >     [NETBEANS-5042] Launcher can't find Java Home on MacOS
> > > > BigSur -
> > > > > > -
> > > > > >     https://github.com/apache/netbeans/pull/2547
> > > > > >     [NETBEANS-5043] Go to Declaration does not work in VSCode
> > > > > > extension --
> > > > > >     https://github.com/apache/netbeans/pull/2548
> > > > > >     PR-2546 End user oriented README.md and dedicated BUILD.md
> > > > --
> > > > > >     https://github.com/apache/netbeans/pull/2546
> > > > > >
> > > > > >
> > > > > >     Technically these codechanges only affects the MacOS
> > > > launcher
> > > > > > and the
> > > > > >     upcoming VS Code Extension.
> > > > > >
> > > > > >     I'm waiting for two positive tests from different
> > > > individuals
> > > > > > that the
> > > > > >     MacOS launcher works with BugSur and also two test that we
> > > > did
> > > > > > not
> > > > > > break
> > > > > >     the MacOS launcher on older Mac versions.
> > > > > >
> > > > > >     Please reply to this mail! Once I get those, I'm going to
> > > > push
> > > > > > another
> > > > > >     set of artifacts for voting.
> > > > > >
> > > > > >     See the Artifacts on Jenkins:
> > > > > >
> > > > > >
> > > >
> >
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> > > > > >
> > > > > >     --
> > > > > >
> > > > > >     Laszlo Kishalmi
> > > > > >     Release Manager of Apache NetBeans 12.2
> > > > > >
> > > > > >
> > > > > >     -----------------------------------------------------------
> > > > ----
> > > > > > ------
> > > > > >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > > >     For additional commands, e-mail:
> > > > dev-help@netbeans.apache.org
> > > > > >
> > > > > >     For further information about the NetBeans mailing lists,
> > > > > > visit:
> > > > > >
> > > > > >
> > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ---------------------------------------------------------------
> > > > ----
> > > > > > --
> > > > > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > > > > >
> > > > > > For further information about the NetBeans mailing lists,
> > > > visit:
> > > > > >
> > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > >
> > > >
> > > > -------------------------------------------------------------------
> > > > --
> > > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > > >
> > > > For further information about the NetBeans mailing lists, visit:
> > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > >
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: netcat-help@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Jose Ch <pe...@gmail.com>.
To reproduce it:

1.- Create a Web Application with Ant or Maven with default options.
2.- Right click in the project
3.- Create a JSP file with default options.
4.- The exception will be thrown whenever a JSP file is open

I do think this is not a blocker issue, it is annoying but you can still
work.

El vie, 20 nov 2020 a las 21:04, Jan Lahoda (<la...@gmail.com>) escribió:

> Seems can be reproduced for JSPs inside a Web Project (I used the freeform
> ant version, and added servlet API on the classpath).
>
> I'll look at it tomorrow.
>
> Jan
>
>
> On Fri, Nov 20, 2020 at 9:22 PM Matthias Bläsing <
> mblaesing@doppel-helix.eu>
> wrote:
>
> > Hi,
> >
> > please provide a reproducer, that shows that the problem is not tied to
> > your setup. I big time this week at work because a collegue of mine had
> > ugrade problems of an application server. It turned out, that the
> > problem exists only on his machine, indicating, that his setup is
> > broken. So I don't take its broken, because it does not work on my
> > machine as a given.
> >
> > From my POV we are way past normal blocker levels, as we had already
> > entered voting stage, which is placed _after_ beta releases + rcs.
> >
> > Greetings
> >
> > Matthias
> >
> > Am Freitag, den 20.11.2020, 20:17 +0000 schrieb Jose Ch:
> > > I delete directories:
> > > rm -rf ~/.netbeans && rm -rf ~/.cache/netbeans
> > >
> > > and I still get the exception. The code compiles and I can build the
> > > project.
> > >
> > >
> > > El vie, 20 nov 2020 a las 19:44, Matthias Bläsing
> > > (<mb...@doppel-helix.eu>) escribió:
> > > > Hi,
> > > >
> > > > plase recheck with a clean user dir. I'm normally on master, but
> > > > reran
> > > > with rc3 on linux with openjdk-11. I opened
> > > >
> > > >
> >
> https://github.com/apache/netbeans/tree/master/enterprise/performance.web/test/unit/data/TestWebProject
> > > >
> > > > from Master. JSPs open cleanly, I get hightlighting, no code
> > > > completion
> > > > in JSP, but I don't know whether this is expected or not.
> > > >
> > > >    >Log Session: Friday, November 20, 2020 at 8:34:54 PM Central
> > > > European Standard Time
> > > >    >System Info:
> > > >      Product Version         = Apache NetBeans IDE 12.2-rc3
> > > >      Operating System        = Linux version 5.8.0-29-generic
> > > > running on amd64
> > > >      Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM
> > > > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10; Ubuntu
> > > >      Runtime                 = OpenJDK Runtime Environment
> > > > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10
> > > >      Java Home               = /usr/lib/jvm/java-11-openjdk-amd64
> > > >
> > > >
> > > > Greetings
> > > >
> > > > Matthias
> > > >
> > > >
> > > > Am Freitag, den 20.11.2020, 19:19 +0000 schrieb Jose Ch:
> > > > > -1
> > > > >
> > > > > I just opened a project with a jsp file and NetBeans immediately
> > > > > launched
> > > > > an exception, this happened when I opened the jsp file. You can
> > > > > reproduce
> > > > > this issue by opening any jsp file. The exception keeps appearing
> > > > > after you
> > > > > close it.
> > > > > I get this exception with and without nb-javac installed.
> > > > > This does not happen with NetBeans 12.1
> > > > >
> > > > > *Product Version:* Apache NetBeans IDE 12.2-rc3
> > > > >
> > > > > *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> > > > >
> > > > > *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> > > > >
> > > > > *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8;
> > > > en_US
> > > > > (nb)
> > > > >
> > > > > java.lang.NullPointerException
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.TokenList.index(Toke
> > > > nL
> > > > > ist.java:364)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > >
> > > > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > > > ja
> > > > > va:740)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > >
> > > > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > > > ja
> > > > > va:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.
> > > > ac
> > > > > cept(JCTree.java:1460)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > > er
> > > > > .java:82)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:69)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > > 10
> > > > > 5)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:78)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner
> > > > .j
> > > > > ava:248)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.
> > > > ja
> > > > > va:1032)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > > er
> > > > > .java:82)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:69)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScan
> > > > ne
> > > > > r.java:90)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanne
> > > > r.
> > > > > java:206)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JC
> > > > Tr
> > > > > ee.java:898)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > > er
> > > > > .java:82)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:69)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > > 10
> > > > > 5)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:78)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCT
> > > > re
> > > > > e.java:808)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > > er
> > > > > .java:82)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:69)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > > 10
> > > > > 5)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:78)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > >
> > > > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > > > :5
> > > > > 61)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > >
> > > > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > > > :2
> > > > > 80)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.acce
> > > > pt
> > > > > (JCTree.java:591)
> > > > >     at
> > > > >
> > > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > > er
> > > > > .java:82)
> > > > >     at
> > > > >
> > > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > > n(
> > > > > CancellableTreePathScanner.java:69)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e.process(SemanticHighlighterBase.java:156)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.semantic.SemanticHighlighter.proce
> > > > ss
> > > > > (SemanticHighlighter.java:56)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > > as
> > > > > e.run(SemanticHighlighterBase.java:112)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTas
> > > > k(
> > > > > TaskProcessor.java:561)
> > > > > [catch] at
> > > > >
> > > > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ru
> > > > n(
> > > > > TaskProcessor.java:786)
> > > > >     at
> > > > org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ex
> > > > ec
> > > > > ute(TaskProcessor.java:702)
> > > > >     at
> > > > >
> > > > org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(
> > > > Ta
> > > > > skProcessor.java:663)
> > > > >     at
> > > > >
> > > > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Execu
> > > > to
> > > > > rs.java:515)
> > > > >     at
> > > > >
> > > > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> > > > >     at
> > > > >
> > > > org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:14
> > > > 18
> > > > > )
> > > > >     at
> > > > >
> > > > org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup
> > > > .j
> > > > > ava:45)
> > > > >     at
> > > > org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> > > > >     at
> > > > >
> > > > org.openide.util.RequestProcessor$Processor.run(RequestProcessor.ja
> > > > va
> > > > > :2033)
> > > > >
> > > > >
> > > > > El vie, 20 nov 2020 a las 14:12, Josh Juneau
> > > > (<ju...@gmail.com>)
> > > > > escribió:
> > > > >
> > > > > > +1 (worked well on OS X 10.14.6)
> > > > > >
> > > > > > Product Version: Apache NetBeans IDE 12.2-rc3
> > > > > > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > > > > > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > > > > > System: Mac OS X version 10.14.6 running on x86_64; UTF-8;
> > > > en_US
> > > > > > (nb)
> > > > > >
> > > > > > Josh Juneau
> > > > > > juneau001@gmail.com
> > > > > > http://jj-blogger.blogspot.com
> > > > > > https://www.apress.com/us/search?query=Juneau <
> > > > > > https://www.apress.com/index.php/author/author/view/id/1866>
> > > > > >
> > > > > >
> > > > > > On 11/19/20, 1:45 PM, "Laszlo Kishalmi"
> > > > > > <la...@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > >     Dear Apache NetBeans community,
> > > > > >
> > > > > >     The third, and hopefully FINAL release candidate of Apache
> > > > > > NetBeans
> > > > > > 12.2
> > > > > >     is available.
> > > > > >
> > > > > >     This one blocker, one trivial and one documentation fix is
> > > > in
> > > > > > this
> > > > > >     release as of:
> > > > > >
> > > > > >     [NETBEANS-5042] Launcher can't find Java Home on MacOS
> > > > BigSur -
> > > > > > -
> > > > > >     https://github.com/apache/netbeans/pull/2547
> > > > > >     [NETBEANS-5043] Go to Declaration does not work in VSCode
> > > > > > extension --
> > > > > >     https://github.com/apache/netbeans/pull/2548
> > > > > >     PR-2546 End user oriented README.md and dedicated BUILD.md
> > > > --
> > > > > >     https://github.com/apache/netbeans/pull/2546
> > > > > >
> > > > > >
> > > > > >     Technically these codechanges only affects the MacOS
> > > > launcher
> > > > > > and the
> > > > > >     upcoming VS Code Extension.
> > > > > >
> > > > > >     I'm waiting for two positive tests from different
> > > > individuals
> > > > > > that the
> > > > > >     MacOS launcher works with BugSur and also two test that we
> > > > did
> > > > > > not
> > > > > > break
> > > > > >     the MacOS launcher on older Mac versions.
> > > > > >
> > > > > >     Please reply to this mail! Once I get those, I'm going to
> > > > push
> > > > > > another
> > > > > >     set of artifacts for voting.
> > > > > >
> > > > > >     See the Artifacts on Jenkins:
> > > > > >
> > > > > >
> > > >
> >
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> > > > > >
> > > > > >     --
> > > > > >
> > > > > >     Laszlo Kishalmi
> > > > > >     Release Manager of Apache NetBeans 12.2
> > > > > >
> > > > > >
> > > > > >     -----------------------------------------------------------
> > > > ----
> > > > > > ------
> > > > > >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > > >     For additional commands, e-mail:
> > > > dev-help@netbeans.apache.org
> > > > > >
> > > > > >     For further information about the NetBeans mailing lists,
> > > > > > visit:
> > > > > >
> > > > > >
> > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ---------------------------------------------------------------
> > > > ----
> > > > > > --
> > > > > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > > > > >
> > > > > > For further information about the NetBeans mailing lists,
> > > > visit:
> > > > > >
> > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > >
> > > >
> > > > -------------------------------------------------------------------
> > > > --
> > > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > > >
> > > > For further information about the NetBeans mailing lists, visit:
> > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > >
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: netcat-help@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Jan Lahoda <la...@gmail.com>.
Seems can be reproduced for JSPs inside a Web Project (I used the freeform
ant version, and added servlet API on the classpath).

I'll look at it tomorrow.

Jan


On Fri, Nov 20, 2020 at 9:22 PM Matthias Bläsing <mb...@doppel-helix.eu>
wrote:

> Hi,
>
> please provide a reproducer, that shows that the problem is not tied to
> your setup. I big time this week at work because a collegue of mine had
> ugrade problems of an application server. It turned out, that the
> problem exists only on his machine, indicating, that his setup is
> broken. So I don't take its broken, because it does not work on my
> machine as a given.
>
> From my POV we are way past normal blocker levels, as we had already
> entered voting stage, which is placed _after_ beta releases + rcs.
>
> Greetings
>
> Matthias
>
> Am Freitag, den 20.11.2020, 20:17 +0000 schrieb Jose Ch:
> > I delete directories:
> > rm -rf ~/.netbeans && rm -rf ~/.cache/netbeans
> >
> > and I still get the exception. The code compiles and I can build the
> > project.
> >
> >
> > El vie, 20 nov 2020 a las 19:44, Matthias Bläsing
> > (<mb...@doppel-helix.eu>) escribió:
> > > Hi,
> > >
> > > plase recheck with a clean user dir. I'm normally on master, but
> > > reran
> > > with rc3 on linux with openjdk-11. I opened
> > >
> > >
> https://github.com/apache/netbeans/tree/master/enterprise/performance.web/test/unit/data/TestWebProject
> > >
> > > from Master. JSPs open cleanly, I get hightlighting, no code
> > > completion
> > > in JSP, but I don't know whether this is expected or not.
> > >
> > >    >Log Session: Friday, November 20, 2020 at 8:34:54 PM Central
> > > European Standard Time
> > >    >System Info:
> > >      Product Version         = Apache NetBeans IDE 12.2-rc3
> > >      Operating System        = Linux version 5.8.0-29-generic
> > > running on amd64
> > >      Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM
> > > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10; Ubuntu
> > >      Runtime                 = OpenJDK Runtime Environment
> > > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10
> > >      Java Home               = /usr/lib/jvm/java-11-openjdk-amd64
> > >
> > >
> > > Greetings
> > >
> > > Matthias
> > >
> > >
> > > Am Freitag, den 20.11.2020, 19:19 +0000 schrieb Jose Ch:
> > > > -1
> > > >
> > > > I just opened a project with a jsp file and NetBeans immediately
> > > > launched
> > > > an exception, this happened when I opened the jsp file. You can
> > > > reproduce
> > > > this issue by opening any jsp file. The exception keeps appearing
> > > > after you
> > > > close it.
> > > > I get this exception with and without nb-javac installed.
> > > > This does not happen with NetBeans 12.1
> > > >
> > > > *Product Version:* Apache NetBeans IDE 12.2-rc3
> > > >
> > > > *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> > > >
> > > > *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> > > >
> > > > *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8;
> > > en_US
> > > > (nb)
> > > >
> > > > java.lang.NullPointerException
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.TokenList.index(Toke
> > > nL
> > > > ist.java:364)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > >
> > > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > > ja
> > > > va:740)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > >
> > > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > > ja
> > > > va:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.
> > > ac
> > > > cept(JCTree.java:1460)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > er
> > > > .java:82)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:69)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > 10
> > > > 5)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:78)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner
> > > .j
> > > > ava:248)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.
> > > ja
> > > > va:1032)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > er
> > > > .java:82)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:69)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScan
> > > ne
> > > > r.java:90)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanne
> > > r.
> > > > java:206)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JC
> > > Tr
> > > > ee.java:898)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > er
> > > > .java:82)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:69)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > 10
> > > > 5)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:78)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCT
> > > re
> > > > e.java:808)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > er
> > > > .java:82)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:69)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > 10
> > > > 5)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:78)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > >
> > > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > > :5
> > > > 61)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > >
> > > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > > :2
> > > > 80)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.acce
> > > pt
> > > > (JCTree.java:591)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > er
> > > > .java:82)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:69)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e.process(SemanticHighlighterBase.java:156)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.semantic.SemanticHighlighter.proce
> > > ss
> > > > (SemanticHighlighter.java:56)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e.run(SemanticHighlighterBase.java:112)
> > > >     at
> > > >
> > > org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTas
> > > k(
> > > > TaskProcessor.java:561)
> > > > [catch] at
> > > >
> > > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ru
> > > n(
> > > > TaskProcessor.java:786)
> > > >     at
> > > org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> > > >     at
> > > >
> > > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ex
> > > ec
> > > > ute(TaskProcessor.java:702)
> > > >     at
> > > >
> > > org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(
> > > Ta
> > > > skProcessor.java:663)
> > > >     at
> > > >
> > > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Execu
> > > to
> > > > rs.java:515)
> > > >     at
> > > >
> > > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> > > >     at
> > > >
> > > org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:14
> > > 18
> > > > )
> > > >     at
> > > >
> > > org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup
> > > .j
> > > > ava:45)
> > > >     at
> > > org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> > > >     at
> > > >
> > > org.openide.util.RequestProcessor$Processor.run(RequestProcessor.ja
> > > va
> > > > :2033)
> > > >
> > > >
> > > > El vie, 20 nov 2020 a las 14:12, Josh Juneau
> > > (<ju...@gmail.com>)
> > > > escribió:
> > > >
> > > > > +1 (worked well on OS X 10.14.6)
> > > > >
> > > > > Product Version: Apache NetBeans IDE 12.2-rc3
> > > > > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > > > > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > > > > System: Mac OS X version 10.14.6 running on x86_64; UTF-8;
> > > en_US
> > > > > (nb)
> > > > >
> > > > > Josh Juneau
> > > > > juneau001@gmail.com
> > > > > http://jj-blogger.blogspot.com
> > > > > https://www.apress.com/us/search?query=Juneau <
> > > > > https://www.apress.com/index.php/author/author/view/id/1866>
> > > > >
> > > > >
> > > > > On 11/19/20, 1:45 PM, "Laszlo Kishalmi"
> > > > > <la...@gmail.com>
> > > > > wrote:
> > > > >
> > > > >     Dear Apache NetBeans community,
> > > > >
> > > > >     The third, and hopefully FINAL release candidate of Apache
> > > > > NetBeans
> > > > > 12.2
> > > > >     is available.
> > > > >
> > > > >     This one blocker, one trivial and one documentation fix is
> > > in
> > > > > this
> > > > >     release as of:
> > > > >
> > > > >     [NETBEANS-5042] Launcher can't find Java Home on MacOS
> > > BigSur -
> > > > > -
> > > > >     https://github.com/apache/netbeans/pull/2547
> > > > >     [NETBEANS-5043] Go to Declaration does not work in VSCode
> > > > > extension --
> > > > >     https://github.com/apache/netbeans/pull/2548
> > > > >     PR-2546 End user oriented README.md and dedicated BUILD.md
> > > --
> > > > >     https://github.com/apache/netbeans/pull/2546
> > > > >
> > > > >
> > > > >     Technically these codechanges only affects the MacOS
> > > launcher
> > > > > and the
> > > > >     upcoming VS Code Extension.
> > > > >
> > > > >     I'm waiting for two positive tests from different
> > > individuals
> > > > > that the
> > > > >     MacOS launcher works with BugSur and also two test that we
> > > did
> > > > > not
> > > > > break
> > > > >     the MacOS launcher on older Mac versions.
> > > > >
> > > > >     Please reply to this mail! Once I get those, I'm going to
> > > push
> > > > > another
> > > > >     set of artifacts for voting.
> > > > >
> > > > >     See the Artifacts on Jenkins:
> > > > >
> > > > >
> > >
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> > > > >
> > > > >     --
> > > > >
> > > > >     Laszlo Kishalmi
> > > > >     Release Manager of Apache NetBeans 12.2
> > > > >
> > > > >
> > > > >     -----------------------------------------------------------
> > > ----
> > > > > ------
> > > > >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > >     For additional commands, e-mail:
> > > dev-help@netbeans.apache.org
> > > > >
> > > > >     For further information about the NetBeans mailing lists,
> > > > > visit:
> > > > >
> > > > >
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ---------------------------------------------------------------
> > > ----
> > > > > --
> > > > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > > > >
> > > > > For further information about the NetBeans mailing lists,
> > > visit:
> > > > >
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > >
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
> > > -------------------------------------------------------------------
> > > --
> > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: dev-help@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: netcat-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Jan Lahoda <la...@gmail.com>.
Seems can be reproduced for JSPs inside a Web Project (I used the freeform
ant version, and added servlet API on the classpath).

I'll look at it tomorrow.

Jan


On Fri, Nov 20, 2020 at 9:22 PM Matthias Bläsing <mb...@doppel-helix.eu>
wrote:

> Hi,
>
> please provide a reproducer, that shows that the problem is not tied to
> your setup. I big time this week at work because a collegue of mine had
> ugrade problems of an application server. It turned out, that the
> problem exists only on his machine, indicating, that his setup is
> broken. So I don't take its broken, because it does not work on my
> machine as a given.
>
> From my POV we are way past normal blocker levels, as we had already
> entered voting stage, which is placed _after_ beta releases + rcs.
>
> Greetings
>
> Matthias
>
> Am Freitag, den 20.11.2020, 20:17 +0000 schrieb Jose Ch:
> > I delete directories:
> > rm -rf ~/.netbeans && rm -rf ~/.cache/netbeans
> >
> > and I still get the exception. The code compiles and I can build the
> > project.
> >
> >
> > El vie, 20 nov 2020 a las 19:44, Matthias Bläsing
> > (<mb...@doppel-helix.eu>) escribió:
> > > Hi,
> > >
> > > plase recheck with a clean user dir. I'm normally on master, but
> > > reran
> > > with rc3 on linux with openjdk-11. I opened
> > >
> > >
> https://github.com/apache/netbeans/tree/master/enterprise/performance.web/test/unit/data/TestWebProject
> > >
> > > from Master. JSPs open cleanly, I get hightlighting, no code
> > > completion
> > > in JSP, but I don't know whether this is expected or not.
> > >
> > >    >Log Session: Friday, November 20, 2020 at 8:34:54 PM Central
> > > European Standard Time
> > >    >System Info:
> > >      Product Version         = Apache NetBeans IDE 12.2-rc3
> > >      Operating System        = Linux version 5.8.0-29-generic
> > > running on amd64
> > >      Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM
> > > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10; Ubuntu
> > >      Runtime                 = OpenJDK Runtime Environment
> > > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10
> > >      Java Home               = /usr/lib/jvm/java-11-openjdk-amd64
> > >
> > >
> > > Greetings
> > >
> > > Matthias
> > >
> > >
> > > Am Freitag, den 20.11.2020, 19:19 +0000 schrieb Jose Ch:
> > > > -1
> > > >
> > > > I just opened a project with a jsp file and NetBeans immediately
> > > > launched
> > > > an exception, this happened when I opened the jsp file. You can
> > > > reproduce
> > > > this issue by opening any jsp file. The exception keeps appearing
> > > > after you
> > > > close it.
> > > > I get this exception with and without nb-javac installed.
> > > > This does not happen with NetBeans 12.1
> > > >
> > > > *Product Version:* Apache NetBeans IDE 12.2-rc3
> > > >
> > > > *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> > > >
> > > > *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> > > >
> > > > *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8;
> > > en_US
> > > > (nb)
> > > >
> > > > java.lang.NullPointerException
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.TokenList.index(Toke
> > > nL
> > > > ist.java:364)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > >
> > > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > > ja
> > > > va:740)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > >
> > > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > > ja
> > > > va:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.
> > > ac
> > > > cept(JCTree.java:1460)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > er
> > > > .java:82)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:69)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > 10
> > > > 5)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:78)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner
> > > .j
> > > > ava:248)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.
> > > ja
> > > > va:1032)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > er
> > > > .java:82)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:69)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScan
> > > ne
> > > > r.java:90)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanne
> > > r.
> > > > java:206)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JC
> > > Tr
> > > > ee.java:898)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > er
> > > > .java:82)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:69)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > 10
> > > > 5)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:78)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCT
> > > re
> > > > e.java:808)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > er
> > > > .java:82)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:69)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > > 10
> > > > 5)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:78)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > >
> > > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > > :5
> > > > 61)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > >
> > > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > > :2
> > > > 80)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.acce
> > > pt
> > > > (JCTree.java:591)
> > > >     at
> > > >
> > > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > > er
> > > > .java:82)
> > > >     at
> > > >
> > > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > > n(
> > > > CancellableTreePathScanner.java:69)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e.process(SemanticHighlighterBase.java:156)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.semantic.SemanticHighlighter.proce
> > > ss
> > > > (SemanticHighlighter.java:56)
> > > >     at
> > > >
> > > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > > as
> > > > e.run(SemanticHighlighterBase.java:112)
> > > >     at
> > > >
> > > org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTas
> > > k(
> > > > TaskProcessor.java:561)
> > > > [catch] at
> > > >
> > > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ru
> > > n(
> > > > TaskProcessor.java:786)
> > > >     at
> > > org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> > > >     at
> > > >
> > > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ex
> > > ec
> > > > ute(TaskProcessor.java:702)
> > > >     at
> > > >
> > > org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(
> > > Ta
> > > > skProcessor.java:663)
> > > >     at
> > > >
> > > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Execu
> > > to
> > > > rs.java:515)
> > > >     at
> > > >
> > > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> > > >     at
> > > >
> > > org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:14
> > > 18
> > > > )
> > > >     at
> > > >
> > > org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup
> > > .j
> > > > ava:45)
> > > >     at
> > > org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> > > >     at
> > > >
> > > org.openide.util.RequestProcessor$Processor.run(RequestProcessor.ja
> > > va
> > > > :2033)
> > > >
> > > >
> > > > El vie, 20 nov 2020 a las 14:12, Josh Juneau
> > > (<ju...@gmail.com>)
> > > > escribió:
> > > >
> > > > > +1 (worked well on OS X 10.14.6)
> > > > >
> > > > > Product Version: Apache NetBeans IDE 12.2-rc3
> > > > > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > > > > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > > > > System: Mac OS X version 10.14.6 running on x86_64; UTF-8;
> > > en_US
> > > > > (nb)
> > > > >
> > > > > Josh Juneau
> > > > > juneau001@gmail.com
> > > > > http://jj-blogger.blogspot.com
> > > > > https://www.apress.com/us/search?query=Juneau <
> > > > > https://www.apress.com/index.php/author/author/view/id/1866>
> > > > >
> > > > >
> > > > > On 11/19/20, 1:45 PM, "Laszlo Kishalmi"
> > > > > <la...@gmail.com>
> > > > > wrote:
> > > > >
> > > > >     Dear Apache NetBeans community,
> > > > >
> > > > >     The third, and hopefully FINAL release candidate of Apache
> > > > > NetBeans
> > > > > 12.2
> > > > >     is available.
> > > > >
> > > > >     This one blocker, one trivial and one documentation fix is
> > > in
> > > > > this
> > > > >     release as of:
> > > > >
> > > > >     [NETBEANS-5042] Launcher can't find Java Home on MacOS
> > > BigSur -
> > > > > -
> > > > >     https://github.com/apache/netbeans/pull/2547
> > > > >     [NETBEANS-5043] Go to Declaration does not work in VSCode
> > > > > extension --
> > > > >     https://github.com/apache/netbeans/pull/2548
> > > > >     PR-2546 End user oriented README.md and dedicated BUILD.md
> > > --
> > > > >     https://github.com/apache/netbeans/pull/2546
> > > > >
> > > > >
> > > > >     Technically these codechanges only affects the MacOS
> > > launcher
> > > > > and the
> > > > >     upcoming VS Code Extension.
> > > > >
> > > > >     I'm waiting for two positive tests from different
> > > individuals
> > > > > that the
> > > > >     MacOS launcher works with BugSur and also two test that we
> > > did
> > > > > not
> > > > > break
> > > > >     the MacOS launcher on older Mac versions.
> > > > >
> > > > >     Please reply to this mail! Once I get those, I'm going to
> > > push
> > > > > another
> > > > >     set of artifacts for voting.
> > > > >
> > > > >     See the Artifacts on Jenkins:
> > > > >
> > > > >
> > >
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> > > > >
> > > > >     --
> > > > >
> > > > >     Laszlo Kishalmi
> > > > >     Release Manager of Apache NetBeans 12.2
> > > > >
> > > > >
> > > > >     -----------------------------------------------------------
> > > ----
> > > > > ------
> > > > >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > >     For additional commands, e-mail:
> > > dev-help@netbeans.apache.org
> > > > >
> > > > >     For further information about the NetBeans mailing lists,
> > > > > visit:
> > > > >
> > > > >
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ---------------------------------------------------------------
> > > ----
> > > > > --
> > > > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > > > >
> > > > > For further information about the NetBeans mailing lists,
> > > visit:
> > > > >
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > >
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
> > > -------------------------------------------------------------------
> > > --
> > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: dev-help@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: netcat-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Matthias Bläsing <mb...@doppel-helix.eu>.
Hi,

please provide a reproducer, that shows that the problem is not tied to
your setup. I big time this week at work because a collegue of mine had
ugrade problems of an application server. It turned out, that the
problem exists only on his machine, indicating, that his setup is
broken. So I don't take its broken, because it does not work on my
machine as a given.

From my POV we are way past normal blocker levels, as we had already
entered voting stage, which is placed _after_ beta releases + rcs.

Greetings

Matthias

Am Freitag, den 20.11.2020, 20:17 +0000 schrieb Jose Ch:
> I delete directories:
> rm -rf ~/.netbeans && rm -rf ~/.cache/netbeans
> 
> and I still get the exception. The code compiles and I can build the
> project.
> 
> 
> El vie, 20 nov 2020 a las 19:44, Matthias Bläsing
> (<mb...@doppel-helix.eu>) escribió:
> > Hi,
> > 
> > plase recheck with a clean user dir. I'm normally on master, but
> > reran
> > with rc3 on linux with openjdk-11. I opened
> > 
> > https://github.com/apache/netbeans/tree/master/enterprise/performance.web/test/unit/data/TestWebProject
> > 
> > from Master. JSPs open cleanly, I get hightlighting, no code
> > completion
> > in JSP, but I don't know whether this is expected or not.
> > 
> >    >Log Session: Friday, November 20, 2020 at 8:34:54 PM Central
> > European Standard Time
> >    >System Info: 
> >      Product Version         = Apache NetBeans IDE 12.2-rc3
> >      Operating System        = Linux version 5.8.0-29-generic
> > running on amd64
> >      Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM
> > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10; Ubuntu
> >      Runtime                 = OpenJDK Runtime Environment
> > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10
> >      Java Home               = /usr/lib/jvm/java-11-openjdk-amd64
> > 
> > 
> > Greetings
> > 
> > Matthias
> > 
> > 
> > Am Freitag, den 20.11.2020, 19:19 +0000 schrieb Jose Ch:
> > > -1
> > > 
> > > I just opened a project with a jsp file and NetBeans immediately
> > > launched
> > > an exception, this happened when I opened the jsp file. You can
> > > reproduce
> > > this issue by opening any jsp file. The exception keeps appearing
> > > after you
> > > close it.
> > > I get this exception with and without nb-javac installed.
> > > This does not happen with NetBeans 12.1
> > > 
> > > *Product Version:* Apache NetBeans IDE 12.2-rc3 
> > > 
> > > *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> > > 
> > > *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> > > 
> > > *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8;
> > en_US
> > > (nb)
> > > 
> > > java.lang.NullPointerException
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.TokenList.index(Toke
> > nL
> > > ist.java:364)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > 
> > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > ja
> > > va:740)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > 
> > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > ja
> > > va:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.
> > ac
> > > cept(JCTree.java:1460)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > er
> > > .java:82)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:69)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > 10
> > > 5)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:78)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner
> > .j
> > > ava:248)
> > >     at
> > > 
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.
> > ja
> > > va:1032)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > er
> > > .java:82)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:69)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScan
> > ne
> > > r.java:90)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanne
> > r.
> > > java:206)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JC
> > Tr
> > > ee.java:898)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > er
> > > .java:82)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:69)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > 10
> > > 5)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:78)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCT
> > re
> > > e.java:808)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > er
> > > .java:82)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:69)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > 10
> > > 5)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:78)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > 
> > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > :5
> > > 61)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > 
> > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > :2
> > > 80)
> > >     at
> > > 
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.acce
> > pt
> > > (JCTree.java:591)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > er
> > > .java:82)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:69)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e.process(SemanticHighlighterBase.java:156)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.semantic.SemanticHighlighter.proce
> > ss
> > > (SemanticHighlighter.java:56)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e.run(SemanticHighlighterBase.java:112)
> > >     at
> > > 
> > org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTas
> > k(
> > > TaskProcessor.java:561)
> > > [catch] at
> > > 
> > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ru
> > n(
> > > TaskProcessor.java:786)
> > >     at
> > org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> > >     at
> > > 
> > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ex
> > ec
> > > ute(TaskProcessor.java:702)
> > >     at
> > > 
> > org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(
> > Ta
> > > skProcessor.java:663)
> > >     at
> > > 
> > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Execu
> > to
> > > rs.java:515)
> > >     at
> > > 
> > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> > >     at
> > > 
> > org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:14
> > 18
> > > )
> > >     at
> > > 
> > org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup
> > .j
> > > ava:45)
> > >     at
> > org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> > >     at
> > > 
> > org.openide.util.RequestProcessor$Processor.run(RequestProcessor.ja
> > va
> > > :2033)
> > > 
> > > 
> > > El vie, 20 nov 2020 a las 14:12, Josh Juneau
> > (<ju...@gmail.com>)
> > > escribió:
> > > 
> > > > +1 (worked well on OS X 10.14.6)
> > > > 
> > > > Product Version: Apache NetBeans IDE 12.2-rc3
> > > > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > > > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > > > System: Mac OS X version 10.14.6 running on x86_64; UTF-8;
> > en_US
> > > > (nb)
> > > > 
> > > > Josh Juneau
> > > > juneau001@gmail.com
> > > > http://jj-blogger.blogspot.com
> > > > https://www.apress.com/us/search?query=Juneau <
> > > > https://www.apress.com/index.php/author/author/view/id/1866>
> > > > 
> > > > 
> > > > On 11/19/20, 1:45 PM, "Laszlo Kishalmi"
> > > > <la...@gmail.com>
> > > > wrote:
> > > > 
> > > >     Dear Apache NetBeans community,
> > > > 
> > > >     The third, and hopefully FINAL release candidate of Apache
> > > > NetBeans
> > > > 12.2
> > > >     is available.
> > > > 
> > > >     This one blocker, one trivial and one documentation fix is
> > in
> > > > this
> > > >     release as of:
> > > > 
> > > >     [NETBEANS-5042] Launcher can't find Java Home on MacOS
> > BigSur -
> > > > -
> > > >     https://github.com/apache/netbeans/pull/2547
> > > >     [NETBEANS-5043] Go to Declaration does not work in VSCode
> > > > extension --
> > > >     https://github.com/apache/netbeans/pull/2548
> > > >     PR-2546 End user oriented README.md and dedicated BUILD.md
> > --
> > > >     https://github.com/apache/netbeans/pull/2546
> > > > 
> > > > 
> > > >     Technically these codechanges only affects the MacOS
> > launcher
> > > > and the
> > > >     upcoming VS Code Extension.
> > > > 
> > > >     I'm waiting for two positive tests from different
> > individuals
> > > > that the
> > > >     MacOS launcher works with BugSur and also two test that we
> > did
> > > > not
> > > > break
> > > >     the MacOS launcher on older Mac versions.
> > > > 
> > > >     Please reply to this mail! Once I get those, I'm going to
> > push
> > > > another
> > > >     set of artifacts for voting.
> > > > 
> > > >     See the Artifacts on Jenkins:
> > > > 
> > > > 
> > https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> > > > 
> > > >     --
> > > > 
> > > >     Laszlo Kishalmi
> > > >     Release Manager of Apache NetBeans 12.2
> > > > 
> > > > 
> > > >     -----------------------------------------------------------
> > ----
> > > > ------
> > > >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > >     For additional commands, e-mail:
> > dev-help@netbeans.apache.org
> > > > 
> > > >     For further information about the NetBeans mailing lists,
> > > > visit:
> > > >    
> > > > 
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > 
> > > > 
> > > > 
> > > > 
> > > > ---------------------------------------------------------------
> > ----
> > > > --
> > > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > > > 
> > > > For further information about the NetBeans mailing lists,
> > visit:
> > > > 
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > 
> > > > 
> > > > 
> > > > 
> > 
> > 
> > 
> > -------------------------------------------------------------------
> > --
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: dev-help@netbeans.apache.org
> > 
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > 
> > 
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
> 
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
For additional commands, e-mail: netcat-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Matthias Bläsing <mb...@doppel-helix.eu>.
Hi,

please provide a reproducer, that shows that the problem is not tied to
your setup. I big time this week at work because a collegue of mine had
ugrade problems of an application server. It turned out, that the
problem exists only on his machine, indicating, that his setup is
broken. So I don't take its broken, because it does not work on my
machine as a given.

From my POV we are way past normal blocker levels, as we had already
entered voting stage, which is placed _after_ beta releases + rcs.

Greetings

Matthias

Am Freitag, den 20.11.2020, 20:17 +0000 schrieb Jose Ch:
> I delete directories:
> rm -rf ~/.netbeans && rm -rf ~/.cache/netbeans
> 
> and I still get the exception. The code compiles and I can build the
> project.
> 
> 
> El vie, 20 nov 2020 a las 19:44, Matthias Bläsing
> (<mb...@doppel-helix.eu>) escribió:
> > Hi,
> > 
> > plase recheck with a clean user dir. I'm normally on master, but
> > reran
> > with rc3 on linux with openjdk-11. I opened
> > 
> > https://github.com/apache/netbeans/tree/master/enterprise/performance.web/test/unit/data/TestWebProject
> > 
> > from Master. JSPs open cleanly, I get hightlighting, no code
> > completion
> > in JSP, but I don't know whether this is expected or not.
> > 
> >    >Log Session: Friday, November 20, 2020 at 8:34:54 PM Central
> > European Standard Time
> >    >System Info: 
> >      Product Version         = Apache NetBeans IDE 12.2-rc3
> >      Operating System        = Linux version 5.8.0-29-generic
> > running on amd64
> >      Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM
> > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10; Ubuntu
> >      Runtime                 = OpenJDK Runtime Environment
> > 11.0.9.1+1-Ubuntu-0ubuntu1.20.10
> >      Java Home               = /usr/lib/jvm/java-11-openjdk-amd64
> > 
> > 
> > Greetings
> > 
> > Matthias
> > 
> > 
> > Am Freitag, den 20.11.2020, 19:19 +0000 schrieb Jose Ch:
> > > -1
> > > 
> > > I just opened a project with a jsp file and NetBeans immediately
> > > launched
> > > an exception, this happened when I opened the jsp file. You can
> > > reproduce
> > > this issue by opening any jsp file. The exception keeps appearing
> > > after you
> > > close it.
> > > I get this exception with and without nb-javac installed.
> > > This does not happen with NetBeans 12.1
> > > 
> > > *Product Version:* Apache NetBeans IDE 12.2-rc3 
> > > 
> > > *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> > > 
> > > *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> > > 
> > > *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8;
> > en_US
> > > (nb)
> > > 
> > > java.lang.NullPointerException
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.TokenList.index(Toke
> > nL
> > > ist.java:364)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > 
> > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > ja
> > > va:740)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > 
> > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.
> > ja
> > > va:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.
> > ac
> > > cept(JCTree.java:1460)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > er
> > > .java:82)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:69)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > 10
> > > 5)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:78)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner
> > .j
> > > ava:248)
> > >     at
> > > 
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.
> > ja
> > > va:1032)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > er
> > > .java:82)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:69)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScan
> > ne
> > > r.java:90)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanne
> > r.
> > > java:206)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JC
> > Tr
> > > ee.java:898)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > er
> > > .java:82)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:69)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > 10
> > > 5)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:78)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCT
> > re
> > > e.java:808)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > er
> > > .java:82)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:69)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:
> > 10
> > > 5)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:78)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > 
> > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > :5
> > > 61)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > 
> > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java
> > :2
> > > 80)
> > >     at
> > > 
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.acce
> > pt
> > > (JCTree.java:591)
> > >     at
> > > 
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScann
> > er
> > > .java:82)
> > >     at
> > > 
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.sca
> > n(
> > > CancellableTreePathScanner.java:69)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e.process(SemanticHighlighterBase.java:156)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.semantic.SemanticHighlighter.proce
> > ss
> > > (SemanticHighlighter.java:56)
> > >     at
> > > 
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterB
> > as
> > > e.run(SemanticHighlighterBase.java:112)
> > >     at
> > > 
> > org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTas
> > k(
> > > TaskProcessor.java:561)
> > > [catch] at
> > > 
> > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ru
> > n(
> > > TaskProcessor.java:786)
> > >     at
> > org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> > >     at
> > > 
> > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.ex
> > ec
> > > ute(TaskProcessor.java:702)
> > >     at
> > > 
> > org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(
> > Ta
> > > skProcessor.java:663)
> > >     at
> > > 
> > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Execu
> > to
> > > rs.java:515)
> > >     at
> > > 
> > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> > >     at
> > > 
> > org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:14
> > 18
> > > )
> > >     at
> > > 
> > org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup
> > .j
> > > ava:45)
> > >     at
> > org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> > >     at
> > > 
> > org.openide.util.RequestProcessor$Processor.run(RequestProcessor.ja
> > va
> > > :2033)
> > > 
> > > 
> > > El vie, 20 nov 2020 a las 14:12, Josh Juneau
> > (<ju...@gmail.com>)
> > > escribió:
> > > 
> > > > +1 (worked well on OS X 10.14.6)
> > > > 
> > > > Product Version: Apache NetBeans IDE 12.2-rc3
> > > > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > > > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > > > System: Mac OS X version 10.14.6 running on x86_64; UTF-8;
> > en_US
> > > > (nb)
> > > > 
> > > > Josh Juneau
> > > > juneau001@gmail.com
> > > > http://jj-blogger.blogspot.com
> > > > https://www.apress.com/us/search?query=Juneau <
> > > > https://www.apress.com/index.php/author/author/view/id/1866>
> > > > 
> > > > 
> > > > On 11/19/20, 1:45 PM, "Laszlo Kishalmi"
> > > > <la...@gmail.com>
> > > > wrote:
> > > > 
> > > >     Dear Apache NetBeans community,
> > > > 
> > > >     The third, and hopefully FINAL release candidate of Apache
> > > > NetBeans
> > > > 12.2
> > > >     is available.
> > > > 
> > > >     This one blocker, one trivial and one documentation fix is
> > in
> > > > this
> > > >     release as of:
> > > > 
> > > >     [NETBEANS-5042] Launcher can't find Java Home on MacOS
> > BigSur -
> > > > -
> > > >     https://github.com/apache/netbeans/pull/2547
> > > >     [NETBEANS-5043] Go to Declaration does not work in VSCode
> > > > extension --
> > > >     https://github.com/apache/netbeans/pull/2548
> > > >     PR-2546 End user oriented README.md and dedicated BUILD.md
> > --
> > > >     https://github.com/apache/netbeans/pull/2546
> > > > 
> > > > 
> > > >     Technically these codechanges only affects the MacOS
> > launcher
> > > > and the
> > > >     upcoming VS Code Extension.
> > > > 
> > > >     I'm waiting for two positive tests from different
> > individuals
> > > > that the
> > > >     MacOS launcher works with BugSur and also two test that we
> > did
> > > > not
> > > > break
> > > >     the MacOS launcher on older Mac versions.
> > > > 
> > > >     Please reply to this mail! Once I get those, I'm going to
> > push
> > > > another
> > > >     set of artifacts for voting.
> > > > 
> > > >     See the Artifacts on Jenkins:
> > > > 
> > > > 
> > https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> > > > 
> > > >     --
> > > > 
> > > >     Laszlo Kishalmi
> > > >     Release Manager of Apache NetBeans 12.2
> > > > 
> > > > 
> > > >     -----------------------------------------------------------
> > ----
> > > > ------
> > > >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > >     For additional commands, e-mail:
> > dev-help@netbeans.apache.org
> > > > 
> > > >     For further information about the NetBeans mailing lists,
> > > > visit:
> > > >    
> > > > 
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > 
> > > > 
> > > > 
> > > > 
> > > > ---------------------------------------------------------------
> > ----
> > > > --
> > > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > > > 
> > > > For further information about the NetBeans mailing lists,
> > visit:
> > > > 
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > 
> > > > 
> > > > 
> > > > 
> > 
> > 
> > 
> > -------------------------------------------------------------------
> > --
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: dev-help@netbeans.apache.org
> > 
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > 
> > 
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
> 
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Jose Ch <pe...@gmail.com>.
I delete directories:
rm -rf ~/.netbeans && rm -rf ~/.cache/netbeans

and I still get the exception. The code compiles and I can build the
project.


El vie, 20 nov 2020 a las 19:44, Matthias Bläsing (<
mblaesing@doppel-helix.eu>) escribió:

> Hi,
>
> plase recheck with a clean user dir. I'm normally on master, but reran
> with rc3 on linux with openjdk-11. I opened
>
>
> https://github.com/apache/netbeans/tree/master/enterprise/performance.web/test/unit/data/TestWebProject
>
> from Master. JSPs open cleanly, I get hightlighting, no code completion
> in JSP, but I don't know whether this is expected or not.
>
>    >Log Session: Friday, November 20, 2020 at 8:34:54 PM Central European
> Standard Time
>    >System Info:
>      Product Version         = Apache NetBeans IDE 12.2-rc3
>      Operating System        = Linux version 5.8.0-29-generic running on
> amd64
>      Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM
> 11.0.9.1+1-Ubuntu-0ubuntu1.20.10; Ubuntu
>      Runtime                 = OpenJDK Runtime Environment
> 11.0.9.1+1-Ubuntu-0ubuntu1.20.10
>      Java Home               = /usr/lib/jvm/java-11-openjdk-amd64
>
>
> Greetings
>
> Matthias
>
>
> Am Freitag, den 20.11.2020, 19:19 +0000 schrieb Jose Ch:
> > -1
> >
> > I just opened a project with a jsp file and NetBeans immediately
> > launched
> > an exception, this happened when I opened the jsp file. You can
> > reproduce
> > this issue by opening any jsp file. The exception keeps appearing
> > after you
> > close it.
> > I get this exception with and without nb-javac installed.
> > This does not happen with NetBeans 12.1
> >
> > *Product Version:* Apache NetBeans IDE 12.2-rc3
> >
> > *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> >
> > *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> >
> > *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8; en_US
> > (nb)
> >
> > java.lang.NullPointerException
> >     at
> > org.netbeans.modules.java.editor.base.semantic.TokenList.index(TokenL
> > ist.java:364)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.ja
> > va:740)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.ja
> > va:280)
> >     at
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.ac
> > cept(JCTree.java:1460)
> >     at
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> > .java:82)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:69)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> > 5)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:78)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner.j
> > ava:248)
> >     at
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.ja
> > va:1032)
> >     at
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> > .java:82)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:69)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanne
> > r.java:90)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanner.
> > java:206)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTr
> > ee.java:898)
> >     at
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> > .java:82)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:69)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> > 5)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:78)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTre
> > e.java:808)
> >     at
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> > .java:82)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:69)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> > 5)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:78)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:5
> > 61)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:2
> > 80)
> >     at
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept
> > (JCTree.java:591)
> >     at
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> > .java:82)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:69)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e.process(SemanticHighlighterBase.java:156)
> >     at
> > org.netbeans.modules.java.editor.semantic.SemanticHighlighter.process
> > (SemanticHighlighter.java:56)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e.run(SemanticHighlighterBase.java:112)
> >     at
> > org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(
> > TaskProcessor.java:561)
> > [catch] at
> > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(
> > TaskProcessor.java:786)
> >     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> >     at
> > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.exec
> > ute(TaskProcessor.java:702)
> >     at
> > org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(Ta
> > skProcessor.java:663)
> >     at
> > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executo
> > rs.java:515)
> >     at
> > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> >     at
> > org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418
> > )
> >     at
> > org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.j
> > ava:45)
> >     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> >     at
> > org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java
> > :2033)
> >
> >
> > El vie, 20 nov 2020 a las 14:12, Josh Juneau (<ju...@gmail.com>)
> > escribió:
> >
> > > +1 (worked well on OS X 10.14.6)
> > >
> > > Product Version: Apache NetBeans IDE 12.2-rc3
> > > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > > System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US
> > > (nb)
> > >
> > > Josh Juneau
> > > juneau001@gmail.com
> > > http://jj-blogger.blogspot.com
> > > https://www.apress.com/us/search?query=Juneau <
> > > https://www.apress.com/index.php/author/author/view/id/1866>
> > >
> > >
> > > On 11/19/20, 1:45 PM, "Laszlo Kishalmi"
> > > <la...@gmail.com>
> > > wrote:
> > >
> > >     Dear Apache NetBeans community,
> > >
> > >     The third, and hopefully FINAL release candidate of Apache
> > > NetBeans
> > > 12.2
> > >     is available.
> > >
> > >     This one blocker, one trivial and one documentation fix is in
> > > this
> > >     release as of:
> > >
> > >     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur -
> > > -
> > >     https://github.com/apache/netbeans/pull/2547
> > >     [NETBEANS-5043] Go to Declaration does not work in VSCode
> > > extension --
> > >     https://github.com/apache/netbeans/pull/2548
> > >     PR-2546 End user oriented README.md and dedicated BUILD.md --
> > >     https://github.com/apache/netbeans/pull/2546
> > >
> > >
> > >     Technically these codechanges only affects the MacOS launcher
> > > and the
> > >     upcoming VS Code Extension.
> > >
> > >     I'm waiting for two positive tests from different individuals
> > > that the
> > >     MacOS launcher works with BugSur and also two test that we did
> > > not
> > > break
> > >     the MacOS launcher on older Mac versions.
> > >
> > >     Please reply to this mail! Once I get those, I'm going to push
> > > another
> > >     set of artifacts for voting.
> > >
> > >     See the Artifacts on Jenkins:
> > >
> > >
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> > >
> > >     --
> > >
> > >     Laszlo Kishalmi
> > >     Release Manager of Apache NetBeans 12.2
> > >
> > >
> > >     ---------------------------------------------------------------
> > > ------
> > >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > >     For additional commands, e-mail: dev-help@netbeans.apache.org
> > >
> > >     For further information about the NetBeans mailing lists,
> > > visit:
> > >
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> > >
> > >
> > > -------------------------------------------------------------------
> > > --
> > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> > >
> > >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Jose Ch <pe...@gmail.com>.
I delete directories:
rm -rf ~/.netbeans && rm -rf ~/.cache/netbeans

and I still get the exception. The code compiles and I can build the
project.


El vie, 20 nov 2020 a las 19:44, Matthias Bläsing (<
mblaesing@doppel-helix.eu>) escribió:

> Hi,
>
> plase recheck with a clean user dir. I'm normally on master, but reran
> with rc3 on linux with openjdk-11. I opened
>
>
> https://github.com/apache/netbeans/tree/master/enterprise/performance.web/test/unit/data/TestWebProject
>
> from Master. JSPs open cleanly, I get hightlighting, no code completion
> in JSP, but I don't know whether this is expected or not.
>
>    >Log Session: Friday, November 20, 2020 at 8:34:54 PM Central European
> Standard Time
>    >System Info:
>      Product Version         = Apache NetBeans IDE 12.2-rc3
>      Operating System        = Linux version 5.8.0-29-generic running on
> amd64
>      Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM
> 11.0.9.1+1-Ubuntu-0ubuntu1.20.10; Ubuntu
>      Runtime                 = OpenJDK Runtime Environment
> 11.0.9.1+1-Ubuntu-0ubuntu1.20.10
>      Java Home               = /usr/lib/jvm/java-11-openjdk-amd64
>
>
> Greetings
>
> Matthias
>
>
> Am Freitag, den 20.11.2020, 19:19 +0000 schrieb Jose Ch:
> > -1
> >
> > I just opened a project with a jsp file and NetBeans immediately
> > launched
> > an exception, this happened when I opened the jsp file. You can
> > reproduce
> > this issue by opening any jsp file. The exception keeps appearing
> > after you
> > close it.
> > I get this exception with and without nb-javac installed.
> > This does not happen with NetBeans 12.1
> >
> > *Product Version:* Apache NetBeans IDE 12.2-rc3
> >
> > *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> >
> > *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> >
> > *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8; en_US
> > (nb)
> >
> > java.lang.NullPointerException
> >     at
> > org.netbeans.modules.java.editor.base.semantic.TokenList.index(TokenL
> > ist.java:364)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.ja
> > va:740)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.ja
> > va:280)
> >     at
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.ac
> > cept(JCTree.java:1460)
> >     at
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> > .java:82)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:69)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> > 5)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:78)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner.j
> > ava:248)
> >     at
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.ja
> > va:1032)
> >     at
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> > .java:82)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:69)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanne
> > r.java:90)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanner.
> > java:206)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTr
> > ee.java:898)
> >     at
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> > .java:82)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:69)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> > 5)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:78)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTre
> > e.java:808)
> >     at
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> > .java:82)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:69)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> > 5)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:78)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:5
> > 61)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:2
> > 80)
> >     at
> > jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept
> > (JCTree.java:591)
> >     at
> > jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> > .java:82)
> >     at
> > org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> > CancellableTreePathScanner.java:69)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e.process(SemanticHighlighterBase.java:156)
> >     at
> > org.netbeans.modules.java.editor.semantic.SemanticHighlighter.process
> > (SemanticHighlighter.java:56)
> >     at
> > org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> > e.run(SemanticHighlighterBase.java:112)
> >     at
> > org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(
> > TaskProcessor.java:561)
> > [catch] at
> > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(
> > TaskProcessor.java:786)
> >     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> >     at
> > org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.exec
> > ute(TaskProcessor.java:702)
> >     at
> > org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(Ta
> > skProcessor.java:663)
> >     at
> > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executo
> > rs.java:515)
> >     at
> > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> >     at
> > org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418
> > )
> >     at
> > org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.j
> > ava:45)
> >     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> >     at
> > org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java
> > :2033)
> >
> >
> > El vie, 20 nov 2020 a las 14:12, Josh Juneau (<ju...@gmail.com>)
> > escribió:
> >
> > > +1 (worked well on OS X 10.14.6)
> > >
> > > Product Version: Apache NetBeans IDE 12.2-rc3
> > > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > > System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US
> > > (nb)
> > >
> > > Josh Juneau
> > > juneau001@gmail.com
> > > http://jj-blogger.blogspot.com
> > > https://www.apress.com/us/search?query=Juneau <
> > > https://www.apress.com/index.php/author/author/view/id/1866>
> > >
> > >
> > > On 11/19/20, 1:45 PM, "Laszlo Kishalmi"
> > > <la...@gmail.com>
> > > wrote:
> > >
> > >     Dear Apache NetBeans community,
> > >
> > >     The third, and hopefully FINAL release candidate of Apache
> > > NetBeans
> > > 12.2
> > >     is available.
> > >
> > >     This one blocker, one trivial and one documentation fix is in
> > > this
> > >     release as of:
> > >
> > >     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur -
> > > -
> > >     https://github.com/apache/netbeans/pull/2547
> > >     [NETBEANS-5043] Go to Declaration does not work in VSCode
> > > extension --
> > >     https://github.com/apache/netbeans/pull/2548
> > >     PR-2546 End user oriented README.md and dedicated BUILD.md --
> > >     https://github.com/apache/netbeans/pull/2546
> > >
> > >
> > >     Technically these codechanges only affects the MacOS launcher
> > > and the
> > >     upcoming VS Code Extension.
> > >
> > >     I'm waiting for two positive tests from different individuals
> > > that the
> > >     MacOS launcher works with BugSur and also two test that we did
> > > not
> > > break
> > >     the MacOS launcher on older Mac versions.
> > >
> > >     Please reply to this mail! Once I get those, I'm going to push
> > > another
> > >     set of artifacts for voting.
> > >
> > >     See the Artifacts on Jenkins:
> > >
> > >
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> > >
> > >     --
> > >
> > >     Laszlo Kishalmi
> > >     Release Manager of Apache NetBeans 12.2
> > >
> > >
> > >     ---------------------------------------------------------------
> > > ------
> > >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > >     For additional commands, e-mail: dev-help@netbeans.apache.org
> > >
> > >     For further information about the NetBeans mailing lists,
> > > visit:
> > >
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> > >
> > >
> > > -------------------------------------------------------------------
> > > --
> > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> > >
> > >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Matthias Bläsing <mb...@doppel-helix.eu>.
Hi,

plase recheck with a clean user dir. I'm normally on master, but reran
with rc3 on linux with openjdk-11. I opened

https://github.com/apache/netbeans/tree/master/enterprise/performance.web/test/unit/data/TestWebProject

from Master. JSPs open cleanly, I get hightlighting, no code completion
in JSP, but I don't know whether this is expected or not.

   >Log Session: Friday, November 20, 2020 at 8:34:54 PM Central European Standard Time
   >System Info: 
     Product Version         = Apache NetBeans IDE 12.2-rc3
     Operating System        = Linux version 5.8.0-29-generic running on amd64
     Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+1-Ubuntu-0ubuntu1.20.10; Ubuntu
     Runtime                 = OpenJDK Runtime Environment 11.0.9.1+1-Ubuntu-0ubuntu1.20.10
     Java Home               = /usr/lib/jvm/java-11-openjdk-amd64


Greetings

Matthias


Am Freitag, den 20.11.2020, 19:19 +0000 schrieb Jose Ch:
> -1
> 
> I just opened a project with a jsp file and NetBeans immediately
> launched
> an exception, this happened when I opened the jsp file. You can
> reproduce
> this issue by opening any jsp file. The exception keeps appearing
> after you
> close it.
> I get this exception with and without nb-javac installed.
> This does not happen with NetBeans 12.1
> 
> *Product Version:* Apache NetBeans IDE 12.2-rc3 
> 
> *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> 
> *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> 
> *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8; en_US
> (nb)
> 
> java.lang.NullPointerException
>     at
> org.netbeans.modules.java.editor.base.semantic.TokenList.index(TokenL
> ist.java:364)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.ja
> va:740)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.ja
> va:280)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.ac
> cept(JCTree.java:1460)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> .java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> 5)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:78)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner.j
> ava:248)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.ja
> va:1032)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> .java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanne
> r.java:90)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanner.
> java:206)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTr
> ee.java:898)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> .java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> 5)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:78)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTre
> e.java:808)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> .java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> 5)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:78)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:5
> 61)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:2
> 80)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept
> (JCTree.java:591)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> .java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e.process(SemanticHighlighterBase.java:156)
>     at
> org.netbeans.modules.java.editor.semantic.SemanticHighlighter.process
> (SemanticHighlighter.java:56)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e.run(SemanticHighlighterBase.java:112)
>     at
> org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(
> TaskProcessor.java:561)
> [catch] at
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(
> TaskProcessor.java:786)
>     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>     at
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.exec
> ute(TaskProcessor.java:702)
>     at
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(Ta
> skProcessor.java:663)
>     at
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executo
> rs.java:515)
>     at
> java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>     at
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418
> )
>     at
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.j
> ava:45)
>     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>     at
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java
> :2033)
> 
> 
> El vie, 20 nov 2020 a las 14:12, Josh Juneau (<ju...@gmail.com>)
> escribió:
> 
> > +1 (worked well on OS X 10.14.6)
> > 
> > Product Version: Apache NetBeans IDE 12.2-rc3
> > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US
> > (nb)
> > 
> > Josh Juneau
> > juneau001@gmail.com
> > http://jj-blogger.blogspot.com
> > https://www.apress.com/us/search?query=Juneau <
> > https://www.apress.com/index.php/author/author/view/id/1866>
> > 
> > 
> > On 11/19/20, 1:45 PM, "Laszlo Kishalmi"
> > <la...@gmail.com>
> > wrote:
> > 
> >     Dear Apache NetBeans community,
> > 
> >     The third, and hopefully FINAL release candidate of Apache
> > NetBeans
> > 12.2
> >     is available.
> > 
> >     This one blocker, one trivial and one documentation fix is in
> > this
> >     release as of:
> > 
> >     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur -
> > -
> >     https://github.com/apache/netbeans/pull/2547
> >     [NETBEANS-5043] Go to Declaration does not work in VSCode
> > extension --
> >     https://github.com/apache/netbeans/pull/2548
> >     PR-2546 End user oriented README.md and dedicated BUILD.md --
> >     https://github.com/apache/netbeans/pull/2546
> > 
> > 
> >     Technically these codechanges only affects the MacOS launcher
> > and the
> >     upcoming VS Code Extension.
> > 
> >     I'm waiting for two positive tests from different individuals
> > that the
> >     MacOS launcher works with BugSur and also two test that we did
> > not
> > break
> >     the MacOS launcher on older Mac versions.
> > 
> >     Please reply to this mail! Once I get those, I'm going to push
> > another
> >     set of artifacts for voting.
> > 
> >     See the Artifacts on Jenkins:
> > 
> > https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> > 
> >     --
> > 
> >     Laszlo Kishalmi
> >     Release Manager of Apache NetBeans 12.2
> > 
> > 
> >     ---------------------------------------------------------------
> > ------
> >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> >     For additional commands, e-mail: dev-help@netbeans.apache.org
> > 
> >     For further information about the NetBeans mailing lists,
> > visit:
> >    
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > 
> > 
> > 
> > 
> > -------------------------------------------------------------------
> > --
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: dev-help@netbeans.apache.org
> > 
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > 
> > 
> > 
> > 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Matthias Bläsing <mb...@doppel-helix.eu>.
Hi,

plase recheck with a clean user dir. I'm normally on master, but reran
with rc3 on linux with openjdk-11. I opened

https://github.com/apache/netbeans/tree/master/enterprise/performance.web/test/unit/data/TestWebProject

from Master. JSPs open cleanly, I get hightlighting, no code completion
in JSP, but I don't know whether this is expected or not.

   >Log Session: Friday, November 20, 2020 at 8:34:54 PM Central European Standard Time
   >System Info: 
     Product Version         = Apache NetBeans IDE 12.2-rc3
     Operating System        = Linux version 5.8.0-29-generic running on amd64
     Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+1-Ubuntu-0ubuntu1.20.10; Ubuntu
     Runtime                 = OpenJDK Runtime Environment 11.0.9.1+1-Ubuntu-0ubuntu1.20.10
     Java Home               = /usr/lib/jvm/java-11-openjdk-amd64


Greetings

Matthias


Am Freitag, den 20.11.2020, 19:19 +0000 schrieb Jose Ch:
> -1
> 
> I just opened a project with a jsp file and NetBeans immediately
> launched
> an exception, this happened when I opened the jsp file. You can
> reproduce
> this issue by opening any jsp file. The exception keeps appearing
> after you
> close it.
> I get this exception with and without nb-javac installed.
> This does not happen with NetBeans 12.1
> 
> *Product Version:* Apache NetBeans IDE 12.2-rc3 
> 
> *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> 
> *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> 
> *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8; en_US
> (nb)
> 
> java.lang.NullPointerException
>     at
> org.netbeans.modules.java.editor.base.semantic.TokenList.index(TokenL
> ist.java:364)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.ja
> va:740)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.ja
> va:280)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.ac
> cept(JCTree.java:1460)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> .java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> 5)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:78)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner.j
> ava:248)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.ja
> va:1032)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> .java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanne
> r.java:90)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanner.
> java:206)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTr
> ee.java:898)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> .java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> 5)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:78)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTre
> e.java:808)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> .java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:10
> 5)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:78)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:5
> 61)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:2
> 80)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept
> (JCTree.java:591)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner
> .java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(
> CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e.process(SemanticHighlighterBase.java:156)
>     at
> org.netbeans.modules.java.editor.semantic.SemanticHighlighter.process
> (SemanticHighlighter.java:56)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBas
> e.run(SemanticHighlighterBase.java:112)
>     at
> org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(
> TaskProcessor.java:561)
> [catch] at
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(
> TaskProcessor.java:786)
>     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>     at
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.exec
> ute(TaskProcessor.java:702)
>     at
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(Ta
> skProcessor.java:663)
>     at
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executo
> rs.java:515)
>     at
> java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>     at
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418
> )
>     at
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.j
> ava:45)
>     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>     at
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java
> :2033)
> 
> 
> El vie, 20 nov 2020 a las 14:12, Josh Juneau (<ju...@gmail.com>)
> escribió:
> 
> > +1 (worked well on OS X 10.14.6)
> > 
> > Product Version: Apache NetBeans IDE 12.2-rc3
> > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US
> > (nb)
> > 
> > Josh Juneau
> > juneau001@gmail.com
> > http://jj-blogger.blogspot.com
> > https://www.apress.com/us/search?query=Juneau <
> > https://www.apress.com/index.php/author/author/view/id/1866>
> > 
> > 
> > On 11/19/20, 1:45 PM, "Laszlo Kishalmi"
> > <la...@gmail.com>
> > wrote:
> > 
> >     Dear Apache NetBeans community,
> > 
> >     The third, and hopefully FINAL release candidate of Apache
> > NetBeans
> > 12.2
> >     is available.
> > 
> >     This one blocker, one trivial and one documentation fix is in
> > this
> >     release as of:
> > 
> >     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur -
> > -
> >     https://github.com/apache/netbeans/pull/2547
> >     [NETBEANS-5043] Go to Declaration does not work in VSCode
> > extension --
> >     https://github.com/apache/netbeans/pull/2548
> >     PR-2546 End user oriented README.md and dedicated BUILD.md --
> >     https://github.com/apache/netbeans/pull/2546
> > 
> > 
> >     Technically these codechanges only affects the MacOS launcher
> > and the
> >     upcoming VS Code Extension.
> > 
> >     I'm waiting for two positive tests from different individuals
> > that the
> >     MacOS launcher works with BugSur and also two test that we did
> > not
> > break
> >     the MacOS launcher on older Mac versions.
> > 
> >     Please reply to this mail! Once I get those, I'm going to push
> > another
> >     set of artifacts for voting.
> > 
> >     See the Artifacts on Jenkins:
> > 
> > https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> > 
> >     --
> > 
> >     Laszlo Kishalmi
> >     Release Manager of Apache NetBeans 12.2
> > 
> > 
> >     ---------------------------------------------------------------
> > ------
> >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> >     For additional commands, e-mail: dev-help@netbeans.apache.org
> > 
> >     For further information about the NetBeans mailing lists,
> > visit:
> >    
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > 
> > 
> > 
> > 
> > -------------------------------------------------------------------
> > --
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: dev-help@netbeans.apache.org
> > 
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > 
> > 
> > 
> > 



---------------------------------------------------------------------
To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
For additional commands, e-mail: netcat-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
In an Apache project, reporting an issue is only the beginning -- either
you fix it yourself or you actively lobby for it to be fixed on the dev
mailing list. As a last resort, during the betas, you can raise, in the
beta threads, your reasoning for your issue to be fixed, however at this
late stage -- especially since 12.2 is a feature release and not an LTS,
i.e., 12.2 is not heavily tested -- I'd argue that this issue falls outside
the scope of the issues that should be taken into account at this stage of
the process, though Laszlo as release manager can disagree of course. Jan
Lahoda has a pull request available in the meantime and so it should be
part of 12.3 or the next LTS.

Gj

On Sat, Nov 21, 2020 at 11:54 AM Ghader Arkani <gh...@gmail.com>
wrote:

> I reported the jsp issue about a month ago
> https://issues.apache.org/jira/browse/NETBEANS-4939
>
> On 2020/11/20 19:19:35, Jose Ch <pe...@gmail.com> wrote:
> > -1
> >
> > I just opened a project with a jsp file and NetBeans immediately launched
> > an exception, this happened when I opened the jsp file. You can reproduce
> > this issue by opening any jsp file. The exception keeps appearing after
> you
> > close it.
> > I get this exception with and without nb-javac installed.
> > This does not happen with NetBeans 12.1
> >
> > *Product Version:* Apache NetBeans IDE 12.2-rc3
> >
> > *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> >
> > *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> >
> > *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8; en_US
> (nb)
> >
> > java.lang.NullPointerException
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.TokenList.index(TokenList.java:364)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:740)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:280)
> >     at
> >
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1460)
> >     at
> >
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
> >     at
> >
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
> >     at
> >
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
> >     at
> >
> jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:248)
> >     at
> >
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1032)
> >     at
> >
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
> >     at
> >
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> >
> jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:90)
> >     at
> >
> jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanner.java:206)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
> >     at
> >
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:898)
> >     at
> >
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
> >     at
> >
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
> >     at
> >
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
> >     at
> >
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:808)
> >     at
> >
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
> >     at
> >
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
> >     at
> > jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
> >     at
> >
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:561)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:280)
> >     at
> >
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:591)
> >     at
> >
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
> >     at
> >
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase.process(SemanticHighlighterBase.java:156)
> >     at
> >
> org.netbeans.modules.java.editor.semantic.SemanticHighlighter.process(SemanticHighlighter.java:56)
> >     at
> >
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase.run(SemanticHighlighterBase.java:112)
> >     at
> >
> org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
> > [catch] at
> >
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
> >     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
> >     at
> >
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
> >     at
> >
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
> >     at
> >
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
> >     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> >     at
> > org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> >     at
> >
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> >     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> >     at
> >
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> >
> >
> > El vie, 20 nov 2020 a las 14:12, Josh Juneau (<ju...@gmail.com>)
> > escribió:
> >
> > > +1 (worked well on OS X 10.14.6)
> > >
> > > Product Version: Apache NetBeans IDE 12.2-rc3
> > > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > > System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)
> > >
> > > Josh Juneau
> > > juneau001@gmail.com
> > > http://jj-blogger.blogspot.com
> > > https://www.apress.com/us/search?query=Juneau <
> > > https://www.apress.com/index.php/author/author/view/id/1866>
> > >
> > >
> > > On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com>
> > > wrote:
> > >
> > >     Dear Apache NetBeans community,
> > >
> > >     The third, and hopefully FINAL release candidate of Apache NetBeans
> > > 12.2
> > >     is available.
> > >
> > >     This one blocker, one trivial and one documentation fix is in this
> > >     release as of:
> > >
> > >     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
> > >     https://github.com/apache/netbeans/pull/2547
> > >     [NETBEANS-5043] Go to Declaration does not work in VSCode
> extension --
> > >     https://github.com/apache/netbeans/pull/2548
> > >     PR-2546 End user oriented README.md and dedicated BUILD.md --
> > >     https://github.com/apache/netbeans/pull/2546
> > >
> > >
> > >     Technically these codechanges only affects the MacOS launcher and
> the
> > >     upcoming VS Code Extension.
> > >
> > >     I'm waiting for two positive tests from different individuals that
> the
> > >     MacOS launcher works with BugSur and also two test that we did not
> > > break
> > >     the MacOS launcher on older Mac versions.
> > >
> > >     Please reply to this mail! Once I get those, I'm going to push
> another
> > >     set of artifacts for voting.
> > >
> > >     See the Artifacts on Jenkins:
> > >
> > >
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> > >
> > >     --
> > >
> > >     Laszlo Kishalmi
> > >     Release Manager of Apache NetBeans 12.2
> > >
> > >
> > >
>  ---------------------------------------------------------------------
> > >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > >     For additional commands, e-mail: dev-help@netbeans.apache.org
> > >
> > >     For further information about the NetBeans mailing lists, visit:
> > >     https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > > For additional commands, e-mail: dev-help@netbeans.apache.org
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> > >
> > >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Ghader Arkani <gh...@gmail.com>.
I reported the jsp issue about a month ago
https://issues.apache.org/jira/browse/NETBEANS-4939

On 2020/11/20 19:19:35, Jose Ch <pe...@gmail.com> wrote: 
> -1
> 
> I just opened a project with a jsp file and NetBeans immediately launched
> an exception, this happened when I opened the jsp file. You can reproduce
> this issue by opening any jsp file. The exception keeps appearing after you
> close it.
> I get this exception with and without nb-javac installed.
> This does not happen with NetBeans 12.1
> 
> *Product Version:* Apache NetBeans IDE 12.2-rc3
> 
> *Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11
> 
> *Runtime:* OpenJDK Runtime Environment 11.0.9+11
> 
> *System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8; en_US (nb)
> 
> java.lang.NullPointerException
>     at
> org.netbeans.modules.java.editor.base.semantic.TokenList.index(TokenList.java:364)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:740)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1460)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:248)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1032)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:90)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanner.java:206)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:898)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:808)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:561)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:280)
>     at
> jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:591)
>     at
> jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
>     at
> org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase.process(SemanticHighlighterBase.java:156)
>     at
> org.netbeans.modules.java.editor.semantic.SemanticHighlighter.process(SemanticHighlighter.java:56)
>     at
> org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase.run(SemanticHighlighterBase.java:112)
>     at
> org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
> [catch] at
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
>     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
>     at
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
>     at
> org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
>     at
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>     at
> org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>     at
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
>     at
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> 
> 
> El vie, 20 nov 2020 a las 14:12, Josh Juneau (<ju...@gmail.com>)
> escribió:
> 
> > +1 (worked well on OS X 10.14.6)
> >
> > Product Version: Apache NetBeans IDE 12.2-rc3
> > Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> > Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> > System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)
> >
> > Josh Juneau
> > juneau001@gmail.com
> > http://jj-blogger.blogspot.com
> > https://www.apress.com/us/search?query=Juneau <
> > https://www.apress.com/index.php/author/author/view/id/1866>
> >
> >
> > On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com>
> > wrote:
> >
> >     Dear Apache NetBeans community,
> >
> >     The third, and hopefully FINAL release candidate of Apache NetBeans
> > 12.2
> >     is available.
> >
> >     This one blocker, one trivial and one documentation fix is in this
> >     release as of:
> >
> >     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
> >     https://github.com/apache/netbeans/pull/2547
> >     [NETBEANS-5043] Go to Declaration does not work in VSCode extension --
> >     https://github.com/apache/netbeans/pull/2548
> >     PR-2546 End user oriented README.md and dedicated BUILD.md --
> >     https://github.com/apache/netbeans/pull/2546
> >
> >
> >     Technically these codechanges only affects the MacOS launcher and the
> >     upcoming VS Code Extension.
> >
> >     I'm waiting for two positive tests from different individuals that the
> >     MacOS launcher works with BugSur and also two test that we did not
> > break
> >     the MacOS launcher on older Mac versions.
> >
> >     Please reply to this mail! Once I get those, I'm going to push another
> >     set of artifacts for voting.
> >
> >     See the Artifacts on Jenkins:
> >
> > https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
> >
> >     --
> >
> >     Laszlo Kishalmi
> >     Release Manager of Apache NetBeans 12.2
> >
> >
> >     ---------------------------------------------------------------------
> >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> >     For additional commands, e-mail: dev-help@netbeans.apache.org
> >
> >     For further information about the NetBeans mailing lists, visit:
> >     https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: dev-help@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Jose Ch <pe...@gmail.com>.
-1

I just opened a project with a jsp file and NetBeans immediately launched
an exception, this happened when I opened the jsp file. You can reproduce
this issue by opening any jsp file. The exception keeps appearing after you
close it.
I get this exception with and without nb-javac installed.
This does not happen with NetBeans 12.1

*Product Version:* Apache NetBeans IDE 12.2-rc3

*Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11

*Runtime:* OpenJDK Runtime Environment 11.0.9+11

*System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8; en_US (nb)

java.lang.NullPointerException
    at
org.netbeans.modules.java.editor.base.semantic.TokenList.index(TokenList.java:364)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:740)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1460)
    at
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
    at
jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:248)
    at
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1032)
    at
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:90)
    at
jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanner.java:206)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:898)
    at
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:808)
    at
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:561)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:591)
    at
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase.process(SemanticHighlighterBase.java:156)
    at
org.netbeans.modules.java.editor.semantic.SemanticHighlighter.process(SemanticHighlighter.java:56)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase.run(SemanticHighlighterBase.java:112)
    at
org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
[catch] at
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
    at
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
    at
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
    at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
    at
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
    at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)


El vie, 20 nov 2020 a las 14:12, Josh Juneau (<ju...@gmail.com>)
escribió:

> +1 (worked well on OS X 10.14.6)
>
> Product Version: Apache NetBeans IDE 12.2-rc3
> Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)
>
> Josh Juneau
> juneau001@gmail.com
> http://jj-blogger.blogspot.com
> https://www.apress.com/us/search?query=Juneau <
> https://www.apress.com/index.php/author/author/view/id/1866>
>
>
> On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com>
> wrote:
>
>     Dear Apache NetBeans community,
>
>     The third, and hopefully FINAL release candidate of Apache NetBeans
> 12.2
>     is available.
>
>     This one blocker, one trivial and one documentation fix is in this
>     release as of:
>
>     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
>     https://github.com/apache/netbeans/pull/2547
>     [NETBEANS-5043] Go to Declaration does not work in VSCode extension --
>     https://github.com/apache/netbeans/pull/2548
>     PR-2546 End user oriented README.md and dedicated BUILD.md --
>     https://github.com/apache/netbeans/pull/2546
>
>
>     Technically these codechanges only affects the MacOS launcher and the
>     upcoming VS Code Extension.
>
>     I'm waiting for two positive tests from different individuals that the
>     MacOS launcher works with BugSur and also two test that we did not
> break
>     the MacOS launcher on older Mac versions.
>
>     Please reply to this mail! Once I get those, I'm going to push another
>     set of artifacts for voting.
>
>     See the Artifacts on Jenkins:
>
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
>
>     --
>
>     Laszlo Kishalmi
>     Release Manager of Apache NetBeans 12.2
>
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
>     For additional commands, e-mail: dev-help@netbeans.apache.org
>
>     For further information about the NetBeans mailing lists, visit:
>     https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Laszlo Kishalmi <la...@gmail.com>.
Thank you!

We have the required number of positive feedback, I'm switching the flag 
on rc3 and upload the vc2 for the next round.


On 11/20/20 11:32 AM, Scott Palmer wrote:
> +1  Launched for me on Big Sur.
>
> I have several JDKs installed, it launched using 1.8 (the oldest JDK I 
> have), That appears to be because I had the JAVA_HOME environment 
> variable set to that.
>
> I unset JAVA_HOME with “launchctl unsetenv JAVA_HOME” and launched NB 
> again - this time it used JDK 16-lanai (the latest I have installed) 
>  and complained that it could not enable the JavaFX module.  (My 
> JDK-16 doesn’t have JavaFX modules in it)
> But it “worked".
>
>
> Scott
>
>> On Nov 20, 2020, at 2:10 PM, Laszlo Kishalmi 
>> <laszlo.kishalmi@gmail.com <ma...@gmail.com>> wrote:
>>
>> Thank you!
>>
>> Now I'm waiting for a confirmation on another user on BigSur. I'm 
>> sorry Jarda, I have to ignore your +0.1, but I appreciate your effort!
>>
>> On 11/20/20 6:12 AM, Josh Juneau wrote:
>>> +1 (worked well on OS X 10.14.6)
>>>
>>> Product Version: Apache NetBeans IDE 12.2-rc3
>>> Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
>>> Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
>>> System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)
>>>
>>> Josh Juneau
>>> juneau001@gmail.com <ma...@gmail.com>
>>> http://jj-blogger.blogspot.com
>>> https://www.apress.com/us/search?query=Juneau 
>>> <https://www.apress.com/index.php/author/author/view/id/1866>
>>>
>>> On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com> 
>>> wrote:
>>>
>>>     Dear Apache NetBeans community,
>>>
>>>     The third, and hopefully FINAL release candidate of Apache 
>>> NetBeans 12.2
>>>     is available.
>>>
>>>     This one blocker, one trivial and one documentation fix is in this
>>>     release as of:
>>>
>>>     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
>>>     https://github.com/apache/netbeans/pull/2547
>>>     [NETBEANS-5043] Go to Declaration does not work in VSCode 
>>> extension --
>>>     https://github.com/apache/netbeans/pull/2548
>>>     PR-2546 End user oriented README.md and dedicated BUILD.md --
>>>     https://github.com/apache/netbeans/pull/2546
>>>
>>>
>>>     Technically these codechanges only affects the MacOS launcher 
>>> and the
>>>     upcoming VS Code Extension.
>>>
>>>     I'm waiting for two positive tests from different individuals 
>>> that the
>>>     MacOS launcher works with BugSur and also two test that we did 
>>> not break
>>>     the MacOS launcher on older Mac versions.
>>>
>>>     Please reply to this mail! Once I get those, I'm going to push 
>>> another
>>>     set of artifacts for voting.
>>>
>>>     See the Artifacts on Jenkins:
>>>     https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
>>>
>>>     --
>>>
>>>     Laszlo Kishalmi
>>>     Release Manager of Apache NetBeans 12.2
>>>
>>>
>>>     ---------------------------------------------------------------------
>>>     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
>>>     For additional commands, e-mail: dev-help@netbeans.apache.org
>>>
>>>     For further information about the NetBeans mailing lists, visit:
>>>     https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail:netcat-unsubscribe@netbeans.apache.org 
>>> <ma...@netbeans.apache.org>
>>> For additional commands, e-mail:netcat-help@netbeans.apache.org 
>>> <ma...@netbeans.apache.org>
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:netcat-unsubscribe@netbeans.apache.org 
>> <ma...@netbeans.apache.org>
>> For additional commands, e-mail:netcat-help@netbeans.apache.org 
>> <ma...@netbeans.apache.org>
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Laszlo Kishalmi <la...@gmail.com>.
Thank you!

We have the required number of positive feedback, I'm switching the flag 
on rc3 and upload the vc2 for the next round.

On 11/20/20 11:32 AM, Scott Palmer wrote:
> +1  Launched for me on Big Sur.
>
> I have several JDKs installed, it launched using 1.8 (the oldest JDK I 
> have), That appears to be because I had the JAVA_HOME environment 
> variable set to that.
>
> I unset JAVA_HOME with “launchctl unsetenv JAVA_HOME” and launched NB 
> again - this time it used JDK 16-lanai (the latest I have installed) 
>  and complained that it could not enable the JavaFX module.  (My 
> JDK-16 doesn’t have JavaFX modules in it)
> But it “worked".
>
>
> Scott
>
>> On Nov 20, 2020, at 2:10 PM, Laszlo Kishalmi 
>> <laszlo.kishalmi@gmail.com <ma...@gmail.com>> wrote:
>>
>> Thank you!
>>
>> Now I'm waiting for a confirmation on another user on BigSur. I'm 
>> sorry Jarda, I have to ignore your +0.1, but I appreciate your effort!
>>
>> On 11/20/20 6:12 AM, Josh Juneau wrote:
>>> +1 (worked well on OS X 10.14.6)
>>>
>>> Product Version: Apache NetBeans IDE 12.2-rc3
>>> Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
>>> Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
>>> System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)
>>>
>>> Josh Juneau
>>> juneau001@gmail.com <ma...@gmail.com>
>>> http://jj-blogger.blogspot.com
>>> https://www.apress.com/us/search?query=Juneau 
>>> <https://www.apress.com/index.php/author/author/view/id/1866>
>>>
>>> On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com> 
>>> wrote:
>>>
>>>     Dear Apache NetBeans community,
>>>
>>>     The third, and hopefully FINAL release candidate of Apache 
>>> NetBeans 12.2
>>>     is available.
>>>
>>>     This one blocker, one trivial and one documentation fix is in this
>>>     release as of:
>>>
>>>     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
>>>     https://github.com/apache/netbeans/pull/2547
>>>     [NETBEANS-5043] Go to Declaration does not work in VSCode 
>>> extension --
>>>     https://github.com/apache/netbeans/pull/2548
>>>     PR-2546 End user oriented README.md and dedicated BUILD.md --
>>>     https://github.com/apache/netbeans/pull/2546
>>>
>>>
>>>     Technically these codechanges only affects the MacOS launcher 
>>> and the
>>>     upcoming VS Code Extension.
>>>
>>>     I'm waiting for two positive tests from different individuals 
>>> that the
>>>     MacOS launcher works with BugSur and also two test that we did 
>>> not break
>>>     the MacOS launcher on older Mac versions.
>>>
>>>     Please reply to this mail! Once I get those, I'm going to push 
>>> another
>>>     set of artifacts for voting.
>>>
>>>     See the Artifacts on Jenkins:
>>>     https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
>>>
>>>     --
>>>
>>>     Laszlo Kishalmi
>>>     Release Manager of Apache NetBeans 12.2
>>>
>>>
>>>     ---------------------------------------------------------------------
>>>     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
>>>     For additional commands, e-mail: dev-help@netbeans.apache.org
>>>
>>>     For further information about the NetBeans mailing lists, visit:
>>>     https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail:netcat-unsubscribe@netbeans.apache.org 
>>> <ma...@netbeans.apache.org>
>>> For additional commands, e-mail:netcat-help@netbeans.apache.org 
>>> <ma...@netbeans.apache.org>
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:netcat-unsubscribe@netbeans.apache.org 
>> <ma...@netbeans.apache.org>
>> For additional commands, e-mail:netcat-help@netbeans.apache.org 
>> <ma...@netbeans.apache.org>
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Laszlo Kishalmi <la...@gmail.com>.
Thank you!

We have the required number of positive feedback, I'm switching the flag 
on rc3 and upload the vc2 for the next round.


On 11/20/20 11:32 AM, Scott Palmer wrote:
> +1  Launched for me on Big Sur.
>
> I have several JDKs installed, it launched using 1.8 (the oldest JDK I 
> have), That appears to be because I had the JAVA_HOME environment 
> variable set to that.
>
> I unset JAVA_HOME with “launchctl unsetenv JAVA_HOME” and launched NB 
> again - this time it used JDK 16-lanai (the latest I have installed) 
>  and complained that it could not enable the JavaFX module.  (My 
> JDK-16 doesn’t have JavaFX modules in it)
> But it “worked".
>
>
> Scott
>
>> On Nov 20, 2020, at 2:10 PM, Laszlo Kishalmi 
>> <laszlo.kishalmi@gmail.com <ma...@gmail.com>> wrote:
>>
>> Thank you!
>>
>> Now I'm waiting for a confirmation on another user on BigSur. I'm 
>> sorry Jarda, I have to ignore your +0.1, but I appreciate your effort!
>>
>> On 11/20/20 6:12 AM, Josh Juneau wrote:
>>> +1 (worked well on OS X 10.14.6)
>>>
>>> Product Version: Apache NetBeans IDE 12.2-rc3
>>> Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
>>> Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
>>> System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)
>>>
>>> Josh Juneau
>>> juneau001@gmail.com <ma...@gmail.com>
>>> http://jj-blogger.blogspot.com
>>> https://www.apress.com/us/search?query=Juneau 
>>> <https://www.apress.com/index.php/author/author/view/id/1866>
>>>
>>> On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com> 
>>> wrote:
>>>
>>>     Dear Apache NetBeans community,
>>>
>>>     The third, and hopefully FINAL release candidate of Apache 
>>> NetBeans 12.2
>>>     is available.
>>>
>>>     This one blocker, one trivial and one documentation fix is in this
>>>     release as of:
>>>
>>>     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
>>>     https://github.com/apache/netbeans/pull/2547
>>>     [NETBEANS-5043] Go to Declaration does not work in VSCode 
>>> extension --
>>>     https://github.com/apache/netbeans/pull/2548
>>>     PR-2546 End user oriented README.md and dedicated BUILD.md --
>>>     https://github.com/apache/netbeans/pull/2546
>>>
>>>
>>>     Technically these codechanges only affects the MacOS launcher 
>>> and the
>>>     upcoming VS Code Extension.
>>>
>>>     I'm waiting for two positive tests from different individuals 
>>> that the
>>>     MacOS launcher works with BugSur and also two test that we did 
>>> not break
>>>     the MacOS launcher on older Mac versions.
>>>
>>>     Please reply to this mail! Once I get those, I'm going to push 
>>> another
>>>     set of artifacts for voting.
>>>
>>>     See the Artifacts on Jenkins:
>>>     https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
>>>
>>>     --
>>>
>>>     Laszlo Kishalmi
>>>     Release Manager of Apache NetBeans 12.2
>>>
>>>
>>>     ---------------------------------------------------------------------
>>>     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
>>>     For additional commands, e-mail: dev-help@netbeans.apache.org
>>>
>>>     For further information about the NetBeans mailing lists, visit:
>>>     https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail:netcat-unsubscribe@netbeans.apache.org 
>>> <ma...@netbeans.apache.org>
>>> For additional commands, e-mail:netcat-help@netbeans.apache.org 
>>> <ma...@netbeans.apache.org>
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:netcat-unsubscribe@netbeans.apache.org 
>> <ma...@netbeans.apache.org>
>> For additional commands, e-mail:netcat-help@netbeans.apache.org 
>> <ma...@netbeans.apache.org>
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Scott Palmer <sw...@gmail.com>.
+1  Launched for me on Big Sur.  

I have several JDKs installed, it launched using 1.8 (the oldest JDK I have), That appears to be because I had the JAVA_HOME environment variable set to that.

I unset JAVA_HOME with “launchctl unsetenv JAVA_HOME” and launched NB again - this time it used JDK 16-lanai (the latest I have installed)  and complained that it could not enable the JavaFX module.  (My JDK-16 doesn’t have JavaFX modules in it)
But it “worked".


Scott

> On Nov 20, 2020, at 2:10 PM, Laszlo Kishalmi <la...@gmail.com> wrote:
> 
> Thank you!
> 
> Now I'm waiting for a confirmation on another user on BigSur. I'm sorry Jarda, I have to ignore your +0.1, but I appreciate your effort!
> 
> On 11/20/20 6:12 AM, Josh Juneau wrote:
>> +1 (worked well on OS X 10.14.6)
>> 
>> Product Version: Apache NetBeans IDE 12.2-rc3
>> Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
>> Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
>> System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)
>> 
>> Josh Juneau
>> juneau001@gmail.com
>> http://jj-blogger.blogspot.com
>> https://www.apress.com/us/search?query=Juneau <https://www.apress.com/index.php/author/author/view/id/1866>
>>  
>> On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com> wrote:
>> 
>>     Dear Apache NetBeans community,
>> 
>>     The third, and hopefully FINAL release candidate of Apache NetBeans 12.2
>>     is available.
>> 
>>     This one blocker, one trivial and one documentation fix is in this
>>     release as of:
>> 
>>     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
>>     https://github.com/apache/netbeans/pull/2547
>>     [NETBEANS-5043] Go to Declaration does not work in VSCode extension --
>>     https://github.com/apache/netbeans/pull/2548
>>     PR-2546 End user oriented README.md and dedicated BUILD.md --
>>     https://github.com/apache/netbeans/pull/2546
>> 
>> 
>>     Technically these codechanges only affects the MacOS launcher and the
>>     upcoming VS Code Extension.
>> 
>>     I'm waiting for two positive tests from different individuals that the
>>     MacOS launcher works with BugSur and also two test that we did not break
>>     the MacOS launcher on older Mac versions.
>> 
>>     Please reply to this mail! Once I get those, I'm going to push another
>>     set of artifacts for voting.
>> 
>>     See the Artifacts on Jenkins:
>>     https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
>> 
>>     --
>> 
>>     Laszlo Kishalmi
>>     Release Manager of Apache NetBeans 12.2
>> 
>> 
>>     ---------------------------------------------------------------------
>>     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
>>     For additional commands, e-mail: dev-help@netbeans.apache.org
>> 
>>     For further information about the NetBeans mailing lists, visit:
>>     https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>> 
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org <ma...@netbeans.apache.org>
>> For additional commands, e-mail: netcat-help@netbeans.apache.org <ma...@netbeans.apache.org>
>> 
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists <https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org <ma...@netbeans.apache.org>
> For additional commands, e-mail: netcat-help@netbeans.apache.org <ma...@netbeans.apache.org>
> 
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists <https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Laszlo Kishalmi <la...@gmail.com>.
Thank you!

Now I'm waiting for a confirmation on another user on BigSur. I'm sorry 
Jarda, I have to ignore your +0.1, but I appreciate your effort!

On 11/20/20 6:12 AM, Josh Juneau wrote:
> +1 (worked well on OS X 10.14.6)
>
> Product Version: Apache NetBeans IDE 12.2-rc3
> Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)
>
> Josh Juneau
> juneau001@gmail.com
> http://jj-blogger.blogspot.com
> https://www.apress.com/us/search?query=Juneau <https://www.apress.com/index.php/author/author/view/id/1866>
>   
>
> On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com> wrote:
>
>      Dear Apache NetBeans community,
>
>      The third, and hopefully FINAL release candidate of Apache NetBeans 12.2
>      is available.
>
>      This one blocker, one trivial and one documentation fix is in this
>      release as of:
>
>      [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
>      https://github.com/apache/netbeans/pull/2547
>      [NETBEANS-5043] Go to Declaration does not work in VSCode extension --
>      https://github.com/apache/netbeans/pull/2548
>      PR-2546 End user oriented README.md and dedicated BUILD.md --
>      https://github.com/apache/netbeans/pull/2546
>
>
>      Technically these codechanges only affects the MacOS launcher and the
>      upcoming VS Code Extension.
>
>      I'm waiting for two positive tests from different individuals that the
>      MacOS launcher works with BugSur and also two test that we did not break
>      the MacOS launcher on older Mac versions.
>
>      Please reply to this mail! Once I get those, I'm going to push another
>      set of artifacts for voting.
>
>      See the Artifacts on Jenkins:
>      https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
>
>      --
>
>      Laszlo Kishalmi
>      Release Manager of Apache NetBeans 12.2
>
>
>      ---------------------------------------------------------------------
>      To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
>      For additional commands, e-mail: dev-help@netbeans.apache.org
>
>      For further information about the NetBeans mailing lists, visit:
>      https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: netcat-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

---------------------------------------------------------------------
To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
For additional commands, e-mail: netcat-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Jose Ch <pe...@gmail.com>.
-1

I just opened a project with a jsp file and NetBeans immediately launched
an exception, this happened when I opened the jsp file. You can reproduce
this issue by opening any jsp file. The exception keeps appearing after you
close it.
I get this exception with and without nb-javac installed.
This does not happen with NetBeans 12.1

*Product Version:* Apache NetBeans IDE 12.2-rc3

*Java:* 11.0.9; OpenJDK 64-Bit Server VM 11.0.9+11

*Runtime:* OpenJDK Runtime Environment 11.0.9+11

*System:* Linux version 5.9.8-2-MANJARO running on amd64; UTF8; en_US (nb)

java.lang.NullPointerException
    at
org.netbeans.modules.java.editor.base.semantic.TokenList.index(TokenList.java:364)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:740)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitExpressionStatement(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1460)
    at
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
    at
jdk.compiler/com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:248)
    at
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1032)
    at
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:90)
    at
jdk.compiler/com.sun.source.util.TreeScanner.visitMethod(TreeScanner.java:206)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:789)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitMethod(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:898)
    at
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:944)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:808)
    at
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:561)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitCompilationUnit(SemanticHighlighterBase.java:280)
    at
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:591)
    at
jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
    at
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1021)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase.process(SemanticHighlighterBase.java:156)
    at
org.netbeans.modules.java.editor.semantic.SemanticHighlighter.process(SemanticHighlighter.java:56)
    at
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase.run(SemanticHighlighterBase.java:112)
    at
org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:561)
[catch] at
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:786)
    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
    at
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
    at
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
    at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
    at
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
    at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
    at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)


El vie, 20 nov 2020 a las 14:12, Josh Juneau (<ju...@gmail.com>)
escribió:

> +1 (worked well on OS X 10.14.6)
>
> Product Version: Apache NetBeans IDE 12.2-rc3
> Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
> Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
> System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)
>
> Josh Juneau
> juneau001@gmail.com
> http://jj-blogger.blogspot.com
> https://www.apress.com/us/search?query=Juneau <
> https://www.apress.com/index.php/author/author/view/id/1866>
>
>
> On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com>
> wrote:
>
>     Dear Apache NetBeans community,
>
>     The third, and hopefully FINAL release candidate of Apache NetBeans
> 12.2
>     is available.
>
>     This one blocker, one trivial and one documentation fix is in this
>     release as of:
>
>     [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
>     https://github.com/apache/netbeans/pull/2547
>     [NETBEANS-5043] Go to Declaration does not work in VSCode extension --
>     https://github.com/apache/netbeans/pull/2548
>     PR-2546 End user oriented README.md and dedicated BUILD.md --
>     https://github.com/apache/netbeans/pull/2546
>
>
>     Technically these codechanges only affects the MacOS launcher and the
>     upcoming VS Code Extension.
>
>     I'm waiting for two positive tests from different individuals that the
>     MacOS launcher works with BugSur and also two test that we did not
> break
>     the MacOS launcher on older Mac versions.
>
>     Please reply to this mail! Once I get those, I'm going to push another
>     set of artifacts for voting.
>
>     See the Artifacts on Jenkins:
>
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
>
>     --
>
>     Laszlo Kishalmi
>     Release Manager of Apache NetBeans 12.2
>
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
>     For additional commands, e-mail: dev-help@netbeans.apache.org
>
>     For further information about the NetBeans mailing lists, visit:
>     https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Josh Juneau <ju...@gmail.com>.
+1 (worked well on OS X 10.14.6)

Product Version: Apache NetBeans IDE 12.2-rc3
Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)

Josh Juneau
juneau001@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau <https://www.apress.com/index.php/author/author/view/id/1866>
 

On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com> wrote:

    Dear Apache NetBeans community,

    The third, and hopefully FINAL release candidate of Apache NetBeans 12.2 
    is available.

    This one blocker, one trivial and one documentation fix is in this 
    release as of:

    [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur -- 
    https://github.com/apache/netbeans/pull/2547
    [NETBEANS-5043] Go to Declaration does not work in VSCode extension -- 
    https://github.com/apache/netbeans/pull/2548
    PR-2546 End user oriented README.md and dedicated BUILD.md -- 
    https://github.com/apache/netbeans/pull/2546


    Technically these codechanges only affects the MacOS launcher and the 
    upcoming VS Code Extension.

    I'm waiting for two positive tests from different individuals that the 
    MacOS launcher works with BugSur and also two test that we did not break 
    the MacOS launcher on older Mac versions.

    Please reply to this mail! Once I get those, I'm going to push another 
    set of artifacts for voting.

    See the Artifacts on Jenkins: 
    https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/

    -- 

    Laszlo Kishalmi
    Release Manager of Apache NetBeans 12.2


    ---------------------------------------------------------------------
    To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
    For additional commands, e-mail: dev-help@netbeans.apache.org

    For further information about the NetBeans mailing lists, visit:
    https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




---------------------------------------------------------------------
To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
For additional commands, e-mail: netcat-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Christian Oyarzun <co...@oyarzun.net>.
Laszlo, thanks for your hard work!

+1

Tested running binary on macOS Catalina and macOS Big Sur.
Built Maven Java app

-------------------------------------------------------------------------------
>Log Session: Thursday, November 19, 2020 at 2:51:55 PM Eastern Standard
Time
>System Info:
  Product Version         = Apache NetBeans IDE 12.2-rc3
  Operating System        = Mac OS X version 10.15.7 running on x86_64
  Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM
11.0.9.1+12-LTS; Amazon.com Inc.
  Runtime                 = OpenJDK Runtime Environment 11.0.9.1+12-LTS
  Java Home               =
/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home
  System Locale; Encoding = en_US (nb); UTF-8
  Home Directory          = /Users/christian.oyarzun
  Current Directory       = /Users/christian.oyarzun
  User Directory          = /Users/christian.oyarzun/Library/Application
Support/NetBeans/12.2-rc3
  Cache Directory         =
/Users/christian.oyarzun/Library/Caches/NetBeans/12.2-rc3

christian.oyarzun@Christians-iMac ~ % /usr/libexec/java_home -V
Matching Java Virtual Machines (2):
    11.0.9.1, x86_64: "Amazon Corretto 11"
/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home
    1.8.0_265, x86_64: "Amazon Corretto 8"
/Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home

/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home

-------------------------------------------------------------------------------
>Log Session: Thursday, November 19, 2020 at 3:03:52 PM Eastern Standard
Time
>System Info:
  Product Version         = Apache NetBeans IDE 12.2-rc3
  Operating System        = Mac OS X version 10.16 running on x86_64
  Java; VM; Vendor        = 11.0.9.1; OpenJDK 64-Bit Server VM
11.0.9.1+12-LTS; Amazon.com Inc.
  Runtime                 = OpenJDK Runtime Environment 11.0.9.1+12-LTS
  Java Home               =
/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home
  System Locale; Encoding = en_US (nb); UTF-8
  Home Directory          = /Users/christian.oyarzun
  Current Directory       = /Users/christian.oyarzun
  User Directory          = /Users/christian.oyarzun/Library/Application
Support/NetBeans/12.2-rc3
  Cache Directory         =
/Users/christian.oyarzun/Library/Caches/NetBeans/12.2-rc3

christian.oyarzun@Christians-Mac ~ % /usr/libexec/java_home -V

Matching Java Virtual Machines (3):

    11.0.9.1 (x86_64) "Amazon.com Inc." - "Amazon Corretto 11"
/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home

    11.0.9 (x86_64) "AdoptOpenJDK" - "AdoptOpenJDK 11"
/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home

    1.8.0_275 (x86_64) "AdoptOpenJDK" - "AdoptOpenJDK 8"
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home

/Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home


--Christian

On Thu, Nov 19, 2020 at 2:45 PM Laszlo Kishalmi <la...@gmail.com>
wrote:

> Dear Apache NetBeans community,
>
> The third, and hopefully FINAL release candidate of Apache NetBeans 12.2
> is available.
>
> This one blocker, one trivial and one documentation fix is in this
> release as of:
>
> [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
> https://github.com/apache/netbeans/pull/2547
> [NETBEANS-5043] Go to Declaration does not work in VSCode extension --
> https://github.com/apache/netbeans/pull/2548
> PR-2546 End user oriented README.md and dedicated BUILD.md --
> https://github.com/apache/netbeans/pull/2546
>
>
> Technically these codechanges only affects the MacOS launcher and the
> upcoming VS Code Extension.
>
> I'm waiting for two positive tests from different individuals that the
> MacOS launcher works with BugSur and also two test that we did not break
> the MacOS launcher on older Mac versions.
>
> Please reply to this mail! Once I get those, I'm going to push another
> set of artifacts for voting.
>
> See the Artifacts on Jenkins:
>
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
>
> --
>
> Laszlo Kishalmi
> Release Manager of Apache NetBeans 12.2
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Josh Juneau <ju...@gmail.com>.
+1 (worked well on OS X 10.14.6)

Product Version: Apache NetBeans IDE 12.2-rc3
Java: 11.0.5; OpenJDK 64-Bit Server VM 11.0.5+10-LTS
Runtime: OpenJDK Runtime Environment 11.0.5+10-LTS
System: Mac OS X version 10.14.6 running on x86_64; UTF-8; en_US (nb)

Josh Juneau
juneau001@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau <https://www.apress.com/index.php/author/author/view/id/1866>
 

On 11/19/20, 1:45 PM, "Laszlo Kishalmi" <la...@gmail.com> wrote:

    Dear Apache NetBeans community,

    The third, and hopefully FINAL release candidate of Apache NetBeans 12.2 
    is available.

    This one blocker, one trivial and one documentation fix is in this 
    release as of:

    [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur -- 
    https://github.com/apache/netbeans/pull/2547
    [NETBEANS-5043] Go to Declaration does not work in VSCode extension -- 
    https://github.com/apache/netbeans/pull/2548
    PR-2546 End user oriented README.md and dedicated BUILD.md -- 
    https://github.com/apache/netbeans/pull/2546


    Technically these codechanges only affects the MacOS launcher and the 
    upcoming VS Code Extension.

    I'm waiting for two positive tests from different individuals that the 
    MacOS launcher works with BugSur and also two test that we did not break 
    the MacOS launcher on older Mac versions.

    Please reply to this mail! Once I get those, I'm going to push another 
    set of artifacts for voting.

    See the Artifacts on Jenkins: 
    https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/

    -- 

    Laszlo Kishalmi
    Release Manager of Apache NetBeans 12.2


    ---------------------------------------------------------------------
    To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
    For additional commands, e-mail: dev-help@netbeans.apache.org

    For further information about the NetBeans mailing lists, visit:
    https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: Apache NetBeans 12.2-rc3 is Available for Express Testing!

Posted by Jaroslav Tulach <ja...@gmail.com>.
+0.1

I have (potentially) destroyed my Mac by upgrading to Big Sur just to find
out that my setup (e.g. no global JDK at all) isn't suitable for testing
the reported problem. All I can confirm is that using `--jdkhome
/path/to/jdk` works as always. I have no problems running NetBeans 12.2 RC3
(neither RC2) on my Big Sur Mac (but I am a power user).

-jt

PS: The UI of Big Sur is a step forward, it looks like KDE Plasma! At least
one benefit of upgrading!


čt 19. 11. 2020 v 20:45 odesílatel Laszlo Kishalmi <
laszlo.kishalmi@gmail.com> napsal:

> Dear Apache NetBeans community,
>
> The third, and hopefully FINAL release candidate of Apache NetBeans 12.2
> is available.
>
> This one blocker, one trivial and one documentation fix is in this
> release as of:
>
> [NETBEANS-5042] Launcher can't find Java Home on MacOS BigSur --
> https://github.com/apache/netbeans/pull/2547
> [NETBEANS-5043] Go to Declaration does not work in VSCode extension --
> https://github.com/apache/netbeans/pull/2548
> PR-2546 End user oriented README.md and dedicated BUILD.md --
> https://github.com/apache/netbeans/pull/2546
>
>
> Technically these codechanges only affects the MacOS launcher and the
> upcoming VS Code Extension.
>
> I'm waiting for two positive tests from different individuals that the
> MacOS launcher works with BugSur and also two test that we did not break
> the MacOS launcher on older Mac versions.
>
> Please reply to this mail! Once I get those, I'm going to push another
> set of artifacts for voting.
>
> See the Artifacts on Jenkins:
>
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release122/19/artifact/dist/netbeans/
>
> --
>
> Laszlo Kishalmi
> Release Manager of Apache NetBeans 12.2
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>