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 243686 - NullPointerException at org.netbeans.core.output2.ui.AbstractOutputPane.hasSelectionChanged
Summary: NullPointerException at org.netbeans.core.output2.ui.AbstractOutputPane.hasSe...
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-04-09 09:01 UTC by Alexander Simon
Modified: 2014-06-06 11:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159935


Attachments
stacktrace (2.36 KB, text/plain)
2014-04-09 09:02 UTC, Alexander Simon
Details
stacktrace (2.36 KB, text/plain)
2014-04-23 11:50 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-04-09 09:01:58 UTC
Build: NetBeans IDE Dev (Build 20140404-edf7a84246f2)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: SunOS

User Comments:
alexvsimon: do nothing in IDE




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.output2.ui.AbstractOutputPane.hasSelectionChanged(AbstractOutputPane.java:595)
   at org.netbeans.core.output2.ui.AbstractOutputPane.stateChanged(AbstractOutputPane.java:565)
   at javax.swing.text.DefaultCaret.fireStateChanged(DefaultCaret.java:802)
   at javax.swing.text.DefaultCaret.changeCaretPosition(DefaultCaret.java:1277)
   at javax.swing.text.DefaultCaret.handleSetDot(DefaultCaret.java:1173)
   at javax.swing.text.DefaultCaret.setDot(DefaultCaret.java:1154)
Comment 1 Alexander Simon 2014-04-09 09:02:00 UTC
Created attachment 146645 [details]
stacktrace
Comment 2 Alexander Simon 2014-04-23 11:50:47 UTC
Created attachment 146911 [details]
stacktrace

Close degugged application. Output view has filter. Part of a string in output window selected.
Comment 3 Jaroslav Havlin 2014-06-06 11:04:40 UTC
http://hg.netbeans.org/core-main/rev/2c55e700241d
Fixed.
Thank you for reporting.