+1 (binding) Vote Closed
On Thu, 1 Dec 2022 at 09:02, Fabian Bahle <i...@funfried.de> wrote: > +1 (non-binding) > > Product Version: Apache NetBeans IDE 16 > Java: 17.0.3.1; OpenJDK 64-Bit Server VM 17.0.3.1+2-LTS > Runtime: OpenJDK Runtime Environment 17.0.3.1+2-LTS > System: Mac OS X version 12.6 running on aarch64; UTF-8; de_DE (nb) > > Installation without any issues, but during runtime I got this exception > several times: > > java.lang.NullPointerException: Cannot invoke > "com.sun.tools.javac.code.Type.getThrownTypes()" because "tree.meth.type" > is null > at > com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1576) > at > com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1799) > at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) > at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:447) > at > com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitVarDef(Flow.java:1317) > at > com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:1018) > at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) > at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:447) > at > com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitClassDef(Flow.java:1226) > at > com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:810) > at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) > at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:447) > at > com.sun.tools.javac.comp.Flow$FlowAnalyzer.analyzeTree(Flow.java:1669) > at > com.sun.tools.javac.comp.Flow$FlowAnalyzer.analyzeTree(Flow.java:1659) > at com.sun.tools.javac.comp.Flow.analyzeTree(Flow.java:225) > at > com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1377) > at > com.sun.tools.javac.main.JavaCompiler.flow(JavaCompiler.java:1341) > at > com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:404) > at > com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:465) > at > org.netbeans.modules.java.source.indexing.VanillaCompileWorker$2.run(VanillaCompileWorker.java:359) > at > org.netbeans.modules.java.source.parsing.FileManagerTransaction.runConcurrent(FileManagerTransaction.java:180) > [catch] at > org.netbeans.modules.java.source.indexing.VanillaCompileWorker.compile(VanillaCompileWorker.java:346) > at > org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:360) > at > org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:274) > at > org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2749) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.lambda$index$0(RepositoryUpdater.java:2626) > at > org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2625) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.lambda$scanFiles$2(RepositoryUpdater.java:3332) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.lambda$runInContext$4(RepositoryUpdater.java:2119) > at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2117) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2098) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1400(RepositoryUpdater.java:135) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFiles(RepositoryUpdater.java:3290) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$FileListWork.getDone(RepositoryUpdater.java:3832) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3452) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6197) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$3400(RepositoryUpdater.java:5855) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.lambda$call$0(RepositoryUpdater.java:6116) > at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) > at > org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6116) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6112) > at > org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153) > at > org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335) > at > org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118) > at > org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67) > at > org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6112) > at > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) > 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) > > > Without clicking anything, just kept it open and when I looked at the IDE > 30 minutes later I saw it. I had 45 projects (mostly Maven and some NB > plugins) which were imported from NB 15 > > Everything seems to work fine, so I don’t think that should block the > release, but I guess it’s worth having a look at it. > > Cheers, > Fabian > > > Am 29.11.2022 um 00:06 schrieb John Mc <mcdonnell.j...@gmail.com>: > > > > Vote for Apache NetBeans 16 macOS installer. > > > > Primary voting artefact : > > > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg > > > > SHA512 checksum : > > > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.sha512 > > > > > a4294a59335e10975ef42d5b4a8f16a26f98019c22c89ebff81d645a8cdc1a307ce904a06600ecfd5f121307d03c40a755dd1aaeb65b9e851ac0534f9cdb6970 > > > > KEYS file : > > https://dist.apache.org/repos/dist/release/netbeans/KEYS > > > > PGP signature file : > > > https://dist.apache.org/repos/dist/dev/netbeans/netbeans-installers/16/Apache-NetBeans-16-bin-macosx.dmg.asc > > > > Built locally using the artefacts found in the Jenkins job: > > > https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release160/11/ > > > > This vote is going to be open at least 72 hours, vote with +1, 0, and > > -1 as usual. Please mark your vote with (binding) if you're an Apache > > NetBeans PMC member. > > > > This vote is dependent on the main Apache NetBeans 16 release vote > passing. > > > > Regards > > > > John > >