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 219391 - NullPointerException at org.netbeans.core.output2.OutputTab.hasSelectionChanged
Summary: NullPointerException at org.netbeans.core.output2.OutputTab.hasSelectionChanged
Status: RESOLVED DUPLICATE of bug 218707
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 15:08 UTC by Tomas Danek
Modified: 2012-10-03 08:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192949


Attachments
stacktrace (3.03 KB, text/plain)
2012-10-02 15:08 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2012-10-02 15:08:50 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210020205)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b02, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b07
OS: Mac OS X

User Comments:
musilt2: tried to do some selection by mouse and copy to clipboard




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.output2.OutputTab.hasSelectionChanged(OutputTab.java:220)
   at org.netbeans.core.output2.ui.AbstractOutputPane.hasSelectionChanged(AbstractOutputPane.java:560)
   at org.netbeans.core.output2.ui.AbstractOutputPane.stateChanged(AbstractOutputPane.java:530)
   at javax.swing.text.DefaultCaret.fireStateChanged(DefaultCaret.java:802)
   at javax.swing.text.DefaultCaret.changeCaretPosition(DefaultCaret.java:1277)
   at javax.swing.text.DefaultCaret.handleMoveDot(DefaultCaret.java:1101)
Comment 1 Tomas Danek 2012-10-02 15:08:55 UTC
Created attachment 125240 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-10-03 08:20:51 UTC

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