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 54832 - NPE in VisualizerNode
Summary: NPE in VisualizerNode
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-02-10 14:24 UTC by Jan Pokorsky
Modified: 2005-03-02 17:53 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (8.25 KB, text/plain)
2005-02-10 14:25 UTC, Jan Pokorsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pokorsky 2005-02-10 14:24:33 UTC
From time to time I can see following NPE im my
console after the ide startup.
Comment 1 Jan Pokorsky 2005-02-10 14:25:29 UTC
Created attachment 20297 [details]
NPE
Comment 2 Petr Nejedly 2005-02-17 23:28:21 UTC
I don't see offhand how it can happen, but it is quite obvious from
the trace that
org.netbeans.modules.project.ui.ProjectTab$ProjectTreeView.stringPath2TreePath
passed a null Node to the Visualizer.findVisualizer()
Comment 3 Petr Nejedly 2005-02-17 23:31:05 UTC
There is no projects/projectui subcomponent?
Comment 4 Petr Hrebejk 2005-03-02 17:53:26 UTC
Checking in projectui/src/org/netbeans/modules/project/ui/ProjectTab.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/ProjectTab.java,v
 <--  ProjectTab.java
new revision: 1.18; previous revision: 1.17
done