This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 242792

Summary: NullPointerException at org.netbeans.core.output2.NbIO$IOFoldingImpl$NbIoFoldHandleDefinition.finish
Product: platform Reporter: heapifyman <heapifyman>
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208312
Attachments: stacktrace

Description heapifyman 2014-03-11 11:37:23 UTC
Build: NetBeans IDE 8.0 RC1 (Build 201402242200)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
heapifyman: running maven task jetty:run




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.output2.NbIO$IOFoldingImpl$NbIoFoldHandleDefinition.finish(NbIO.java:602)
   at org.openide.windows.FoldHandle.finish(FoldHandle.java:75)
   at org.openide.windows.FoldHandle.silentFinish(FoldHandle.java:156)
   at org.netbeans.modules.maven.execute.cmd.ExecutionEventObject$Tree.finishFold(ExecutionEventObject.java:223)
   at org.netbeans.modules.maven.execute.CommandLineOutputHandler.processExecEvent(CommandLineOutputHandler.java:468)
   at org.netbeans.modules.maven.execute.CommandLineOutputHandler.trimTree(CommandLineOutputHandler.java:557)
Comment 1 heapifyman 2014-03-11 11:37:25 UTC
Created attachment 145944 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-06-06 13:25:41 UTC
http://hg.netbeans.org/core-main/rev/127414da8b91
Fixed.
Thank you for reporting.