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 230546 - NullPointerException at org.netbeans.core.output2.ui.AbstractOutputPane.run
Summary: NullPointerException at org.netbeans.core.output2.ui.AbstractOutputPane.run
Status: RESOLVED DUPLICATE of bug 230402
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-30 18:22 UTC by athompson
Modified: 2013-05-31 06:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201044


Attachments
stacktrace (3.44 KB, text/plain)
2013-05-30 18:22 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2013-05-30 18:22:36 UTC
Build: NetBeans IDE Dev (Build 201305292301)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b33, Java(TM) SE Runtime Environment, 1.8.0-ea-b91
OS: Mac OS X

User Comments:
athompson: opened SVN commit window




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.output2.ui.AbstractOutputPane.run(AbstractOutputPane.java:186)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:726)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:687)
   at java.awt.EventQueue$3.run(EventQueue.java:685)
Comment 1 athompson 2013-05-30 18:22:38 UTC
Created attachment 135158 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-05-31 06:10:03 UTC
Duplicate. Should be fixed in today's build.
Thanks for reporting.

*** This bug has been marked as a duplicate of bug 230402 ***