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 3146 - Sometimes I am unable to delete package or JDO from Netbeans
Summary: Sometimes I am unable to delete package or JDO from Netbeans
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-04 22:59 UTC by Jan Palka
Modified: 2008-12-23 10:32 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 Jan Palka 1999-08-04 22:59:30 UTC
java.io.IOException: Cannot delete file jkjkjkjk in D:/NetBeans/367/Development.

        at org.openide.filesystems.LocalFileSystem.delete(LocalFileSystem.java:2
40)
        at org.openide.filesystems.AbstractFileObject.delete(AbstractFileObject.
java:468)
        at org.openide.loaders.DataFolder.handleDelete(DataFolder.java:390)
        at org.openide.loaders.DataObject$2.run(DataObject.java:477)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:40
9)

        at org.openide.loaders.DataObject.delete(DataObject.java:475)
        at org.openide.loaders.DataNode.destroy(DataNode.java:143)
        at org.openide.nodes.FilterNode.destroy(FilterNode.java:204)
        at org.openide.explorer.ExplorerActions$1.run(ExplorerActions.java:384)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:40
9)
        at org.openide.explorer.ExplorerActions$DeleteActionPerformer.performAct
ion(ExplorerActions.java:380)
        at org.openide.util.actions.CallbackSystemAction.performAction(CallbackS
ystemAction.java:78)
        at org.openide.util.actions.CallableSystemAction.actionPerformed(Callabl
eSystemAction.java:69)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:10
66)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
ctButton.java:1101)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:378)
        at org.openide.awt.EnabledButtonModel.setPressed(EnabledButtonModel.java
:85)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
istener.java:204)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:2

30)
        at java.awt.Component.processMouseEvent(Component.java:3160)
        at java.awt.Component.processEvent(Component.java:2999)
        at java.awt.Container.processEvent(Container.java:990)
        at java.awt.Component.dispatchEventIm
Comment 1 Marek Grummich 2000-07-25 09:38:59 UTC
Priority is changed to P4 (normal).