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 230402 - NullPointerException at org.netbeans.core.output2.ui.AbstractOutputPane.run
Summary: NullPointerException at org.netbeans.core.output2.ui.AbstractOutputPane.run
Status: RESOLVED FIXED
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:
: 230546 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-05-28 17:22 UTC by Alexander Simon
Modified: 2013-05-31 06:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200981


Attachments
stacktrace (1.18 KB, text/plain)
2013-05-28 17:22 UTC, Alexander Simon
Details
stacktrace (1.18 KB, text/plain)
2013-05-29 11:55 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2013-05-28 17:22:33 UTC
Build: NetBeans IDE Dev (Build 20130528-5e8b39f70368)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Linux

User Comments:
alexvsimon: start build

alexvsimon: build




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:721)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:682)
   at java.awt.EventQueue$3.run(EventQueue.java:680)
Comment 1 Alexander Simon 2013-05-28 17:22:34 UTC
Created attachment 135019 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2013-05-29 11:55:21 UTC
Created attachment 135066 [details]
stacktrace

started build
Comment 3 Exceptions Reporter 2013-05-29 11:55:28 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=200981
Comment 4 Jaroslav Havlin 2013-05-29 14:13:51 UTC
http://hg.netbeans.org/core-main/rev/e3d7b6fa08ed
Fixed. Please verify.
Thank you for reporting.
Comment 5 kosmonaffft 2013-05-30 15:03:14 UTC
Product Version: NetBeans IDE Dev (Build 201305282301)
Java: 1.7.0_21; OpenJDK 64-Bit Server VM 23.7-b01
Runtime: OpenJDK Runtime Environment 1.7.0_21-b02
System: Linux version 3.8.0-22-generic running on amd64; UTF-8; en_US (nb)

Bug is reproduced.
Comment 6 Quality Engineering 2013-05-31 01:21:48 UTC
Integrated into 'main-golden', will be available in build *201305302301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e3d7b6fa08ed
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #230402: NPE at o.n.core.output2.ui.AbstractOutputPane.run
Comment 7 Jaroslav Havlin 2013-05-31 06:10:03 UTC
*** Bug 230546 has been marked as a duplicate of this bug. ***