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 96957 - NPE after delete some folder from chooser
Summary: NPE after delete some folder from chooser
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: sphengsy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-01 15:07 UTC by Marian Mirilovic
Modified: 2008-12-22 10:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPointerException stack trace (5.54 KB, text/plain)
2007-03-01 15:08 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2007-03-01 15:07:59 UTC
I tried Dirchooser from dsimonek and I am not able to create New Folder, steps
to reproduce:
- run IDE
- invoke File | Open Project
- select some folder and invoke popup menu
- push Delete
-> NPE risen (see attachment)

Linux Ubuntu / Gnome (GTK L&F - default)
Comment 1 Marian Mirilovic 2007-03-01 15:08:37 UTC
Created attachment 39054 [details]
NullPointerException stack trace
Comment 2 Jaromir Uhrik 2007-03-02 09:51:44 UTC
NetBeans IDE Dev (Build 200703011900)
1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-87
Mac OS X version 10.4.8 running on i386
en_US (nb); MacRoman

Increasing the priority to P1 because I am not able to get rid of the chain of
exceptions. The steps to reproduce are following:
1.Push New Folder icon
2.Push New Folder icon again to create subfolder
3.Call rename action at the folder created in step 1
The chain of exception appears.

Comment 3 Soot Phengsy 2007-03-09 01:31:37 UTC
The problem was due to the wrong FileView usage.
Comment 4 Marian Mirilovic 2007-06-25 11:21:13 UTC
verified