jwoehr opened a new issue, #8459: URL: https://github.com/apache/netbeans/issues/8459
### Apache NetBeans version Apache NetBeans 26 latest release candidate ### What happened On loading local build of NB 26 rc 2 first time: java.lang.NumberFormatException: For input string: "1,1" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) at java.base/java.lang.Integer.parseInt(Integer.java:662) at java.base/java.lang.Integer.parseInt(Integer.java:778) at org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.loadErrors(TaskCache.java:280) at org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.getErrors(TaskCache.java:129) at org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.isInError(TaskCache.java:359) at org.netbeans.modules.parsing.ui.indexing.errors.ErrorAnnotator$1.run(ErrorAnnotator.java:286) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1403) at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2018) Caused: org.openide.util.RequestProcessor$SlowItem at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1444) at org.netbeans.modules.parsing.ui.indexing.errors.ErrorAnnotator.enqueue(ErrorAnnotator.java:230) at org.netbeans.modules.parsing.ui.indexing.errors.ErrorAnnotator.isInError(ErrorAnnotator.java:253) at org.netbeans.modules.parsing.ui.indexing.errors.ErrorAnnotator.annotateIcon(ErrorAnnotator.java:118) at org.netbeans.modules.masterfs.ui.FileBasedFSWithUI$UiDecorator.annotateIcon(FileBasedFSWithUI.java:54) at org.openide.loaders.DataNode.getIcon(DataNode.java:225) at org.openide.nodes.FilterNode.getIcon(FilterNode.java:539) at org.openide.nodes.FilterNode.getIcon(FilterNode.java:539) at org.openide.nodes.FilterNode.getIcon(FilterNode.java:539) at org.openide.explorer.view.VisualizerNode.getIcon(VisualizerNode.java:533) at org.openide.explorer.view.NodeRenderer.configureFrom(NodeRenderer.java:213) at org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:138) at java.desktop/javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:3220) at java.desktop/javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:497) at java.desktop/javax.swing.tree.FixedHeightLayoutCache.getBounds(FixedHeightLayoutCache.java:555) at java.desktop/javax.swing.tree.FixedHeightLayoutCache.getBounds(FixedHeightLayoutCache.java:201) at java.desktop/javax.swing.plaf.basic.BasicTreeUI.getPathBounds(BasicTreeUI.java:679) at java.desktop/javax.swing.plaf.basic.BasicTreeUI.getPathBounds(BasicTreeUI.java:672) at com.formdev.flatlaf.ui.FlatTreeUI.getPathBounds(FlatTreeUI.java:390) at java.desktop/javax.swing.plaf.basic.BasicTreeUI$Handler.treeNodesChanged(BasicTreeUI.java:4332) at java.desktop/javax.swing.tree.DefaultTreeModel.fireTreeNodesChanged(DefaultTreeModel.java:522) at java.desktop/javax.swing.tree.DefaultTreeModel.nodesChanged(DefaultTreeModel.java:381) at java.desktop/javax.swing.tree.DefaultTreeModel.nodeChanged(DefaultTreeModel.java:302) at org.openide.explorer.view.NodeTreeModel$Listener.update(NodeTreeModel.java:261) at org.openide.explorer.view.VisualizerNode.run(VisualizerNode.java:435) at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:172) at org.netbeans.modules.openide.util.DefaultMutexImplementation$1R.run(DefaultMutexImplementation.java:1016) at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1913) at org.netbeans.modules.openide.util.DefaultMutexImplementation.doWrapperAccess(DefaultMutexImplementation.java:1035) at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:162) at org.openide.util.Mutex.readAccess(Mutex.java:242) at org.openide.explorer.view.VisualizerNode$QP.processQueue(VisualizerNode.java:660) at org.openide.explorer.view.VisualizerNode$QP.access$000(VisualizerNode.java:599) at org.openide.explorer.view.VisualizerNode$QP$ProcessQueue.run(VisualizerNode.java:681) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714) at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742) at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [catch] at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90) ### Language / Project Type / NetBeans Component IDE ### How to reproduce - Build from source - Install - Run ### Did this work correctly in an earlier version? No / Don't know ### Operating System NAME="Pop!_OS" VERSION="22.04 LTS" ID=pop ID_LIKE="ubuntu debian" ### JDK openjdk 21.0.6 2025-01-21 ### Apache NetBeans packaging Own source build ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists