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 46804 - Exception after pressing ctrl-shift-f4 to close all documents
Summary: Exception after pressing ctrl-shift-f4 to close all documents
Status: RESOLVED DUPLICATE of bug 46790
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-31 01:49 UTC by _ tboudreau
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2004-07-31 01:49:09 UTC
I'm guessing you're receiving the key released event after the 
editors have all been closed.  Probably just have NavigationView 
call isShowing(), and return if it's not showing, without trying to 
update anything.


Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at 
org.netbeans.modules.java.ui.nodes.elements.SourceChildren.ge
tNodes(SourceChildren.java:208)
	at 
org.openide.nodes.FilterNode$Children.getNodes(FilterNode.jav
a:1267)
	at 
org.netbeans.modules.java.ui.NavigationView.getSubNodes(Navi
gationView.java:428)
	at 
org.netbeans.modules.java.ui.NavigationView.findNode(Navigati
onView.java:330)
	at 
org.netbeans.modules.java.ui.NavigationView.selectNodeImpl(Na
vigationView.java:310)
	at 
org.netbeans.modules.java.ui.NavigationView.access$100(Navig
ationView.java:59)
	at 
org.netbeans.modules.java.ui.NavigationView$1.run(NavigationV
iew.java:267)
	at org.openide.util.Task.run(Task.java:136)
	at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.ja
va:330)
[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProces
sor.java:686)
Comment 1 Martin Matula 2004-08-01 16:56:03 UTC
Reassigning to Honza P.
Comment 2 Jan Pokorsky 2004-08-02 12:51:02 UTC
already fixed

*** This issue has been marked as a duplicate of 46790 ***