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 10032 - [Dev139] Exception in Request Processor while deleting files
Summary: [Dev139] Exception in Request Processor while deleting files
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-07 10:21 UTC by navneet
Modified: 2008-12-22 16:11 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 navneet 2001-03-07 10:21:58 UTC
Everytime I try to delete files from the filesystem tab, the files get deleted 
and i get the following exception. If there are nested directories, then the 
nested directories do not get deleted.


Wed Mar 07 15:51:21 GMT+05:30 2001java.lang.NullPointerException: null
Annotation: Exception occurred in Request Processor
org.openide.util.RequestProcessor$Holder(task 
org.netbeans.core.ModuleActions$1@1167f3 [-3395, 1])
        at org.openide.util.RequestProcessor$Task.createHolder
(RequestProcessor.java:274)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:98)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:71)
        at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:89)
        at org.netbeans.core.windows.frames.NbFocusManager.processKeyStroke
(NbFocusManager.java:229)
        at org.netbeans.core.windows.frames.NbFocusManager.processEvent
(NbFocusManager.java:190)
        at org.netbeans.core.windows.frames.NbFocusManager$1.run
(NbFocusManager.java:157)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
        at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
 
Wed Mar 07 15:51:21 GMT+05:30 2001java.lang.NullPointerException: null
java.lang.NullPointerException
        at org.openide.filesystems.AbstractFolder.refresh
(AbstractFolder.java:565)
        at org.openide.filesystems.AbstractFileObject.delete
(AbstractFileObject.java:453)
        at org.openide.loaders.FileEntry.delete(FileEntry.java:93)
        at org.openide.loaders.MultiDataObject.handleDelete
(MultiDataObject.java:373)
        at org.openide.loaders.DataObject$3.run(DataObject.java:494)
        at org.openide.filesystems.FileSystem.runAtomicAction
(FileSystem.java:371)
        at org.openide.loaders.DataObject.delete(DataObject.java:492)
        at org.openide.loaders.DataNode.destroy(DataNode.java:210)
        at org.openide.nodes.FilterNode.destroy(FilterNode.java:315)
        at org.openide.explorer.ExplorerActions$1.run(ExplorerActions.java:460)
        at org.openide.filesystems.FileSystem.runAtomicAction
(FileSystem.java:371)
        at 
org.openide.explorer.ExplorerActions$DeleteActionPerformer.performAction
(ExplorerActions.java:456)
        at org.openide.util.actions.CallbackSystemAction.performAction
(CallbackSystemAction.java:78)
        at org.openide.util.actions.CallableSystemAction.actionPerformed
(CallableSystemAction.java:66)
        at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:76)
        at org.openide.util.Task.run(Task.java:124)
[catch] at org.openide.util.RequestProcessor$ProcessorThread.run
(RequestProcessor.java:567)
Comment 1 Jan Chalupa 2001-03-12 09:32:29 UTC
Version: 'Dev' -> 3.2
Comment 2 rmatous 2001-03-27 20:09:16 UTC
Please write steps how to reproduce this bug and build version. 
Comment 3 navneet 2001-03-28 09:36:00 UTC
I tried this in the release32 build 9 and this error no longer occurs.
Comment 4 Jan Chalupa 2001-05-05 20:49:49 UTC
Target milestone 3.2
Comment 5 navneet 2001-07-11 12:04:58 UTC
Works correctly now.