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 271663 - NullPointerException at org.netbeans.core.output2.OutputTab.waitCursor
Summary: NullPointerException at org.netbeans.core.output2.OutputTab.waitCursor
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-18 05:09 UTC by scanti
Modified: 2017-10-18 05:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230619


Attachments
stacktrace (3.16 KB, text/plain)
2017-10-18 05:09 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2017-10-18 05:09:12 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.141-b15, Java(TM) SE Runtime Environment, 1.8.0_141-b15
OS: Linux

User Comments:
scanti: Tried to filter the output window while debugging




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.output2.OutputTab.waitCursor(OutputTab.java:776)
   at org.netbeans.core.output2.OutputTab.setFilter(OutputTab.java:765)
   at org.netbeans.core.output2.OutputTab.access$1100(OutputTab.java:117)
   at org.netbeans.core.output2.OutputTab$TabAction.actionPerformed(OutputTab.java:1217)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
Comment 1 scanti 2017-10-18 05:09:14 UTC
Created attachment 165306 [details]
stacktrace