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 47492 - NPE occurred in NavigationView.findElement
Summary: NPE occurred in NavigationView.findElement
Status: RESOLVED DUPLICATE of bug 47291
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-19 16:01 UTC by ender01
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file with associated stack trace (9.45 KB, text/plain)
2004-08-19 16:03 UTC, ender01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ender01 2004-08-19 16:01:54 UTC
Whenever I go to open an existing source file I 
get the following stacktrace: 
 
Annotation: Exception occurred in Request 
Processor 
java.lang.NullPointerException 
 at 
org.netbeans.modules.java.ui.NavigationView.findElement(NavigationView.java:520) 
 at 
org.netbeans.modules.java.ui.NavigationView.findElementNode(NavigationView.java:469) 
 at 
org.netbeans.modules.java.ui.NavigationView.findNode(NavigationView.java:380) 
 at 
org.netbeans.modules.java.ui.NavigationView.selectNodeImpl(NavigationView.java:352) 
 at 
org.netbeans.modules.java.ui.NavigationView.access$100
(NavigationView.java:63) 
 at 
org.netbeans.modules.java.ui.NavigationView$2.run(NavigationView.java:309) 
 at 
org.openide.util.Task.run(Task.java:136) 
 at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330) 
[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686) 
 
I'm using build 200408161800 on mdk 10.0 
official with j2sdk5 beta 2
Comment 1 ender01 2004-08-19 16:03:42 UTC
Created attachment 16960 [details]
Log file with associated stack trace
Comment 2 psuk 2004-08-20 09:03:14 UTC
Fixed in 200408171800

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