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 - NullPointerException at org.netbeans.core.output2.NbIO$IOFoldingImpl$NbIoFoldHandleDefinition.finish
Summary: NullPointerException at org.netbeans.core.output2.NbIO$IOFoldingImpl$NbIoFold...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-11 11:37 UTC by heapifyman
Modified: 2014-06-06 13:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208312


Attachments
stacktrace (1.08 KB, text/plain)
2014-03-11 11:37 UTC, heapifyman
Details

Note You need to log in before you can comment on or make changes to this bug.
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.